-
-
Notifications
You must be signed in to change notification settings - Fork 45
Description
Mod Name
BetterNether
Mod Homepage
https://www.curseforge.com/minecraft/mc-mods/betternether
Minecraft version
1.21.1
Describe the bug
Mixin Bug
Steps to reproduce
Subject: [Bug Report] Mixin Application Failure with Better Nether on Sinytra Connector 1.21.1
Description:
I am encountering a crash during the mod loading phase while using Sinytra Connector with NeoForge 1.21.1. The crash is explicitly caused by a failing mixin in the "Better Nether" mod.
Report Details:
-
WHO (Affected Mod):
- Mod Name: Better Nether
- File Name: better-nether-21.0.11.jar
- Environment: NeoForge 1.21.1 + Sinytra Connector 2.0.0-beta.12
-
WHEN (Occurrence):
- The crash occurs during the "Early Mod Setup" phase, specifically when Sinytra Connector performs the mixin compatibility check/safeguard verification.
-
WHERE (Code Path):
- Target Class: MushroomMixin
- Target Method: #canStay
- Exception: net.neoforged.neoforge.logging.CrashReportExtender$ModLoadingCrashException
-
WHAT (Error Message):
The log reports: "Mod file better-nether-21.0.11.jar has failing mixins: - MushroomMixin#canStay"
It triggers the Connector's "MixinTransformSafeguard" causing a hard crash. -
WHY (Root Cause):
It appears that the mapping or injection point for theMushroomMixin#canStaymethod in Better Nether is incompatible with the NeoForge 1.21.1 runtime environment provided by Sinytra Connector. -
HOW (To Reproduce):
- Install Minecraft 1.21.1 with NeoForge 21.1.216.
- Install Sinytra Connector 2.0.0-beta.12.
- Add
better-nether-21.0.11.jar(and its dependencybclib). - Launch the game.
- Observe the crash during the loading screen.
Attached Log Snippet:
Mod loading issue --
Details:
Mod file: better-nether-21.0.11.jar
Failure message: Found 1 incompatible Fabric mod.
Details are provided below.
With the current configuration, Connector cannot guarantee a stable environment.
Mod file better-nether-21.0.11.jar has failing mixins:
- MushroomMixin#canStay
Logs
https://gist.github.com/wjddmlwbslqj/de8d097aafc18b67390e9958fdf30740
Additional context
No response
Metadata
Metadata
Assignees
Labels
Type
Projects
Status