Started by
GrassLunatic18
on
Topic category: Help with Minecraft modding (Java Edition)
So, I'm trying to make a recipe for a fuel tank from create stuff and additions, and the tank stores its fuel and water as tags (tagFuel/tagWater)
When I check the data ingame it says: "tagWater: 200.0d, tagFuel: 100.0d"
I'm just starting on this, and I don't know how to modify these tags in a recipe
You might need to make a custom crafting table if you want to have full control of values like those. If they already use recipes like those in that mod then you might be able to use a datapack to use their recipe system instead.