forked from Mirrorlandia_minetest/digilines
Add crafting recipes for digiline and lcd.
This commit is contained in:
parent
ead577365d
commit
50cfbdc501
@ -14,3 +14,12 @@ function digiline:receptor_send(pos, rules, channel, msg)
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
minetest.register_craft({
|
||||
output = 'digilines:wire_std_00000000 2',
|
||||
recipe = {
|
||||
{'mesecons_materials:fiber', 'mesecons_materials:fiber', 'mesecons_materials:fiber'},
|
||||
{'mesecons_insulated:insulated_off', 'mesecons_insulated:insulated_off', 'default:gold_ingot'},
|
||||
{'mesecons_materials:fiber', 'mesecons_materials:fiber', 'mesecons_materials:fiber'},
|
||||
}
|
||||
})
|
@ -232,3 +232,12 @@ generate_line = function(s, ypos)
|
||||
end
|
||||
return texture
|
||||
end
|
||||
|
||||
minetest.register_craft({
|
||||
output = "digilines_lcd:lcd 2",
|
||||
recipe = {
|
||||
{"default:steel_ingot", "digilines:wire_std_00000000", "default:steel_ingot"},
|
||||
{"mesecons_lightstone:lightstone_green_off","mesecons_lightstone:lightstone_green_off","mesecons_lightstone:lightstone_green_off"},
|
||||
{"default:glass","default:glass","default:glass"}
|
||||
}
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user