Robert

Results 68 comments of Robert

https://github.com/iopleke/Minechem/issues/843 is where I've posted the Bug Tracker if anyone here wants to take a look at the full crash log.

they are compatible. the `.withTag({NBT})` is for NBT Data, such as "`Hold Shift for more Info.`" or "`Charge: 500000`", all you need to do is alter the current charge, and...

Edited in my example. Research Notes: ``` var chestplateMud = ; var camelPack = ; # Works: armor + camel pack -> armor with camel pack NBT recipes.addShapeless( chestplateMud, [chestplateMud.marked("armor"),camelPack.marked("pack")],...

you could always modify the "max" and "current" to zero, thus it appears to dupe, but the contents are emptied, but upon further review it is revealed that it's essentially...

another problem with the script that I'm seeing up above is that you are using `val` inside your `loop`, if I'm not mistaken, this would cause problems once it is...

another potential problem with the script: ``` [chestplateMud.marked("armor").onlyDamaged().onlyWithTag({camelPath: "enviromine:camelPack"})], ``` `onlyWithTag({camelPath:` camelPa**th**? isn't it supposed to be camelPa**ck**?

also, you'd need to add a recipe for undamaged armor as well, since your input is currently `.onlyDamaged()` which means that if they make a fresh chestplate and then Camel...

are you by chance removing the Item before you Add it? I do this with my recipes to prevent multiple entries of the same thing (eg. `9 Copper Ingot ->...

Close the Issue? You can close the issue yourself; read the `Comment` Button before you type anything.

A checklist of things to go over for bug Reports: `>>` [Here](https://github.com/Blue64/Misc/issues/3) `` [Here](https://github.com/Blue64/Misc/issues/2) `