I think gregtech uses these to say if something is a gas or liquid

This commit is contained in:
Pyritie 2025-07-19 00:46:03 +01:00
parent c9b3168d0a
commit 55b3e45697

View file

@ -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
}