forked from VoxeLibre/VoxeLibre
Changed mcl_breath_max to vl_breath_max
This commit is contained in:
parent
b01710ccc5
commit
4b16a3bbd7
|
@ -53,4 +53,4 @@ else
|
|||
end
|
||||
end
|
||||
|
||||
hb.settings.breath_max = hb.load_setting("mcl_breath_max", "number", 10)
|
||||
hb.settings.breath_max = hb.load_setting("vl_breath_max", "number", 10)
|
||||
|
|
|
@ -111,7 +111,7 @@ mcl_eating_delay (Eating delay) float 1.61 0
|
|||
|
||||
# Default breath of players
|
||||
# Default: 10
|
||||
mcl_breath_max (Maximum breath) int 10 0
|
||||
vl_breath_max (Maximum breath) int 10 0
|
||||
|
||||
[Mobs]
|
||||
# If enabled, mobs will spawn naturally. This does not affect
|
||||
|
|
Loading…
Reference in New Issue