summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOch Noe <och_noe@forksworld.de>2018-07-28 11:56:41 +0200
committerOch Noe <och_noe@forksworld.de>2018-07-28 11:56:41 +0200
commit20d155fb165f6b685c1e55aead8c43aadac37263 (patch)
treed3f6b3a1d881d8c45c5de63ee55ab6bef6646bdc
parente634a6b8022379c93fffe70a5ce4bc6e2431de3d (diff)
downloadadvtrains_platform-20d155fb165f6b685c1e55aead8c43aadac37263.tar.gz
advtrains_platform-20d155fb165f6b685c1e55aead8c43aadac37263.tar.bz2
advtrains_platform-20d155fb165f6b685c1e55aead8c43aadac37263.zip
new nodes added
-rw-r--r--init.lua13
1 files 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" }