Zenith Attributes

Zenith Attributes

5M Downloads

Public api change in patch version

solonovamax opened this issue ยท 1 comments

commented

There is a change to the public api in the latest patch version: 6ae4628#diff-3b0d92c24d7f0204d61eb48717e5a9e7705b48bf4cb84261356437241c545e6aL50

This causes zenith to break if zenith attributes is updated:

Caused by: java.lang.NoSuchFieldError: Class dev.shadowsoffire.attributeslib.AttributesLib does not have member field 'java.util.List playerAttributes'
	at dev.shadowsoffire.apotheosis.adventure.affix.socket.gem.bonus.special.AllStatsBonus.<init>(AllStatsBonus.java:51) ~[zenith-0.2.3-1.20.1.jar:?]
	at com.mojang.serialization.DataResult$Instance.ap3(DataResult.java:340) ~[datafixerupper-6.0.8.jar:?]
	at com.mojang.serialization.codecs.RecordCodecBuilder$Instance$5.decode(RecordCodecBuilder.java:321) ~[datafixerupper-6.0.8.jar:?]

Minecraft will not permit you to load worlds, due to these errors.

commented

Was fixed a while ago, forgot to close