Nbt Crafting (Fabric)

Nbt Crafting (Fabric)

630k Downloads

[bug] Unable to use item tags with data rules

RedC4ke opened this issue ยท 1 comments

commented

Version
Minecraft 1.18.1
NBTCrafting 2.1.2
Describe the bug
I don't know if there's anything that can be done, but I wanted to use a tag alongside NBT "deny" rule in my shapeless recipe, but Minecraft throws a "Unknown item tag" error and the recipe doesn't work.

To Reproduce

  1. Create a shapeless crafting recipe with "tag" and "data" fields in one ingredient
  2. Bug appears

Expected behavior
I'd want to filter my crafting input based on NBT data and use tags to reduce many recipes into one

Log

[00:22:12] [Render thread/ERROR] (Minecraft) Parsing error loading recipe cannacraft:decarboxylated_cannabis_flower
 com.google.gson.JsonSyntaxException: Unknown item tag 'minecraft:logs'
	at net.minecraft.recipe.Ingredient.advancedEntryFromJson(Ingredient.java:774) ~[[email protected]:?]
	at net.minecraft.recipe.Ingredient.handler$zgl000$fromJson(Ingredient.java:703) ~[[email protected]:?]
	at net.minecraft.recipe.Ingredient.fromJson(Ingredient.java) ~[[email protected]:?]
commented

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