[1.20] Cooking Pot Recipe - Allow for NBT-Sensitive containers
Cooking pot recipes don't allow for NBT-Sensitive containers, at least in the 1.20 version. I checked the 1.21 version and the implementation was different, so I don't know if it works differently there
This is a hindrance in my use case, where I want to use water bottles (and specifically water bottles) as the container for my recipes.
As an example, by not allowing NBT-Sensitive containers, I can use any minecraft:potion (be it water, fire resistance, or instant damage) as the container.
A naive way of implementing this would be having a set of (NBT/NBT Path,REQUIRED|REQUIRE NOT)(configurable, default empty) that have to match on the given container.
But a true/false for nbt sensitivity could also be fine.
This isn't a bug - Feature requests like this should be handled in the Discussions section.