CraftTweaker

CraftTweaker

151M Downloads

Reuse() not working

RiverC opened this issue ยท 0 comments

commented

Issue Description:

Items which are part of a recipe and have .reuse() may be consumed.

What happens:

The recipe

val flint_axe = <tconstruct:axe_head>.withTag({Material: "flint"}).onlyWithTag({Material: "flint"});
recipes.addShapeless(<minecraft:planks:0>*2,[<minecraft:log:0>,flint_axe.reuse()]);

Consumes the axe_head item with each use. This affects both Tinker's Crafting Stations AND Minecraft Crafting tables.

What you expected to happen:

Axe head remains in crafting grid.

Script used

https://gist.github.com/RiverC/8818993509de576dd81e65bf116ec09a

Minetweaker.log file

https://gist.github.com/RiverC/a26ca0b67f920dc11efea2323b31f2e0


Affected Versions

Minecraft: 110.2
Forge: 12.18.3.2185
Crafttweaker: 3.0.20

Your most recent log file where the issue was present:

https://gist.github.com/RiverC/d32c190ae4a5fd99433e05b0086882eb