crafting recipes
This commit is contained in:
@@ -30,7 +30,7 @@ minetest.register_node("digistuff:noteblock", {
|
||||
local meta = minetest.get_meta(pos)
|
||||
if fields.channel then meta:set_string("channel",fields.channel) end
|
||||
end,
|
||||
digiline =
|
||||
digiline =
|
||||
{
|
||||
receptor = {},
|
||||
effector = {
|
||||
@@ -62,3 +62,12 @@ minetest.register_node("digistuff:noteblock", {
|
||||
},
|
||||
},
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = "digistuff:noteblock",
|
||||
recipe = {
|
||||
{"mesecons_noteblock:noteblock"},
|
||||
{"mesecons_luacontroller:luacontroller0000"},
|
||||
{"digilines:wire_std_00000000"},
|
||||
},
|
||||
})
|
||||
|
Reference in New Issue
Block a user