forked from minetest/minetest_game
Default: Make snow walkable again
This commit is contained in:
parent
6e00ddee2a
commit
614e9cfe8d
|
@ -442,7 +442,6 @@ minetest.register_node("default:snow", {
|
||||||
paramtype = "light",
|
paramtype = "light",
|
||||||
buildable_to = true,
|
buildable_to = true,
|
||||||
floodable = true,
|
floodable = true,
|
||||||
walkable = false,
|
|
||||||
drawtype = "nodebox",
|
drawtype = "nodebox",
|
||||||
node_box = {
|
node_box = {
|
||||||
type = "fixed",
|
type = "fixed",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user