1
0
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:
LeMagnesium
2015-05-11 20:02:54 +02:00
parent 6c5c9f6ca9
commit ea1d7b65be
79 changed files with 365 additions and 364 deletions

View File

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