Game Crashes when attempting to parse unknown sound in datapack
Auseawesome opened this issue ยท 2 comments
Versions
Only attempted on minecraft 1.18.2 (Silent Gear 2.10.10)
- Silent Gear: 2.10.10
- Silent's Gems: 4.3.1
- Silent Lib: 6.2.0
- Forge: 40.1.54
- Optifine Installed: No
Expected Behavior
Error in parsing the json file and it prints to log
Actual Behavior
Game kicks you from singleplayer world with error message 'Invalid Packets Recieved' and you end up on multiplayer screen
Steps to Reproduce the Problem
- Make a custom datapack for Silent Gear
- Make a custom block placer trait
- Add the place sound as an invalid sound eg. "minecraft.block.ice.place"
- Put the datapack in the world folder and load the world
2022-07-08-3.log
At the bottom of the log file is where the error is. That is just due to the sound being invalid in my file. I can send the whole datapack with the error in if required and I do have access to the modpack it was used in if that is also needed