team-abnormals / blueprint

Library that implements the framework of all Abnormals mods
https://www.curseforge.com/minecraft/mc-mods/blueprint
Other
111 stars 34 forks source link

(1.18.2) Crash on latest forge version #158

Closed Inonedn closed 2 years ago

Inonedn commented 2 years ago

https://pastebin.com/CsyRVQrc

SmellyModder commented 2 years ago

Are you running Blueprint in a development environment? Reference map 'undergarden.refmap.json' for undergarden.mixins.json could not be read. If this is a development environment you can ignore this message is mentioned in the crash report. I also haven't seen anyone else have a crash like this, so I have a feeling something's not quite right.

Inonedn commented 2 years ago

I believe Its a mixin issue from blueprint inject attempt

https://pastebin.com/Tbcm1p2e

[09May2022 14:59:35.680] [main/WARN] [mixin/]: @Inject(@At("HEAD")) Shift.BY=1 on blueprint.mixins.json:EntityMixin::handler$zcm000$baseTick exceeds the maximum allowed value: 0. Increase the value of maxShiftBy to suppress this warning.

Inonedn commented 2 years ago

I found out what's causing it, its Pehkui