1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Ladders implemented!

This commit is contained in:
Mark Holmquist 2011-07-27 14:38:48 -07:00 committed by Giuseppe Bilotta
parent bc2819cab2
commit 1c59cff832
4 changed files with 34 additions and 1 deletions

View file

@ -314,6 +314,7 @@ void content_mapnode_init()
f->solidness = 0;
f->air_equivalent = true;
f->walkable = false;
f->climbable = true;
setWoodLikeDiggingProperties(f->digging_properties, 0.5);
// Deprecated