Porting Lib

Porting Lib

455k Downloads

WorldComponentInitializer error when trying to load a world after adding porting lib to project - 1.20.1

Closed this issue ยท 2 comments

commented

latest.log

here attached is the latest log. all i did was attempt to add a couple of porting libs modules, they load in game just fine but this happens when i try load into a world.

errors that intellij is spitting at me too for good measure:
Caused by: java.lang.NoClassDefFoundError: dev/onyxstudios/cca/api/v3/world/WorldComponentInitializer
Caused by: java.lang.ClassNotFoundException: dev.onyxstudios.cca.api.v3.world.WorldComponentInitializer

and all the modules ive imported (all 2.3.10):
lazy_registration
base
accessors
core
data
extensions
model_generators
models
networking
tool_actions

commented

It looks like you don't have cca-world installed

commented

ahhh, i was grabbing off another project which doesnt have it but also doesnt have this issue. thanks ๐Ÿ™ ๐Ÿ™ ๐Ÿ™