-
-
Notifications
You must be signed in to change notification settings - Fork 45
Closed
Copy link
Labels
1.21.xTargets Minecraft 1.21Targets Minecraft 1.21bugSomething isn't workingSomething isn't workingfixed in devFixed in dev. Awaiting a new release.Fixed in dev. Awaiting a new release.
Description
Mod Name
Tweakermore
Mod Homepage
https://modrinth.com/mod/tweakermore
Minecraft version
1.21.1
Describe the bug
When attempting to launch Minecraft using Sinytra Connector with the TweakerMore Fabric mod, the game fails to load because MixinExtras (version 0.3.0 or later) is not detected in the environment. TweakerMore declares MixinExtras as a required dependency, but Sinytra Connector does not seem to provide it or correctly expose it to the mod loading process. As a result, the Connector environment incorrectly reports MixinExtras as missing, even though the modpack is otherwise valid on a normal Fabric client. This prevents the game from starting.
Steps to reproduce
- Prepare a Minecraft runtime that launches via Sinytra Connector (Connector acting as the Fabric-to-Forge bridge / loader).
- Add TweakerMore (tweakermore) v3.27.1 to the
modsfolder (or add it to the mod list in your launcher profile). - Do not install MixinExtras (or install no MixinExtras / an older version < 0.3.0).
- Start the game through the Sinytra Connector profile.
- Observe that the game crashes at startup during mod loading / initialisation. The launcher shows a mod loading failure with a suggestion to install
mixinextras0.3.0 or later, and the game does not progress past the loading screen.
Logs
https://gist.github.com/AlexanderGG-0520/f835dffe03261d9fd434f563115fac3a
Additional context
Notes
- The crash happens immediately on startup (before the main menu) and prevents the game from loading.
- Expected behaviour: TweakerMore should either load successfully if MixinExtras is provided by the environment, or Connector should surface an explicit dependency resolution path (e.g., install/forward MixinExtras) instead of failing silently.
- Please attach
latest.logor the full crash/report log when investigating. A short log excerpt containing the failure message (TweakerMore requires version 0.3.0 or later of mixinextras) is helpful. - If helpful, I can also provide the full client startup log that shows the exact failure message.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
1.21.xTargets Minecraft 1.21Targets Minecraft 1.21bugSomething isn't workingSomething isn't workingfixed in devFixed in dev. Awaiting a new release.Fixed in dev. Awaiting a new release.
Type
Projects
Status
✅ Done