summaryrefslogtreecommitdiff
path: root/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'init.lua')
-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" }