Changed snow to walkable

master
DonBatman 2016-08-07 17:23:44 -07:00
parent 20fa037313
commit 5cc780204e
1 changed files with 1 additions and 0 deletions

View File

@ -422,6 +422,7 @@ minetest.register_node("default:snow", {
paramtype = "light",
buildable_to = true,
floodable = true,
walkable = true,
drawtype = "nodebox",
node_box = {
type = "fixed",