Remove "header comments"

This commit is contained in:
palige 2015-09-02 19:11:12 +02:00
parent 71ddb8be2a
commit dccf3f45dd
3 changed files with 0 additions and 8 deletions

View File

@ -1,6 +1,3 @@
-- The ADJUSTBALE_BLINKY_PLANT
-- File copy on blinky_plant by Jeija
local toggle_timer = function (pos, restart)
local timer = minetest.get_node_timer(pos)
local meta = minetest.get_meta(pos)

View File

@ -1,6 +1,3 @@
--MOREMESECONS SWITCHTORCH
--file copy on mesecons torch by Jeija
local rotate_torch_rules = function (rules, param2)
if param2 == 5 then
return mesecon.rotate_rules_right(rules)

View File

@ -1,5 +1,3 @@
-- MOREMESECONS TEMPORARY GATE
local temporarygate_get_output_rules = function(node)
local rules = {{x = 0, y = 0, z = 1}}
for i = 0, node.param2 do