crafting recipes

This commit is contained in:
flux
2019-07-06 07:07:07 +01:00
committed by y
parent da9556bd3a
commit 6062d9b08e
4 changed files with 44 additions and 9 deletions

View File

@@ -220,3 +220,12 @@ minetest.register_node("digistuff:piston_pusher", {
mesecon.register_mvps_stopper("digistuff:piston_ext")
mesecon.register_mvps_stopper("digistuff:piston_pusher")
minetest.register_craft({
output = "digistuff:piston",
recipe = {
{"mesecons_pistons:piston_normal_off"},
{"mesecons_luacontroller:luacontroller0000"},
{"digilines:wire_std_00000000"},
},
})