mirror of
https://github.com/luanti-org/minetest_game.git
synced 2025-03-22 15:42:18 +00:00
Default: Thicker snow nodebox
This commit is contained in:
parent
2885ae6018
commit
cbea61e8dd
1 changed files with 5 additions and 5 deletions
|
@ -356,7 +356,7 @@ minetest.register_node("default:snow", {
|
||||||
node_box = {
|
node_box = {
|
||||||
type = "fixed",
|
type = "fixed",
|
||||||
fixed = {
|
fixed = {
|
||||||
{-0.5, -0.5, -0.5, 0.5, -0.5+2/16, 0.5},
|
{-0.5, -0.5, -0.5, 0.5, -0.25, 0.5},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
groups = {crumbly = 3, falling_node = 1},
|
groups = {crumbly = 3, falling_node = 1},
|
||||||
|
|
Loading…
Add table
Reference in a new issue