Applied Energistics 2

Applied Energistics 2

137M Downloads

90% of models is unable to load 1.18.1 fabric

TheBeautyLlama opened this issue · 7 comments

commented

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

https://paste.ee/p/9qlp8

commented

If you are using Sodium, you'll also need to use Indium (due to Sodium not offering Fabric's full rendering API)

commented

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

commented

My apologies, I just scanned immediately for "sodium" :-P

commented

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.

commented

appliedenergistics2-10.0.0-alpha.8.jar was crashig so i decided to built from source, now appliedenergistics2-10.0.0-alpha.8.jar loading just fine, strange

btw
изображение

commented

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.

commented

ty for help