mirror of
https://github.com/D00Med/scifi_nodes.git
synced 2025-07-16 06:50:23 +02:00
Compare commits
14 Commits
mtinfo
...
c30ae4b3bd
Author | SHA1 | Date | |
---|---|---|---|
c30ae4b3bd | |||
79ba8cabc3 | |||
6cf45fcd43 | |||
1ded358e04 | |||
ecfaa4714a | |||
c341cb8a20 | |||
d66e04f9b1 | |||
d3d6a7bf79 | |||
e34fdde795 | |||
1993068ed1 | |||
436f51ab0d | |||
749d59a530 | |||
bd58dbc48b | |||
4eaba4f6e1 |
@ -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)
|
||||
|
Reference in New Issue
Block a user