mirror of
https://github.com/minetest/minetest_game.git
synced 2024-10-31 23:30:31 +01:00
Snow default level up
This commit is contained in:
parent
83133210cc
commit
eb71e01887
|
@ -1289,7 +1289,7 @@ minetest.register_node("default:snow", {
|
||||||
is_ground_content = true,
|
is_ground_content = true,
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
buildable_to = true,
|
buildable_to = true,
|
||||||
leveled = 1,
|
leveled = 7,
|
||||||
drawtype = "nodebox",
|
drawtype = "nodebox",
|
||||||
freezemelt = "default:water_flowing",
|
freezemelt = "default:water_flowing",
|
||||||
node_box = {
|
node_box = {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user