mirror of
https://github.com/Splizard/minetest-mod-snow.git
synced 2024-12-28 07:30:17 +01:00
Merge pull request #26 from FozLand/master
Remove reference to undeclared global variable.
This commit is contained in:
commit
13ecf6a8b2
@ -271,7 +271,6 @@ for _, name in pairs(snow_nodes) do
|
|||||||
|
|
||||||
stairsplus:register_all("moreblocks", name, nodename, {
|
stairsplus:register_all("moreblocks", name, nodename, {
|
||||||
description = ndef.description,
|
description = ndef.description,
|
||||||
drop = drop,
|
|
||||||
groups = {cracky=2, crumbly=2, choppy=2, oddly_breakable_by_hand=2, melts=2, icemaker=1},
|
groups = {cracky=2, crumbly=2, choppy=2, oddly_breakable_by_hand=2, melts=2, icemaker=1},
|
||||||
tiles = ndef.tiles,
|
tiles = ndef.tiles,
|
||||||
--paramtype2 = "facedir",
|
--paramtype2 = "facedir",
|
||||||
|
Loading…
Reference in New Issue
Block a user