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 ++ 1 file changed, 2 insertions(+) (limited to 'stairsplus') 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 -- cgit v1.2.3