1
0
zrcadlo https://github.com/luanti-org/minetest_game.git synchronizováno 2026-01-08 02:15:20 +01:00

Changed snow nodebox to 'walkable = false'

Allows walking in, and prevents being trapped in, 2 node high spaces.
Simulates player's feet sinking into snow.
Easier jumping up onto nodes with snow.
Tento commit je obsažen v:
DonBatman
2016-08-07 17:23:44 -07:00
odevzdal paramat
rodič 14b99a72a9
revize 61a197ffd8

Zobrazit soubor

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