Skip to content

Releases: toxicity188/BetterHealthBar3

3.8.1

02 Jan 15:17
fc63088
Compare
Choose a tag to compare
  • Bug fix
  • Update width

3.8

31 Dec 12:58
744d528
Compare
Choose a tag to compare
3.8
  • Improved 'look' trigger
  • Optimized network
  • Restore 'resource-pack-obfuscation'
  • Unlock y-axis limit when use-core-shaders is false

3.7.4

28 Dec 11:59
7f6639c
Compare
Choose a tag to compare

3.7.3

18 Dec 12:05
9247bbe
Compare
Choose a tag to compare
  • Added 'resource-pack-obfuscation'
  • Disable auto-merge with pack-type is not 'none'

3.7.2

11 Dec 08:32
5832266
Compare
Choose a tag to compare

If you're using BetterHud, change this to 1.10.1 and remove BetterHud/shaders.

uniform vec3 ChunkOffset; //Or you have to add this in BetterHud/shaders/text.vsh
  • Fix shaders to modern
  • Add 'mythicmobs_level' placeholder
  • Support auto-merge with Nexo
  • Support auto-merge with Oraxen

3.7.1

06 Dec 10:30
8802254
Compare
Choose a tag to compare
  • Citizens compat fix
  • Add Parties support
parties_is_leader
parties_is_member

3.7

04 Dec 16:08
b2f7034
Compare
Choose a tag to compare
3.7
  • 1.21.4 support

3.6

30 Nov 09:27
bb19128
Compare
Choose a tag to compare
3.6
  • Fix merging shaders program file with BetterHud
  • Add 'disable-to-invisible-mob'
  • Add custom condition API to creation event

3.5.4

18 Nov 15:22
Compare
Choose a tag to compare

prevent exceeding y limit.

3.5.3

02 Nov 15:34
Compare
Choose a tag to compare
  • Adds 'number-format' in config.yml
  • Adds 'properties' section to text layout to manipulate placeholder's string result.
  texts:
    1:
      text: default_text
      pattern: "[health] / [max_health]" //like 1,900 / 2,000
      properties:
        number-format: "#,###"
      align: center
      x: 60
      y: 20
      scale: 0.5