ActuallyAdditions/src/main/resources/assets/actuallyadditions/blockstates/fluids.json
Brennan Ward 2252bb094e Closes #813 (#844)
* update oil fluid name

* resolve some npe
2017-07-12 20:19:48 +02:00

21 lines
453 B
JSON

{
"forge_marker": 1,
"variants": {
"canolaoil": {
"model": "forge:fluid",
"custom": { "fluid": "canolaoil" }
},
"refinedcanolaoil": {
"model": "forge:fluid",
"custom": { "fluid": "refinedcanolaoil" }
},
"crystaloil": {
"model": "forge:fluid",
"custom": { "fluid": "crystaloil" }
},
"empoweredoil": {
"model": "forge:fluid",
"custom": { "fluid": "empoweredoil" }
}
}
}