From e0ee5500ab71fd9655fad0ece4b3ea0830f82d4f Mon Sep 17 00:00:00 2001 From: orwell96 Date: Sat, 17 Sep 2016 11:14:28 +0200 Subject: add more crafting recipes and a manual --- misc_nodes.lua | 8 -------- 1 file changed, 8 deletions(-) (limited to 'misc_nodes.lua') diff --git a/misc_nodes.lua b/misc_nodes.lua index aeb1cfc..ac1bf9b 100644 --- a/misc_nodes.lua +++ b/misc_nodes.lua @@ -63,13 +63,5 @@ function advtrains.register_platform(preset) }) end -minetest.register_abm({ - name = "advtrains:platform_high", - -- In the following two fields, also group:groupname will work. - nodenames = {"advtrains:platform_high"}, - interval=1, - chance=1, - action = function(pos, node, active_object_count, active_object_count_wider) minetest.set_node(pos, {name="advtrains:platform_high_stonebrick", param2=node.param2}) end, - }) advtrains.register_platform("default:stonebrick") -- cgit v1.2.3