new nodes added

master
Och Noe 2018-07-28 11:56:41 +02:00
parent e634a6b802
commit 20d155fb16
1 changed files with 7 additions and 6 deletions

View File

@ -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" }