Compare commits
No commits in common. "952346f504590046117d5eb864b1de6e1781a49a" and "d59a62767e7ff285d604dec2cf5eabbf680c287d" have entirely different histories.
952346f504
...
d59a62767e
2 changed files with 5 additions and 4 deletions
|
|
@ -6,7 +6,6 @@ local ICONPATH_KR = BioInd.modRoot .. "/graphics/icons/mod_krastorio/"
|
||||||
local ICONPATHMIPS = BioInd.modRoot .. "/graphics/icons/mips/"
|
local ICONPATHMIPS = BioInd.modRoot .. "/graphics/icons/mips/"
|
||||||
|
|
||||||
local nitrogen = data.raw.fluid["kr-nitrogen"] and "kr-nitrogen" or "nitrogen"
|
local nitrogen = data.raw.fluid["kr-nitrogen"] and "kr-nitrogen" or "nitrogen"
|
||||||
local pellet_coke = data.raw.item["angels-pellet-coke"] and "angels-pellet-coke" or "pellet-coke"
|
|
||||||
|
|
||||||
data:extend({
|
data:extend({
|
||||||
{
|
{
|
||||||
|
|
@ -25,7 +24,7 @@ data:extend({
|
||||||
order = "a[bi]-a-g[bi-coke-coal]-2",
|
order = "a[bi]-a-g[bi-coke-coal]-2",
|
||||||
energy_required = 4,
|
energy_required = 4,
|
||||||
ingredients = {},
|
ingredients = {},
|
||||||
results = {{type="item", name=pellet_coke, amount=1}},
|
results = {{type="item", name="angels-pellet-coke", amount=1}},
|
||||||
always_show_made_in = true,
|
always_show_made_in = true,
|
||||||
allow_decomposition = false,
|
allow_decomposition = false,
|
||||||
allow_as_intermediate = false,
|
allow_as_intermediate = false,
|
||||||
|
|
|
||||||
|
|
@ -327,7 +327,9 @@ data:extend({
|
||||||
ingredient_count = 3,
|
ingredient_count = 3,
|
||||||
open_sound = { filename = "__base__/sound/machine-open.ogg", volume = 0.85 },
|
open_sound = { filename = "__base__/sound/machine-open.ogg", volume = 0.85 },
|
||||||
close_sound = { filename = "__base__/sound/machine-close.ogg", volume = 0.75 },
|
close_sound = { filename = "__base__/sound/machine-close.ogg", volume = 0.75 },
|
||||||
module_slots = 3,
|
module_specification = {
|
||||||
|
module_slots = 3
|
||||||
|
},
|
||||||
allowed_effects = { "consumption", "speed", "productivity", "pollution" },
|
allowed_effects = { "consumption", "speed", "productivity", "pollution" },
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
@ -410,7 +412,7 @@ data:extend({
|
||||||
pipe_connections = { { flow_direction = "input", direction = defines.direction.north, position = { 0, -1 } } }
|
pipe_connections = { { flow_direction = "input", direction = defines.direction.north, position = { 0, -1 } } }
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
module_slots = 2,
|
module_specification = {module_slots = 2},
|
||||||
allowed_effects = { "consumption", "speed", "productivity", "pollution" },
|
allowed_effects = { "consumption", "speed", "productivity", "pollution" },
|
||||||
graphics_set = {
|
graphics_set = {
|
||||||
animation = {
|
animation = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue