diff --git a/Bio_Industries_2/data-updates.lua b/Bio_Industries_2/data-updates.lua index a7fd529..4198a74 100644 --- a/Bio_Industries_2/data-updates.lua +++ b/Bio_Industries_2/data-updates.lua @@ -484,7 +484,7 @@ end default_temperature = 25, gas_temperature = -210, max_temperature = 100, - heat_capacity = "1KJ", + heat_capacity = "1kJ", base_color = {r = 0.0, g = 0.0, b = 1.0}, flow_color = {r = 0.0, g = 0.0, b = 1.0}, pressure_to_speed_ratio = 0.4, @@ -512,7 +512,7 @@ end default_temperature = 25, gas_temperature = -100, max_temperature = 100, - heat_capacity = "1KJ", + heat_capacity = "1kJ", base_color = {r = 0, g = 0, b = 0}, flow_color = {r = 0.5, g = 1.0, b = 1.0}, pressure_to_speed_ratio = 0.4, diff --git a/Bio_Industries_2/prototypes/Bio_Farm/liquids.lua b/Bio_Industries_2/prototypes/Bio_Farm/liquids.lua index d8a0871..9e014ad 100644 --- a/Bio_Industries_2/prototypes/Bio_Farm/liquids.lua +++ b/Bio_Industries_2/prototypes/Bio_Farm/liquids.lua @@ -3,41 +3,6 @@ local BioInd = require('common')('Bio_Industries_2') local ICONPATH = BioInd.modRoot .. "/graphics/icons/" data:extend({ --- Moved this over to compatible_recipes.lua. These are fluids that may also be created by other mods! - --~ ----- liquid-air - --~ { - --~ type = "fluid", - --~ name = "liquid-air", - --~ icon = ICONPATH .. "liquid-air.png", - --~ icon_size = 64, - --~ default_temperature = 25, - --~ gas_temperature = -100, - --~ max_temperature = 100, - --~ heat_capacity = "1KJ", - --~ base_color = {r = 0, g = 0, b = 0}, - --~ flow_color = {r = 0.5, g = 1.0, b = 1.0}, - --~ pressure_to_speed_ratio = 0.4, - --~ flow_to_energy_ratio = 0.59, - --~ order = "a[fluid]-b[liquid-air]" - --~ }, - - --~ ----- Nitrogen - --~ { - --~ type = "fluid", - --~ name = "nitrogen", - --~ icon = ICONPATH .. "nitrogen.png", - --~ icon_size = 64, - --~ default_temperature = 25, - --~ gas_temperature = -210, - --~ max_temperature = 100, - --~ heat_capacity = "1KJ", - --~ base_color = {r = 0.0, g = 0.0, b = 1.0}, - --~ flow_color = {r = 0.0, g = 0.0, b = 1.0}, - --~ pressure_to_speed_ratio = 0.4, - --~ flow_to_energy_ratio = 0.59, - --~ order = "a[fluid]-b[nitrogen]" - --~ }, - ----- Bio-Mass { type = "fluid", @@ -52,7 +17,7 @@ data:extend({ }, default_temperature = 25, max_temperature = 100, - heat_capacity = "1KJ", + heat_capacity = "1kJ", base_color = {r = 0, g = 0, b = 0}, flow_color = {r = 0.1, g = 1.0, b = 0.0}, pressure_to_speed_ratio = 0.4, diff --git a/Bio_Industries_2/prototypes/Bio_Fuel/fluid.lua b/Bio_Industries_2/prototypes/Bio_Fuel/fluid.lua index 2c5df22..c03ed45 100644 --- a/Bio_Industries_2/prototypes/Bio_Fuel/fluid.lua +++ b/Bio_Industries_2/prototypes/Bio_Fuel/fluid.lua @@ -16,7 +16,7 @@ data:extend({ }, default_temperature = 25, max_temperature = 100, - heat_capacity = "1KJ", + heat_capacity = "1kJ", base_color = {r = 1.00, g = 0.35, b = 0.35}, flow_color = {r = 1.00, g = 0.35, b = 0.35}, pressure_to_speed_ratio = 0.4, diff --git a/Bio_Industries_2/prototypes/Bio_Garden/fluid_fertilizer.lua b/Bio_Industries_2/prototypes/Bio_Garden/fluid_fertilizer.lua index ffacdaa..dc9a8b8 100644 --- a/Bio_Industries_2/prototypes/Bio_Garden/fluid_fertilizer.lua +++ b/Bio_Industries_2/prototypes/Bio_Garden/fluid_fertilizer.lua @@ -50,7 +50,7 @@ data:extend({ }, default_temperature = 25, max_temperature = 100, - heat_capacity = "1KJ", + heat_capacity = "1kJ", --~ base_color = {r = 0.478, g = 0.341, b = 0.118}, -- 19cf44 --~ base_color = {r = 0.098, g = 0.811, b = 0.269}, @@ -78,7 +78,7 @@ data:extend({ }, default_temperature = 25, max_temperature = 100, - heat_capacity = "1KJ", + heat_capacity = "1kJ", --00ff12 --~ base_color = {r = 0.465, g = 0.306, b = 0.272}, --~ base_color = {r = 0, g = 1, b = 0.071},