From 5a21b6f3ef875818c1b2f4477c8ccb9d5fd470dd Mon Sep 17 00:00:00 2001 From: Och Noe Date: Mon, 17 Sep 2018 05:32:51 +0200 Subject: two new types: desert_stone and desert_sandstone --- init.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/init.lua b/init.lua index 58c8828..32a6c32 100644 --- a/init.lua +++ b/init.lua @@ -18,7 +18,9 @@ list_default = { "default:sandstone", "default:obsidian_glass", "default:dirt", - "default:dirt_with_grass", } + "default:dirt_with_grass", + "default:desert_stone", + "default:desert_sandstone",} list_moreblocks = { "moreblocks:cactus_brick", -- cgit v1.2.3