@@ -49,15 +49,15 @@ object GasTypeRegistry {
4949 }
5050
5151 fun init () {
52- val air = GasType (" Air" ,ResourceLocation (KelvinMod .MOD_ID , " air" ), 1.293 , 1 .716e- 5 , 1.005 , 0.026 )
53- val exhaust = GasType (" Exhaust" , ResourceLocation (KelvinMod .MOD_ID , " exhaust" ), 1.98 , 1 .10e- 5 , 2.2 , 0.031 )
54- val steam = GasType (" Steam" , ResourceLocation (KelvinMod .MOD_ID , " steam" ), 1.98 , 1 .716e- 5 , 2.2 , 0.031 )
52+ val air = GasType (" Air" ,ResourceLocation (KelvinMod .MOD_ID , " air" ), 1.293 , 1 .716e- 5 , 1.005 , 0.026 , iconLocation = getIcon( " air " ) )
53+ val exhaust = GasType (" Exhaust" , ResourceLocation (KelvinMod .MOD_ID , " exhaust" ), 1.98 , 1 .10e- 5 , 2.2 , 0.031 , iconLocation = getIcon( " exhaust " ) )
54+ val steam = GasType (" Steam" , ResourceLocation (KelvinMod .MOD_ID , " steam" ), 1.98 , 1 .716e- 5 , 2.2 , 0.031 , iconLocation = getIcon( " steam " ) )
5555
5656
57- val phlogiston = GasType (" Phlogiston" ,ResourceLocation (KelvinMod .MOD_ID , " phlogiston" ), 3.0 , 2 .0e- 5 , 14.30 , 0.240 , 150.0 , 1.008 , true , 3 .5e+ 8 )
58- val helium = GasType (" Helium" ,ResourceLocation (KelvinMod .MOD_ID , " helium" ),0.166 , 1 .96e- 5 , 5.1832 , 0.151 , 79.4 , 1.66 )
59- val hydrogen = GasType (" Hydrogen" ,ResourceLocation (KelvinMod .MOD_ID , " hydrogen" ), 0.08988 , 0 .88e- 5 , 14.30 , 0.18 , 72.0 , 1.4 , true , 1 .418e+ 8 )
60- val methane = GasType (" Methane" ,ResourceLocation (KelvinMod .MOD_ID , " methane" ), 0.657 , 1 .10e- 5 , 2.2 , 0.031 , 90.0 , 16.0 , true , 5 .55e+ 7 )
57+ val phlogiston = GasType (" Phlogiston" ,ResourceLocation (KelvinMod .MOD_ID , " phlogiston" ), 3.0 , 2 .0e- 5 , 14.30 , 0.240 , 150.0 , 1.008 , true , 3 .5e+ 8 , iconLocation = getIcon( " phlogiston " ) )
58+ val helium = GasType (" Helium" ,ResourceLocation (KelvinMod .MOD_ID , " helium" ),0.166 , 1 .96e- 5 , 5.1832 , 0.151 , 79.4 , 1.66 , iconLocation = getIcon( " helium " ) )
59+ val hydrogen = GasType (" Hydrogen" ,ResourceLocation (KelvinMod .MOD_ID , " hydrogen" ), 0.08988 , 0 .88e- 5 , 14.30 , 0.18 , 72.0 , 1.4 , true , 1 .418e+ 8 , iconLocation = getIcon( " hydrogen " ) )
60+ val methane = GasType (" Methane" ,ResourceLocation (KelvinMod .MOD_ID , " methane" ), 0.657 , 1 .10e- 5 , 2.2 , 0.031 , 90.0 , 16.0 , true , 5 .55e+ 7 , iconLocation = getIcon( " methane " ) )
6161
6262
6363 register(air)
0 commit comments