set proper subgoup for liquids
This commit is contained in:
parent
3a045a5cba
commit
5c7fc47c34
2 changed files with 5 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
local util = require("data-util");
|
||||
local util = require("data-util")
|
||||
|
||||
-- data:extend({
|
||||
-- {
|
||||
|
|
@ -11,6 +11,7 @@ data:extend({
|
|||
{
|
||||
type = "fluid",
|
||||
name = "formaldehyde",
|
||||
subgroup = "fluid",
|
||||
default_temperature = 25,
|
||||
heat_capacity = "0.1kJ",
|
||||
fuel_value = "0.5kJ",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
local resource_autoplace = require('resource-autoplace');
|
||||
local resource_autoplace = require('resource-autoplace')
|
||||
|
||||
local util = require("data-util");
|
||||
local util = require("data-util")
|
||||
local futil = require("util")
|
||||
|
||||
data.raw.planet.nauvis.map_gen_settings.autoplace_controls["gas"] = {}
|
||||
|
|
@ -104,6 +104,7 @@ data:extend({
|
|||
{
|
||||
type = "fluid",
|
||||
name = "gas",
|
||||
subgroup = "fluid",
|
||||
default_temperature = 25,
|
||||
heat_capacity = "0.1kJ",
|
||||
fuel_value = "1000kJ",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue