mirror of
https://github.com/minetest-mods/mesecons.git
synced 2025-06-28 05:50:17 +02:00
Fix most of the namespace pollutions reported in #311
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
function insulated_wire_get_rules(node)
|
||||
local function insulated_wire_get_rules(node)
|
||||
local rules = {{x = 1, y = 0, z = 0},
|
||||
{x =-1, y = 0, z = 0}}
|
||||
if node.param2 == 1 or node.param2 == 3 then
|
||||
|
Reference in New Issue
Block a user