From e90004322fd85b9786da67584c4036c39aa680a6 Mon Sep 17 00:00:00 2001 From: Milan2018 Date: Tue, 4 Jul 2023 18:50:42 +0200 Subject: [PATCH] Update --- desktop.ini | 6 ++++++ moreblocks/stairsplus/common.lua | 1 + 2 files changed, 7 insertions(+) create mode 100644 desktop.ini diff --git a/desktop.ini b/desktop.ini new file mode 100644 index 0000000..5de1e09 --- /dev/null +++ b/desktop.ini @@ -0,0 +1,6 @@ +[.ShellClassInfo] +IconResource=C:\WINDOWS\System32\SHELL32.dll,4 +[ViewState] +Mode= +Vid= +FolderType=Generic diff --git a/moreblocks/stairsplus/common.lua b/moreblocks/stairsplus/common.lua index a7134b2..fefd253 100644 --- a/moreblocks/stairsplus/common.lua +++ b/moreblocks/stairsplus/common.lua @@ -56,6 +56,7 @@ stairsplus.register_single = function(category, alternate, info, modname, subnam if fields.drop and not (type(fields.drop) == "table") then def.drop = modname.. ":" .. category .. "_" .. fields.drop .. alternate end + def.place_param2=nil minetest.register_node(":" ..modname.. ":" .. category .. "_" .. subname .. alternate, def) stairsplus.register_recipes(category, alternate, modname, subname, recipeitem) end \ No newline at end of file