1
0
mirror of https://github.com/minetest/minetest_game.git synced 2025-07-02 14:50:20 +02:00

Add optional bones messages for player and log

This commit is contained in:
Jacob Gustafson
2018-06-02 09:54:45 +02:00
committed by SmallJoker
parent 37b206e49f
commit e376d57bd2
3 changed files with 34 additions and 3 deletions

View File

@ -44,6 +44,9 @@ tnt_radius (TNT radius) int 3 0
# Setting this to 0 will disable sharing of bones completely.
share_bones_time (Bone share time) int 1200 0
# Inform player of condition and location of new bones.
bones_position_message (Inform player about bones) bool false
# Replaces old stairs with new ones. Only required for older worlds.
enable_stairs_replace_abm (Replace old stairs) bool false