magemonkeystudio / genesis

MIT License
8 stars 8 forks source link

34 suggestion add support for custom sound from resourcespack #52

Closed MaksyKun closed 6 months ago

MaksyKun commented 6 months ago

Shall allow three states of sounds from now on:

Shop:
    ChangePage: UI_BUTTON_CLICK:0.2:1
    ChangeShop: BLOCK_CHEST_OPEN:0.2:1
    Open: ENTITY_BAT_DEATH:1:1.8
    Close: ''
  1. The Enum-Name of Sounds as of today (ex. "ENTITY_BAT_DEATH:1:1.8")
  2. The NamespacedKey#getKey().getKey() (ex. "entity.bat.death:1:1.8")
  3. Custom Sounds of Resource-Packs (in my example: "custom:incoming_call:1:1.8")