Fix some invalid globals in redstone mods
This commit is contained in:
parent
0daf82a9af
commit
aebe0dec9f
3 changed files with 2 additions and 276 deletions
|
@ -51,7 +51,7 @@ function mesecon.register_pressure_plate(basename, description, textures_off, te
|
|||
local groups_off = table.copy(plusgroups)
|
||||
groups_off.attached_node = 1
|
||||
groups_off.dig_by_piston = 1
|
||||
groups_on = table.copy(groups_off)
|
||||
local groups_on = table.copy(groups_off)
|
||||
groups_on.not_in_creative_inventory = 1
|
||||
|
||||
mesecon.register_node(basename, {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue