Fluid textures for cells (#1051)

* Added temporary textures for all the liquids(cells)
This commit is contained in:
Dimmerworld 2017-04-14 23:43:18 +10:00 committed by Modmuss50
parent 16462d0dad
commit ff3baf46f3
22 changed files with 116 additions and 0 deletions

View file

@ -19,18 +19,48 @@
"fluid": "fluidcalciumcarbonate" "fluid": "fluidcalciumcarbonate"
} }
}, },
"techreborn.carbon": {
"model": "forge:fluid",
"custom": {
"fluid": "fluidcarbon"
}
},
"techreborn.carbonfiber": {
"model": "forge:fluid",
"custom": {
"fluid": "fluidcarbonfiber"
}
},
"techreborn.chlorite": { "techreborn.chlorite": {
"model": "forge:fluid", "model": "forge:fluid",
"custom": { "custom": {
"fluid": "fluidchlorite" "fluid": "fluidchlorite"
} }
}, },
"techreborn.compressedair": {
"model": "forge:fluid",
"custom": {
"fluid": "fluidcompressedair"
}
},
"techreborn.deuterium": { "techreborn.deuterium": {
"model": "forge:fluid", "model": "forge:fluid",
"custom": { "custom": {
"fluid": "fluiddeuterium" "fluid": "fluiddeuterium"
} }
}, },
"techreborn.diesel": {
"model": "forge:fluid",
"custom": {
"fluid": "fluiddiesel"
}
},
"techreborn.electrolyzedwater": {
"model": "forge:fluid",
"custom": {
"fluid": "fluidelectrolyzedwater"
}
},
"techreborn.glyceryl": { "techreborn.glyceryl": {
"model": "forge:fluid", "model": "forge:fluid",
"custom": { "custom": {
@ -79,12 +109,24 @@
"fluid": "fluidmethane" "fluid": "fluidmethane"
} }
}, },
"techreborn.nitrocarbon": {
"model": "forge:fluid",
"custom": {
"fluid": "fluidnitrocarbon"
}
},
"techreborn.nitrocoalfuel": { "techreborn.nitrocoalfuel": {
"model": "forge:fluid", "model": "forge:fluid",
"custom": { "custom": {
"fluid": "fluidnitrocoalfuel" "fluid": "fluidnitrocoalfuel"
} }
}, },
"techreborn.nitrodiesel": {
"model": "forge:fluid",
"custom": {
"fluid": "fluidnitrodiesel"
}
},
"techreborn.nitrofuel": { "techreborn.nitrofuel": {
"model": "forge:fluid", "model": "forge:fluid",
"custom": { "custom": {
@ -103,6 +145,12 @@
"fluid": "fluidnitrogendioxide" "fluid": "fluidnitrogendioxide"
} }
}, },
"techreborn.oil": {
"model": "forge:fluid",
"custom": {
"fluid": "fluidoil"
}
},
"techreborn.potassium": { "techreborn.potassium": {
"model": "forge:fluid", "model": "forge:fluid",
"custom": { "custom": {
@ -127,6 +175,24 @@
"fluid": "fluidsodiumpersulfate" "fluid": "fluidsodiumpersulfate"
} }
}, },
"techreborn.sodiumsulfide": {
"model": "forge:fluid",
"custom": {
"fluid": "fluidsodiumsulfide"
}
},
"techreborn.sulfur": {
"model": "forge:fluid",
"custom": {
"fluid": "fluidsulfur"
}
},
"techreborn.sulfuricacid": {
"model": "forge:fluid",
"custom": {
"fluid": "fluidsulfuricacid"
}
},
"techreborn.tritium": { "techreborn.tritium": {
"model": "forge:fluid", "model": "forge:fluid",
"custom": { "custom": {

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

View file

@ -0,0 +1,5 @@
{
"animation":{
"frametime":2
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

View file

@ -0,0 +1,5 @@
{
"animation":{
"frametime":2
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 104 B

View file

@ -0,0 +1,5 @@
{
"animation":{
"frametime":2
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 KiB

View file

@ -0,0 +1,5 @@
{
"animation":{
"frametime":2
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.4 KiB

View file

@ -0,0 +1,5 @@
{
"animation":{
"frametime":2
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 KiB

View file

@ -0,0 +1,5 @@
{
"animation":{
"frametime":2
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.9 KiB

View file

@ -0,0 +1,5 @@
{
"animation":{
"frametime":2
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

After

Width:  |  Height:  |  Size: 537 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

View file

@ -0,0 +1,5 @@
{
"animation":{
"frametime":2
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.5 KiB

View file

@ -0,0 +1,5 @@
{
"animation":{
"frametime":1
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.8 KiB

View file

@ -0,0 +1,5 @@
{
"animation":{
"frametime":2
}
}