sokratis12GR/ArmorPlus

1.18.2 marked on a 1.18.1-only jar

CDAGaming opened this issue · 6 comments

Not sure if this was a time issue or whatnot, but the ArmorPlus jar marked for 1.18.2 fails due to the refactors made in 1.18.2

Caught exception during event RegistryEvent.Register<minecraft:block> dispatch for modid armorplus
java.lang.NoClassDefFoundError: net/minecraft/tags/Tag$Named
	at TRANSFORMER/armorplus@1.18.1-18.0.4-beta/com.sofodev.armorplus.registry.blocks.castle.StoneBrickStairsBlock.<clinit>(StoneBrickStairsBlock.java:40)
	at TRANSFORMER/armorplus@1.18.1-18.0.4-beta/com.sofodev.armorplus.registry.ModBlocks.lambda$static$10(ModBlocks.java:68)

Thanks for that, it seems to be related to a tag registry change in one of the latest forge versions on top of 1.18.2 changes.
Oh well, next release will be 1.18.2 targeted only. ~either later today (Sunday) or sometime tomorrow, will provide another comment once the release is published.

Also unmarked the version as supported.

Alrighty, ArmorPlus 1.18.2-18.0.5-beta should fix the
compatibility issues and work with 1.18.2.

Thank you!

Thanks for reporting the issue, if there are any other issues will try to fix them as well.