Legacy depends fix, add grind recipes for plates
This commit is contained in:
parent
2616a9317a
commit
1673aef090
@ -136,6 +136,7 @@ end
|
|||||||
|
|
||||||
for mat, ingot in pairs(ingot_map) do
|
for mat, ingot in pairs(ingot_map) do
|
||||||
local plate = elepd.registered_plates[mat]
|
local plate = elepd.registered_plates[mat]
|
||||||
|
local dust = elepd.registered_dusts[mat]
|
||||||
|
|
||||||
if plate then
|
if plate then
|
||||||
elepm.register_craft({
|
elepm.register_craft({
|
||||||
@ -144,6 +145,15 @@ for mat, ingot in pairs(ingot_map) do
|
|||||||
output = plate.item,
|
output = plate.item,
|
||||||
time = 4,
|
time = 4,
|
||||||
})
|
})
|
||||||
|
|
||||||
|
if dust then
|
||||||
|
elepm.register_craft({
|
||||||
|
type = "grind",
|
||||||
|
recipe = { plate.item },
|
||||||
|
output = dust.item .. " 2",
|
||||||
|
time = 6,
|
||||||
|
})
|
||||||
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
@ -1,2 +1,3 @@
|
|||||||
default
|
default
|
||||||
pipeworks?
|
pipeworks?
|
||||||
|
tubelib?
|
||||||
|
Loading…
Reference in New Issue
Block a user