diff options
author | Och Noe <och_noe@forksworld.de> | 2018-07-28 11:56:41 +0200 |
---|---|---|
committer | Och Noe <och_noe@forksworld.de> | 2018-07-28 11:56:41 +0200 |
commit | 20d155fb165f6b685c1e55aead8c43aadac37263 (patch) | |
tree | d3f6b3a1d881d8c45c5de63ee55ab6bef6646bdc | |
parent | e634a6b8022379c93fffe70a5ce4bc6e2431de3d (diff) | |
download | advtrains_platform-20d155fb165f6b685c1e55aead8c43aadac37263.tar.gz advtrains_platform-20d155fb165f6b685c1e55aead8c43aadac37263.tar.bz2 advtrains_platform-20d155fb165f6b685c1e55aead8c43aadac37263.zip |
new nodes added
-rw-r--r-- | init.lua | 13 |
1 files changed, 7 insertions, 6 deletions
@@ -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" } |