Create

Create

86M Downloads

cant craft fluid tank

memetheifv1 opened this issue ยท 6 comments

commented

Describe the Bug

I cant craft any fluid tanks at all but i can still spawn them in.

Reproduction Steps

I don't know

Expected Result

I just want to be able to craft fluid tanks.

Screenshots and Videos

No response

Crash Report or Log

No response

Operating System

windows 11

Mod Version

0.5.0i

Minecraft Version

1.19.2

Forge Version

36.20

Other Mods

No response

Additional Context

No response

commented

have you tried updating your forge version, it seems out of date

commented

I did it didn't work

commented

You made need to get some sort of custom recipe maker mod or go in and manually edit the .JSON files for the fluid tanks.

commented

ok do you know any that i can use

commented

i dont know of any but im sure there is one out there. You might can also find a tutorial on how to do it for 1.19.

commented

Have you tried using Just Enough Items (JEI) to check the recipe? That reads from these files
(This is definetly not a bug, the 0.5.0j jar has this recipe)

fluid_tank.json

{
"type": "minecraft:crafting_shaped",
"category": "misc",
"key": {
"B": {
"tag": "forge:plates/copper"
},
"C": {
"tag": "forge:barrels/wooden"
}
},
"pattern": [
"B",
"C",
"B"
],
"result": {
"item": "create:fluid_tank"
}
}