From e634a6b8022379c93fffe70a5ce4bc6e2431de3d Mon Sep 17 00:00:00 2001 From: Och Noe Date: Wed, 27 Jun 2018 20:35:47 +0200 Subject: new: default:dirt moreblocks:stone_tile ethereal:icebrick --- init.lua | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/init.lua b/init.lua index ab6622a..8e364b7 100644 --- a/init.lua +++ b/init.lua @@ -17,13 +17,18 @@ list_default = { "default:brick", "default:stone", "default:sandstone", - "default:obsidian_glass" } + "default:obsidian_glass", + "default:dirt" } list_moreblocks = { "moreblocks:cactus_brick", "moreblocks:coal_stone_bricks", "moreblocks:grey_bricks", - "moreblocks:iron_stone_bricks"} + "moreblocks:iron_stone_bricks", + "moreblocks:stone_tile" } + +list_ethereal = { + "ethereal:icebrick" } @@ -82,6 +87,9 @@ end if minetest.get_modpath("ethereal") then + for _,name in pairs(list_ethereal) do + advtrains.register_platform(own_name,name) + end for _,name in pairs(list_wood_ethereal) do advtrains.register_platform(own_name,name) end -- cgit v1.2.3