Update data.lua
No need for such a small mipmap
This commit is contained in:
@@ -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,
|
||||||
}
|
}
|
||||||
@@ -289,8 +289,6 @@ data:extend({
|
|||||||
priority = "extra-high",
|
priority = "extra-high",
|
||||||
width = 32,
|
width = 32,
|
||||||
height = 32,
|
height = 32,
|
||||||
mipmap_count = 2,
|
|
||||||
scale = 0.5,
|
|
||||||
flags = {"gui-icon"},
|
flags = {"gui-icon"},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user