Update
This commit is contained in:
parent
8301e8cb82
commit
e90004322f
2 changed files with 7 additions and 0 deletions
6
desktop.ini
Normal file
6
desktop.ini
Normal file
|
@ -0,0 +1,6 @@
|
|||
[.ShellClassInfo]
|
||||
IconResource=C:\WINDOWS\System32\SHELL32.dll,4
|
||||
[ViewState]
|
||||
Mode=
|
||||
Vid=
|
||||
FolderType=Generic
|
|
@ -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
|
Loading…
Reference in a new issue