@@ -54,7 +54,7 @@ for display,displaydata in pairs(DID.displays) do
|
|||||||
icon_size = DID.icon_size,
|
icon_size = DID.icon_size,
|
||||||
icon_mipmaps = DID.icon_mipmaps,
|
icon_mipmaps = DID.icon_mipmaps,
|
||||||
corpse = "small-remnants",
|
corpse = "small-remnants",
|
||||||
fast_replaceable_group = "display",
|
fast_replaceable_group = "display",
|
||||||
minable = {
|
minable = {
|
||||||
mining_time = 0.2,
|
mining_time = 0.2,
|
||||||
result = display,
|
result = display,
|
||||||
@@ -125,7 +125,7 @@ for display,displaydata in pairs(DID.displays) do
|
|||||||
result = display,
|
result = display,
|
||||||
result_count = 1,
|
result_count = 1,
|
||||||
category = "crafting",
|
category = "crafting",
|
||||||
enabled = mods["IndustrialRevolution"] and (displaydata.IR_unlock == nil) or (displaydata.unlock == nil),
|
enabled = (mods["IndustrialRevolution"] and (displaydata.IR_unlock == nil)) or (not mods["IndustrialRevolution"] and displaydata.unlock == nil),
|
||||||
ingredients = displaydata.ingredients,
|
ingredients = displaydata.ingredients,
|
||||||
energy_required = 1,
|
energy_required = 1,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user