BVengo / sound-controller

A fabric mod providing complete control over all sounds played in the game.
GNU Lesser General Public License v3.0
3 stars 2 forks source link

Unknown initialisation crash #11

Closed BVengo closed 5 months ago

BVengo commented 6 months ago

Describe the Bug

On behalf of DeFrons in Discord.

Issue when initialising the game. Suspected issue due to shouldOverride being removed in the latest version. Errors attached.

Deleting config file fixed the issue.

crash-2024-04-26_16.12.20-client.txt

Steps to Reproduce

Config file:

{
  "minecraft:entity.minecart.riding": {
    "id": "minecraft:entity.minecart.riding",
    "volume": 0.0,
    "shouldOverride": false
  }
}

Updating from 1.20.4 to 1.20.5

Expected Behavior

No crash, smooth handling of removed config value.

Screenshots

image-4

Fabric Version

No response

Mod Version

1.1.0

Log Output

No response

Additional Context

No response