aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOch Noe <och_noe@forksworld.de>2021-03-30 10:24:06 +0200
committerOch Noe <och_noe@forksworld.de>2021-03-30 10:24:06 +0200
commit2e39404cde72eeb869d2f799de504cdd619fca80 (patch)
tree63b6d66950e0774b2685672df528dbf4f3ce259b
parent637dfda11d5a01af9acac0b76d3362794283e9ad (diff)
downloadmoreblocks-2e39404cde72eeb869d2f799de504cdd619fca80.tar.gz
moreblocks-2e39404cde72eeb869d2f799de504cdd619fca80.tar.bz2
moreblocks-2e39404cde72eeb869d2f799de504cdd619fca80.zip
"silver blocks" are now also cur-able in the circular saw
-rw-r--r--stairsplus/registrations.lua2
-rw-r--r--textures/moreblocks_version_node.pngbin3185 -> 3062 bytes
2 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
diff --git a/textures/moreblocks_version_node.png b/textures/moreblocks_version_node.png
index 57da6dd..293cc76 100644
--- a/textures/moreblocks_version_node.png
+++ b/textures/moreblocks_version_node.png
Binary files differ