Change max_bossbars default to 4

This commit is contained in:
Elias Fleckenstein 2021-04-07 17:39:13 +02:00
parent 6a1a634cba
commit d77affca91
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ mcl_bossbars = {
huds = {},
static = {},
colors = {"light_purple", "blue", "red", "green", "yellow", "dark_purple", "white"},
max_bars = tonumber(minetest.settings:get("max_bossbars")) or 6
max_bars = tonumber(minetest.settings:get("max_bossbars")) or 4
}
function mcl_bossbars.recalculate_colors()

View File

@ -98,7 +98,7 @@ animated_chests (Animated chests) bool true
3d_player_preview (3D Player preview) bool true
# The maximum number of boss bars to simultaniously display on the screen
max_bossbars (Maximum Boss bars) int 6
max_bossbars (Maximum Boss bars) int 4
[Experimental]
# Whether ice is translucent. If disabled, ice is fully opaque.