From 2e39404cde72eeb869d2f799de504cdd619fca80 Mon Sep 17 00:00:00 2001 From: Och Noe Date: Tue, 30 Mar 2021 10:24:06 +0200 Subject: "silver blocks" are now also cur-able in the circular saw --- stairsplus/registrations.lua | 2 ++ textures/moreblocks_version_node.png | Bin 3185 -> 3062 bytes 2 files changed, 2 insertions(+) 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 Binary files a/textures/moreblocks_version_node.png and b/textures/moreblocks_version_node.png differ -- cgit v1.2.3