matter
This commit is contained in:
parent
25f1395e4c
commit
ea0b51054e
4 changed files with 23 additions and 1 deletions
15
matter.lua
Normal file
15
matter.lua
Normal file
|
@ -0,0 +1,15 @@
|
|||
-- Matter recipes for Krastorio2
|
||||
if mods["Krastorio2"] then
|
||||
local util = require("data-util");
|
||||
|
||||
util.k2matter({
|
||||
k2matter = {
|
||||
item_name = "salt",
|
||||
matter_value = 2,
|
||||
energy_required = 1,
|
||||
need_stabilizer = false,
|
||||
unlocked_by_technology = "salt-matter-processing",
|
||||
},
|
||||
icon = {icon = "__bzchlorine__/graphics/icons/salt.png", icon_size = 128, scale = 1}
|
||||
})
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue