Fixed a global variable after snow's update

This commit is contained in:
LeMagnesium 2015-05-24 10:49:42 +02:00
parent 23697d7811
commit 3f10102866
1 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@ for _, name in pairs(snow_nodes) do
stairsplus:register_all("moreblocks", name, nodename, {
description = ndef.description,
drop = drop,
drop = ndef.drop,
groups = {cracky=2, crumbly=2, choppy=2, oddly_breakable_by_hand=2, melts=2, icemaker=1},
tiles = ndef.tiles,
--paramtype2 = "facedir",