Add craft recipes for RTC and Lightsensor (#71)

This commit is contained in:
OgelGames
2021-05-13 23:33:58 +10:00
committed by GitHub
parent 660bd62528
commit a055b5045a
2 changed files with 17 additions and 0 deletions

View File

@ -57,3 +57,12 @@ minetest.register_node("digilines:rtc", {
end
end,
})
minetest.register_craft({
output = "digilines:rtc",
recipe = {
{"", "dye:black", ""},
{"default:steel_ingot", "default:mese_crystal_fragment", "default:steel_ingot"},
{"", "digilines:wire_std_00000000", ""}
}
})