[Crash]: Game won't start in dev environment after updating from 5.0.3
thomasglasser opened this issue · 4 comments
Mod Loader (Required)
Fabric
Minecraft Version (Required)
1.19.3
Mod Version (Required)
5.0.7
Notes (Required)
- Update to 5.0.7 from 5.0.3
- Compile fails
Crash Report (Required)
https://gist.github.com/thomasglasser/8ecd068625b841a2229fcbb55af990f7
latest.log (Optional)
No response
Add these to the dependencies block of build.gradle
implementation 'com.electronwill.night-config:core:3.6.5'
implementation 'com.electronwill.night-config:toml:3.6.5'
They seem to not be applied to compile automatically from the pom I‘m not sure why yet.