Open whizvox opened 1 month ago
False alarm. Ingredients with NBT works just fine. The line specifying the NBT needs to read the following for enchantments:
"nbt": "{StoredEnchantments:[{id:\"tombstone:soulbound\",lvl:1s}]}"
Notice the s
after the 1. That actually matters.
This was brought up to me by someone trying to make a custom datapack. Apparently, items with NBT (using the
forge:partial_nbt
ingredient type) do not match at all, resulting in a recipe that is impossible to craft.Example file: