diff options
author | Och Noe <och_noe@forksworld.de> | 2021-03-30 10:24:06 +0200 |
---|---|---|
committer | Och Noe <och_noe@forksworld.de> | 2021-03-30 10:24:06 +0200 |
commit | 2e39404cde72eeb869d2f799de504cdd619fca80 (patch) | |
tree | 63b6d66950e0774b2685672df528dbf4f3ce259b /stairsplus | |
parent | 637dfda11d5a01af9acac0b76d3362794283e9ad (diff) | |
download | moreblocks-2e39404cde72eeb869d2f799de504cdd619fca80.tar.gz moreblocks-2e39404cde72eeb869d2f799de504cdd619fca80.tar.bz2 moreblocks-2e39404cde72eeb869d2f799de504cdd619fca80.zip |
"silver blocks" are now also cur-able in the circular saw
Diffstat (limited to 'stairsplus')
-rw-r--r-- | stairsplus/registrations.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/stairsplus/registrations.lua b/stairsplus/registrations.lua index 413ecca..f0e24c7 100644 --- a/stairsplus/registrations.lua +++ b/stairsplus/registrations.lua @@ -57,6 +57,8 @@ end if minetest.get_modpath("moreores") then table.insert(default_nodes,"moreores:mithril_block") + -- added 2021-03-30 + table.insert(default_nodes,"moreores:silver_block") end for _, name in pairs(default_nodes) do |