Nbt Crafting (Fabric)

Nbt Crafting (Fabric)

630k Downloads

Experimental Recipe Wrapper No Longer Works

RobertHDPotatoes opened this issue ยท 1 comments

commented

Version
Fabric 0.14.7
Fabric API 0.55.1
Minecraft 1.18.2
NBT Crafting 2.1.3
KubeJS 1802.5.4

Describe the bug
When using the default experimental example script on the wiki for the crafting recipe wrapper (nbtcrafting:wrapped) it no longer works with KubeJS. When KubeJS is not installed, everything works properly, but once KubeJS is installed, items no longer get crafted with their NBT data.

To Reproduce

  1. Use the default example recipe for the "nbtcrafting:wrapped" type in a datapack
  2. Load up a world to confirm the recipe works with NBT
    3: Close minecraft, install KubeJS
    4: Retry recipe with KubeJS installed
    5: Recipe no longer gives an output with NBT data, instead it is just the output with no NBT data.

Expected behavior
I expect the KubeJS to not interfere with the "nbtcrafting:wrapped" type when used in a recipe.

Log
latest.log https://pastebin.com/J4hqJqYR

Additional context
This was on a clean install with no other mods besides Architectury, KubeJS, Fabric API, and NBT Crafting

commented

This issue has been marked as stale because of inactivity. Comment on this issue or it will be closed in 14 days.