mirror of
https://github.com/minetest-mods/MoreMesecons.git
synced 2025-01-09 17:30:24 +01:00
Remove "header comments"
This commit is contained in:
parent
71ddb8be2a
commit
dccf3f45dd
@ -1,6 +1,3 @@
|
|||||||
-- The ADJUSTBALE_BLINKY_PLANT
|
|
||||||
-- File copy on blinky_plant by Jeija
|
|
||||||
|
|
||||||
local toggle_timer = function (pos, restart)
|
local toggle_timer = function (pos, restart)
|
||||||
local timer = minetest.get_node_timer(pos)
|
local timer = minetest.get_node_timer(pos)
|
||||||
local meta = minetest.get_meta(pos)
|
local meta = minetest.get_meta(pos)
|
||||||
|
@ -1,6 +1,3 @@
|
|||||||
--MOREMESECONS SWITCHTORCH
|
|
||||||
--file copy on mesecons torch by Jeija
|
|
||||||
|
|
||||||
local rotate_torch_rules = function (rules, param2)
|
local rotate_torch_rules = function (rules, param2)
|
||||||
if param2 == 5 then
|
if param2 == 5 then
|
||||||
return mesecon.rotate_rules_right(rules)
|
return mesecon.rotate_rules_right(rules)
|
||||||
|
@ -1,5 +1,3 @@
|
|||||||
-- MOREMESECONS TEMPORARY GATE
|
|
||||||
|
|
||||||
local temporarygate_get_output_rules = function(node)
|
local temporarygate_get_output_rules = function(node)
|
||||||
local rules = {{x = 0, y = 0, z = 1}}
|
local rules = {{x = 0, y = 0, z = 1}}
|
||||||
for i = 0, node.param2 do
|
for i = 0, node.param2 do
|
||||||
|
Loading…
Reference in New Issue
Block a user