mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-12-28 11:55:29 +01:00
Updated snow with fixes
This commit is contained in:
@@ -51,8 +51,9 @@ There is one in each of the "stairsplus.register_all" sections.
|
||||
-- next section of stairsplus stuff. ~LazyJ
|
||||
|
||||
if (minetest.get_modpath("moreblocks"))
|
||||
and rawget(_G, "stairsplus")
|
||||
|
||||
-- 'If' MoreBlocks was found, well, 'then' go ahead with this next part:
|
||||
-- 'If' MoreBlocks was found and stairsplus is available, well, 'then' go ahead with this next part:
|
||||
|
||||
then
|
||||
|
||||
@@ -271,9 +272,6 @@ for _, name in pairs(snow_nodes) do
|
||||
local groups = {}
|
||||
for k, v in pairs(ndef.groups) do groups[k] = v end
|
||||
|
||||
local drop
|
||||
-- FIXME: FIND WHAT IS DROP SUPPOSED TO BE FROM AND FOR WHAT IT IS HERE
|
||||
|
||||
stairsplus:register_all("moreblocks", name, nodename, {
|
||||
description = ndef.description,
|
||||
drop = drop,
|
||||
|
||||
Reference in New Issue
Block a user