I think gregtech uses these to say if something is a gas or liquid
This commit is contained in:
parent
c9b3168d0a
commit
55b3e45697
1 changed files with 0 additions and 4 deletions
|
|
@ -34,8 +34,6 @@ const registerTFGFluids = (event) => {
|
|||
event.create('tfg:semiheavy_ammoniacal_water')
|
||||
.thinTexture(0x704f786c)
|
||||
.color(0x4f786c)
|
||||
.viscosity(0)
|
||||
.density(0)
|
||||
.temperature(213)
|
||||
.renderType('translucent')
|
||||
//#endregion
|
||||
|
|
@ -54,8 +52,6 @@ const registerTFGFluids = (event) => {
|
|||
.stillTexture('tfg:block/planets/venus/super_heated_slurry_still')
|
||||
.flowingTexture('tfg:block/planets/venus/super_heated_slurry_flow')
|
||||
.bucketColor(0xc4d984)
|
||||
.viscosity(0)
|
||||
.density(0)
|
||||
.renderType('translucent')
|
||||
//#endregion
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue