File Details
Shape Shifter Curse-Unofficial 1.9.2-dev-neoforge.18+mc.1.21.1.jar
- A
- Jun 10, 2026
- 5.08 MB
- 19
- 1.21.1
- NeoForge
File Name
shape-shifter-curse-neoforge-1.9.2-dev-neoforge.18+mc.1.21.1.jar
Supported Versions
- 1.21.1
Curse Maven Snippet
NeoForge Dev.3 - Fix Two Major Startup Crash Issues
Bug 1: Forge Curios Mixin causes game crash
Symptom: The game crashes directly during the startup phase, with logs showing MixinPreProcessorException: ClassNotFoundException: net.minecraftforge.common.util.LazyOptional
Reason: The 'forge. CurioItemImpl' and other references in 'ssc-misc. mixins. json' are mixed with old version Forge classes ('net. minecraftforge. *'), while NeoForge uses' net. neoforged. neoforge. * ', causing Mixin application class loading failure.
Fix: MixinConfig Plugin runtime detects NeoForge environment, automatically skips all incompatible Mixins under the 'forge. *' package, and reverts back to Trinkett accessory support scheme.
Bug 2: CCA dependency declaration causes NeoForge to refuse to start
Symptom: NeoForge prompts "requires cardinal-components-api-6.1.1 or later" upon startup
Reason: The 'depends' in' fabric. mod. json 'declares' cardinal components' as external dependencies, but CCA is built in through JiJ (Jar in Jar). The NeoForge/Sinytra Connector was unable to recognize built-in dependencies during metadata scanning and was mistakenly identified as missing external modules.
Fix: Remove the 'cardinal components' declaration in ' depends' , CCA only registers components through 'custom. regular components' metadata and does not declare them as external dependencies.
Note: This version is built from a clean Git HEAD and does not contain any unsaved dirty modifications.