diff options
author | lemon-melon <lemon-melon@users.noreply.github.com> | 2017-08-12 22:07:33 +0100 |
---|---|---|
committer | sofar <sofar+github@foo-projects.org> | 2017-08-12 14:07:33 -0700 |
commit | fc3c5f47381c4fd3710558472729ae11a728e9f6 (patch) | |
tree | f471d991d119923f79f5854b53d1878424e06fbf | |
parent | fbfb079f54e90618a0578ff33092c97c8b015cb9 (diff) | |
download | moreblocks-fc3c5f47381c4fd3710558472729ae11a728e9f6.tar.gz moreblocks-fc3c5f47381c4fd3710558472729ae11a728e9f6.tar.bz2 moreblocks-fc3c5f47381c4fd3710558472729ae11a728e9f6.zip |
Support tin and silver/sandstone blocks (#79)
Allows tin blocks and silver/desert sandstone blocks to be used in the circular saw.
-rw-r--r-- | stairsplus/registrations.lua | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/stairsplus/registrations.lua b/stairsplus/registrations.lua index 065bc9d..7c5ad50 100644 --- a/stairsplus/registrations.lua +++ b/stairsplus/registrations.lua @@ -17,6 +17,7 @@ local default_nodes = { -- Default stairs/slabs/panels/microblocks: "copperblock", "bronzeblock", "diamondblock", + "tinblock", "desert_stone", "desert_stone_block", "desert_cobble", @@ -39,6 +40,12 @@ local default_nodes = { -- Default stairs/slabs/panels/microblocks: "stonebrick", "desert_stonebrick", "sandstonebrick", + "silver_sandstone", + "silver_sandstone_brick", + "silver_sandstone_block", + "desert_sandstone", + "desert_sandstone_brick", + "desert_sandstone_block", "sandstone_block", "coral_skeleton", "farming:straw" |