How can I use a tag with a numerical value on a recipe?

Started by GrassLunatic18 on

Topic category: Help with Minecraft modding (Java Edition)

Active 11 months ago
Joined Mar 2024
Points:
62

User statistics:

  • Modifications: 0
  • Forum topics: 1
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 0
How can I use a tag with a numerical value on a recipe?

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

Active 4 days ago
Joined Jan 2020
Points:
1014

User statistics:

  • Modifications: 0
  • Forum topics: 29
  • Wiki pages: 0
  • MCreator plugins: 0
  • Comments: 502
You might need to make a…
Tue, 03/19/2024 - 12:20

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.