Tag-based recipes still exist when removed tag of item
GodOfLac opened this issue ยท 5 comments
Minecraft Version
1.21.1
Describe the Bug
As the title, i used KubeJS for removing tag, and when I reload script, the recipes still there. I have tried remove this recipe but it not work
Before remove tag:
After remove tag:
Reproduction Steps
- use remove tag method of KubeJS to remove item tag
- reload script
- the recipes still exist
Expected Result
Recipes need to be removed when remove item tag
Debug Log
No response
It's suddenly workable again, but when I try to reproduce them, the mod got bug again, this time, recipe can't add although item have tag
here is my debug.log
Run on dedicated server
Client modlist:
modlist.txt
Are you sure this mod is causing the problem? Could you provide debug.log? Thanks!
I'm experiencing an issue that is very likely related.
I'm trying to remove all blocks from heat_sources except for stoves from Crayfish Furniture Mod, but as long as Central Kitchen is loaded, changes to that tag are completely ignored. There are no errors from KubeJS, and I also tried editing the tag with traditional datapack, but no luck.
Minecraft 1.21.1, NeoForge 21.1.109, Farmer's Delight 1.2.9, Central Kitchen 2.2.3b.
Clearing out create:passive_boiler_heaters for testing fixed the issue, but, well, not really, because I do need that tag to stay as it is while being able to modify the farmersdelight:heat_sources tag. That said I now think it's not actually related to this issue, so I'm going to open another one.
Edit: upon even further testing, this actually happens with just base Create too. Oh well.
Edit 2: No, it doesn't actually happen with just base Create, I had a brain moment and put a cooking pot not on the block that I was testing with. I am now pretty sure Central Kitchen is the culprit after all: as long as a block has create:passive_boiler_heaters tag, it heats the cooking pot.





