1
0
mirror of https://github.com/D00Med/scifi_nodes.git synced 2025-01-04 06:00:18 +01:00

Fix drop of scifi_nodes:digicode_on

This commit is contained in:
OgelGames 2021-05-02 22:45:55 +10:00 committed by Buckaroo Banzai
parent 1d42e59ada
commit 79ba8cabc3

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)