AzureDoom / customportalapi-reforged

Forge fork of https://github.com/kyrptonaught/customportalapi based off https://github.com/Mysticpasta1/customportalapi
MIT License
2 stars 2 forks source link

"Mixing EntityMixin from cpapireforged.mixins.json into net.minecraft.world.entity.Entity" #14

Open Blucher555 opened 2 weeks ago

Blucher555 commented 2 weeks ago

Tried to import this API into my (forge 1.20.1) project, but for some reason it keeps crashing on startup with this weird, long error here's the log: latest.log

Blucher555 commented 2 weeks ago

also should note that for some reason the 1.0.4 version for 1.20.1 isn't on the https://libs.azuredoom.com:4443/#/mods repo

AzureDoom commented 2 weeks ago

Have you ensured you have mixins enabled in your project.

Blucher555 commented 2 weeks ago

@AzureDoom that was indeed the issue, though now that i got a portal to work in-game, it seems to be working completely fine, except for some reason getting into it (in both creative and survival) just doesn't show the portal screen overlay at all, even though looking at the code, it's supposed to be there

AzureDoom commented 1 week ago

Are you on 1.0.4? It's on the maven now https://libs.azuredoom.com:4443/#/mods/net/kyrptonaught/customportalapi/customportalapi-reforged1201/1.0.4 not sure you used cursed maven for it.