When running Minecraft version 1.18.2, but the version of the addonslib dependency is version 1.10, it is trying to use a command (ResourceLocation.parse) that wasn't actually introduced until much newer versions of Minecraft (1.21+).
So Macaws Biome mod crashes the client loading because it panics due to this command.
I tried running AddonsLib back to 1.09 but then three mods failed because they require AddonsLib to be version 1.10
Any help or tips pls?
When running Minecraft version 1.18.2, but the version of the addonslib dependency is version 1.10, it is trying to use a command (ResourceLocation.parse) that wasn't actually introduced until much newer versions of Minecraft (1.21+).
So Macaws Biome mod crashes the client loading because it panics due to this command.
I tried running AddonsLib back to 1.09 but then three mods failed because they require AddonsLib to be version 1.10
Any help or tips pls?