90% of models is unable to load 1.18.1 fabric
TheBeautyLlama opened this issue · 7 comments
Describe the bug
90% of models is unable to load
How to reproduce the bug
1.18.1 ae2 latest fabric build (built from source)
Fabric API 0.44.0+1.18
Expected behavior
loaded block models
Additional details
MultiMC Log: https://paste.ee/p/9qlp8
Which minecraft version are you using?
1.18
On which mod loaders does it happen?
Fabric
Crash log
If you are using Sodium, you'll also need to use Indium (due to Sodium not offering Fabric's full rendering API)
If you are using Sodium, you'll also need to use Indium (due to Sodium not offering Fabric's full rendering API)
sodium is disabled
loaded mods is fabric api and ae2
Oh, wait, you built from source yourself.
Did you remember running the data generation? Most models are generated and not checked into source control.
Try running gradlew runDatagen build
(on Fabric) and please try it again.
You can ignore the spotless errors. You do not need to run spotless (it just formats / checks formatting of JSON files). If you want to, you'd need to install npm.
Try running gradlew runDatagen jar
for example.
p.s.: We do not support any self-built binaries if you're not planning on doing actual development.