mirror of
https://github.com/minetest-mods/MoreMesecons.git
synced 2024-12-28 08:27:29 +01:00
Add a craft for the induction transmitter
This commit is contained in:
parent
482dd4df93
commit
8cac3f8f70
@ -1 +1,3 @@
|
||||
mesecons
|
||||
mesecons_torch
|
||||
default
|
||||
|
@ -94,3 +94,11 @@ mesecon.register_node("moremesecons_induction_transmitter:induction_transmitter"
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = "moremesecons_induction_transmitter:induction_transmitter_off",
|
||||
recipe = {
|
||||
{"default:mese_crystal_fragment", "mesecons_torch:mesecon_torch_on", "default:mese_crystal_fragment"},
|
||||
{"", "default:mese_crystal_fragment", ""}
|
||||
}
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user