Add craft recipe.

master
Pedro Gimeno 2017-12-22 00:05:48 +01:00
parent 87d231bae8
commit 688b7d193a
1 changed files with 8 additions and 0 deletions

View File

@ -113,5 +113,13 @@ for i = 0, 1 do
minetest.register_node("digiplay:multicolour_light" .. onoff, node_definition)
end
minetest.register_craft {
output = "digiplay:multicolour_light";
recipe = {
{"", "digilines:wire_std_00000000", ""},
{"default:clay", "default:mese_crystal_fragment", "default:clay"},
{"", "digilines:wire_std_00000000", ""}
};
}
print("[mod] digiplay successfully loaded!")