mirror of
https://github.com/minetest/minetest_game.git
synced 2024-11-10 01:33:52 +01:00
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",
|
||||
buildable_to = true,
|
||||
floodable = true,
|
||||
walkable = false,
|
||||
drawtype = "nodebox",
|
||||
node_box = {
|
||||
type = "fixed",
|
||||
|
Loading…
Reference in New Issue
Block a user