Siphalor / nbt-crafting

A 1.15+ fabric Minecraft mod to enable nbt related recipe stuff
https://modrinth.com/mod/nbt-crafting
Apache License 2.0
49 stars 26 forks source link

Experimental Recipe Wrapper No Longer Works #104

Open RobertHDPotatoes opened 2 years ago

RobertHDPotatoes commented 2 years ago

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

github-actions[bot] commented 1 year ago

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