cant craft fluid tank
memetheifv1 opened this issue ยท 6 comments
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
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.
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.
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"
}
}