1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-12-28 11:55:29 +01:00

Update snow mod to 3.2 version

This commit is contained in:
Ombridride
2015-01-26 00:03:27 +01:00
parent 618adecf2b
commit dc1053d3f1
10 changed files with 35 additions and 22 deletions

View File

@@ -264,7 +264,7 @@ local snow_nodes = {
"snow_brick",
"snow_cobble",
}
local drop = nil
for _, name in pairs(snow_nodes) do
local nodename = "snow:"..name
local ndef = minetest.registered_nodes[nodename]