Create Crafts & Additions

Create Crafts & Additions

51M Downloads

Seed oil breaks recipes

KostromDan opened this issue ยท 2 comments

commented

Pleace add option in config to prevent mod adding water tag to seed oil, it breaks and makes unlogical many mod recipe.
image
Seed oil in fission reactor turns into water steam? Seriously?

commented

This can be fixed by using datapacks.
Create a new datapack and make a file called water.json inside data/minecraft/tags/fluids/, then paste the following into the json file:

{
  "replace": true,
  "values": [
    "minecraft:water",
    "minecraft:flowing_water"
  ]
}

This removes any mod fluids from the water tag.

commented

Thanks, if someone else needed:
M-Tech-custom-fixes-v-0-0-1.zip