Compare commits
6 Commits
dd8432ef34
...
5a04699b3e
Author | SHA1 | Date | |
---|---|---|---|
5a04699b3e | |||
a055b5045a | |||
7a5cc43280 | |||
660bd62528 | |||
327c96cba8 | |||
0aa935c271 |
@ -61,3 +61,11 @@ minetest.register_node("digilines:lightsensor", {
|
||||
end
|
||||
end,
|
||||
})
|
||||
|
||||
minetest.register_craft({
|
||||
output = "digilines:lightsensor",
|
||||
recipe = {
|
||||
{"default:glass","default:glass","default:glass"},
|
||||
{"default:steel_ingot", "digilines:wire_std_00000000", "default:steel_ingot"},
|
||||
}
|
||||
})
|
||||
|
9
rtc.lua
@ -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", ""}
|
||||
}
|
||||
})
|
||||
|
BIN
textures/_sp.png
Before Width: | Height: | Size: 215 B After Width: | Height: | Size: 95 B |
Before Width: | Height: | Size: 446 B After Width: | Height: | Size: 250 B |
Before Width: | Height: | Size: 410 B After Width: | Height: | Size: 257 B |
Before Width: | Height: | Size: 196 B After Width: | Height: | Size: 136 B |
Before Width: | Height: | Size: 378 B After Width: | Height: | Size: 228 B |
Before Width: | Height: | Size: 218 B After Width: | Height: | Size: 194 B |
Before Width: | Height: | Size: 248 B After Width: | Height: | Size: 215 B |
Before Width: | Height: | Size: 142 B After Width: | Height: | Size: 132 B |
Before Width: | Height: | Size: 189 B After Width: | Height: | Size: 143 B |