crash on mc 1.20
Devilswarchild opened this issue ยท 11 comments
Crashing During bootup sequence before I even get to the main menu.
Minecraft Version: 1.20
Forge Version: 46.0.14
Current Modlist:
Architectury API (Fabric/Forge) (by shedaniel)
SuperMartijn642's Core Lib (by SuperMartijn642)
AI Improvements (by QueenOfMissiles)
SuperMartijn642's Config Lib (by SuperMartijn642)
Cosmetic Armor Reworked (by LainMI)
Ambient Environment (by Jaredlll08)
Not Enough Crashes (Forge) (by NatanFudge)
Wormhole (Portals) (by SuperMartijn642)
Corail Woodcutter (by Corail_31)
Entity Culling Fabric/Forge (by tr7zw)
Biomes O' Plenty (by Forstride)
FerriteCore (Forge) (by malte0811)
Vanilla Plus Tools (by Raycoms)
Rubidium Extra (by dimadencep)
Craftable Horse Armour & Saddle [CHA&S] (by EwyBoy)
Just Enough Items (JEI) (by mezz)
Macaw's Fences - Biomes O' Plenty (by Samlegamer_)
AmbientSounds 5 (by CreativeMD)
MidnightLib (by TeamMidnightDust)
Falling Leaves (Forge) (by Cheaterpaul)
Additional Lanterns (by SuperMartijn642)
Immersive Structures II: Nether edition (by ChoiceTheorem)
ForgeEndertech (by EnderLanky)
Ultris: Boss Expansion (by limesplatus)
Immersive structures (by ChoiceTheorem)
TerraBlender (Forge) (by TheAdubbz)
Puzzles Lib [Forge & Fabric] (by Fuzs)
Large Ore Deposits (by EnderLanky)
Advanced Chimneys (by EnderLanky)
Skin Layers 3D (Fabric/Forge) (by tr7zw)
Sound Physics Remastered (by henkelmax)
Game Menu Mod Option [Forge] (by morimori0317)
VillagersPlus (FORGE) (by finallion_13)
Portable Crafting Table (by 00theblackwolf00)
Packed Up (Backpacks) (by SuperMartijn642)
CTD Core (by TheMasterGeneral)
Armourer's Workshop (by RiskyKen)
Mo' Glowstone (by TheMasterGeneral)
Pam's HarvestCraft 2 - Food Core (by pamharvestcraft)
Macaw's Fences and Walls (by sketch_macaw)
mixin conflict with Exotelcraft.
Unfortunately, that mod is not open source, making investigation impossible. There's nothing we can do here.
I can provide the logs for those as well if need be
crash-2023-06-23_18.41.08-client.txt
debug.log
latest.log
launcher_log.txt
any progress on an update? cause i believe this is also the same error that is happening in 1.20.1 now too
Mods should not be doing @overwrite, it's incredibly uncomposable. While I can move the Neat mixin injection somewhere else (I haven't verified whether it's actually safe as that person says), who's to say some other mod won't overwrite that method too?
Additionally, IMO the onus is on the author of the closed-source mod to be compatible with the ecosystem, not the other way around.
I wholeheartedly agree and I have been considering removing exotelcraft altogether since he wont be doing anything to his mod prior to 1.20.x
I think I will just remove the mod since its very much in bad form anyway atleast from the coding perspective