Hi,
I came across an issue where I couldn't disable the NBT data while crafting with an item from another plugin that uses NBT data. I'd like to see an option where you could disable NBT data for crafting recipes individually for each recipe slot and for the recipe result. I'm not sure what the vision would be for the inventory editor for this, but I could see in the RecipeData.yml a list of slots where NBT was disabled.
i.e.
nbtdisabled: [0, 2, 4, 8]
would disable the nbt matching for the upper left, upper right, middle middle, and lower right.
Hi,
I came across an issue where I couldn't disable the NBT data while crafting with an item from another plugin that uses NBT data. I'd like to see an option where you could disable NBT data for crafting recipes individually for each recipe slot and for the recipe result. I'm not sure what the vision would be for the inventory editor for this, but I could see in the RecipeData.yml a list of slots where NBT was disabled.
i.e.
nbtdisabled: [0, 2, 4, 8]would disable the nbt matching for the upper left, upper right, middle middle, and lower right.