diff --git a/init.lua b/init.lua index 8e364b7..58c8828 100644 --- a/init.lua +++ b/init.lua @@ -1,13 +1,12 @@ -- all nodes that do not fit in any other category --- Och_Noe +-- Author: Och_Noe +-- Licence: LGPL 2.1 -- + local own_name = "advtrains_platform" --- copied from advtrains and modified - - -- bricks list_default = { @@ -18,7 +17,8 @@ list_default = { "default:stone", "default:sandstone", "default:obsidian_glass", - "default:dirt" } + "default:dirt", + "default:dirt_with_grass", } list_moreblocks = { "moreblocks:cactus_brick", @@ -28,7 +28,8 @@ list_moreblocks = { "moreblocks:stone_tile" } list_ethereal = { - "ethereal:icebrick" } + "ethereal:icebrick", + "ethereal:bamboo_dirt" }