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:
parent
bc2819cab2
commit
1c59cff832
4 changed files with 34 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue