isXander / YetAnotherConfigLib

YetAnotherConfigLib (yacl) is just that. A builder-based configuration library for Minecraft.
GNU Lesser General Public License v3.0
91 stars 34 forks source link

Crash on YACL when trying to customize elytras #194

Open Aceciito opened 1 week ago

Aceciito commented 1 week ago

On forge 1.20.1 the mod elytra trims wasn´t working so i thought it was because the model was set to 3D, when i tried to turn off the option it just crashes, in minecraft it says saving world before crashing. After this one of the developers of the mod Elytra Trims said that the problem was from de YACL as explained here ¨The config screen uses YACL, which causes the crash in this case: Caused by: java.lang.IncompatibleClassChangeError: class dev.isxander.yacl3.gui.OptionListWidget overrides final method net.minecraft.client.gui.components.AbstractSelectionList.m6702()Ljava/util/List; I suggest reporting it on that issue tracker.¨

Imajo24I commented 1 week ago

As a temporary workaround, you can use YACL 3.4.2 instead of newer versions.

Aceciito commented 1 week ago

It didn´t work, but thanks!