1
0
mirror of https://github.com/D00Med/scifi_nodes.git synced 2025-07-16 06:50:23 +02:00

14 Commits

2 changed files with 2 additions and 1 deletions

View File

@ -122,7 +122,7 @@ minetest.register_node("scifi_nodes:digicode_on", {
paramtype2 = "wallmounted",
light_source = 5,
groups = {cracky=1, oddly_breakable_by_hand=1, not_in_creative_inventory=1, mesecon_needs_receiver = 1},
drop = {items = {"scifi_nodes:digicode_off"}},
drop = "scifi_nodes:digicode_off",
mesecons = {
receptor = {
state = (has_mesecons and mesecon.state.on)

View File

@ -22,3 +22,4 @@ dofile(MP.."/digicode.lua")
dofile(MP.."/models.lua")
dofile(MP.."/octagon_panes.lua")
dofile(MP.."/crafts.lua")
minetest.log("action", "[scifi_nodes] loaded.")