From 20d155fb165f6b685c1e55aead8c43aadac37263 Mon Sep 17 00:00:00 2001 From: Och Noe Date: Sat, 28 Jul 2018 11:56:41 +0200 Subject: new nodes added --- init.lua | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/init.lua b/init.lua index 8e364b7..58c8828 100644 --- a/init.lua +++ b/init.lua @@ -1,11 +1,10 @@ -- 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 +local own_name = "advtrains_platform" -- bricks @@ -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" } -- cgit v1.2.3