ActuallyAdditions/src/main/resources/assets/actuallyadditions/blockstates/fluids.json
Ellpeck 5e0e79d691 Some more texture work & fixing.
Nothing special.
Well, lots of special stuff actually.
2016-01-10 01:17:17 +01:00

13 lines
225 B
JSON

{
"forge_marker": 1,
"variants": {
"canolaoil": {
"model": "forge:fluid",
"custom": { "fluid": "canolaoil" }
},
"oil": {
"model": "forge:fluid",
"custom": { "fluid": "oil" }
}
}
}