This commit is contained in:
Milan2018 2023-07-04 18:50:42 +02:00
parent 8301e8cb82
commit e90004322f
2 changed files with 7 additions and 0 deletions

6
desktop.ini Normal file
View File

@ -0,0 +1,6 @@
[.ShellClassInfo]
IconResource=C:\WINDOWS\System32\SHELL32.dll,4
[ViewState]
Mode=
Vid=
FolderType=Generic

View File

@ -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