From 55b3e456975b2526d8484f96750fab07d19e252b Mon Sep 17 00:00:00 2001 From: Pyritie Date: Sat, 19 Jul 2025 00:46:03 +0100 Subject: [PATCH] I think gregtech uses these to say if something is a gas or liquid --- kubejs/startup_scripts/tfg/fluids.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/kubejs/startup_scripts/tfg/fluids.js b/kubejs/startup_scripts/tfg/fluids.js index 8867b2c96..82278529a 100644 --- a/kubejs/startup_scripts/tfg/fluids.js +++ b/kubejs/startup_scripts/tfg/fluids.js @@ -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 } \ No newline at end of file