[Fabric] [1.19.2, 1.20.1] NBT in crafting results does not work in Fabric
adumbrali opened this issue ยท 1 comments
Minecraft Version
1.19.2, 1.20.1
KubeJS Version
Fabric 1902.6.2-build.15, Fabric 2001.6.3-build.47
Rhino Version
Fabric 1902.2.2-build.272, Fabric 2001.2.2-build.6
Architectury Version
v6.5.85, v9.1.12
Forge/Fabric Version
Fabric 43.3.0, Fabric 0.14.22
Describe your issue
Create simple shapeless recipes that include NBT.
I tried with 1.19.2 and 1.20.1, but both do not include NBT when using Fabric.
ServerEvents.recipes(event => {
event.shapeless(
Item.of('minecraft:stone_sword', '{Damage:20}').strongNBT(),
[Item.of('minecraft:wooden_sword', '{Damage:20}').strongNBT()]
)
})
Using .weakNBT() instead did not change the recipe.
Crash report/logs
No response