Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Snow default level up
  • Loading branch information
proller committed Jul 28, 2013
1 parent 8313321 commit eb71e01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mods/default/nodes.lua
Expand Up @@ -1289,7 +1289,7 @@ minetest.register_node("default:snow", {
is_ground_content = true,
paramtype = "light",
buildable_to = true,
leveled = 1,
leveled = 7,
drawtype = "nodebox",
freezemelt = "default:water_flowing",
node_box = {
Expand Down

0 comments on commit eb71e01

Please sign in to comment.