BORKED Retromod 1.1.0-snapshot.4
BORKED Retromod 1.1.0-snapshot.3
AppleSkin + Chunky (together)
π¦ BUNDLEDetails
Crash is attributable to Chunky - NoSuchMethodError on TicketType.create(String, Comparator), the 1.18-era chunk-ticket API that 26.1 reworked. AppleSkin alone was not isolated in this run, which is exactly what bundle reports are for. See the single-mod Chunky entry.
BORKED Retromod 1.1.0-snapshot.3
Details
snapshot.3 fixed the Retromod-caused failure (the model bridge was rewriting its mixin handler descriptors β #70). What remains is the mod's own jar-in-jar reach-entity-attributes 2.4.0, whose 1.20.1-era mixins target methods that changed by 1.21.11 (multiple critical injection failures). Needs the mixin-handler re-typing work tracked for a later release, or a 1.21.x build of the mod.
COPPER Retromod 1.0.1
Details
AsyncParticles is coremod-class - it wraps the Mixin service itself and generates conditional mixins at load time. On 1.21.11 its own machinery cancels most of its mixins, and its core @Overwrite targets a ParticleEngine method whose signature changed, so it cannot apply. An @Overwrite body is the replacement code itself; no redirect can rewrite it for a changed method. Listed on Mods That Can't Be Translated. (#63)
BORKED Retromod 1.1.0-snapshot.3
Chunky
ModrinthDetails
NoSuchMethodError in the server tick loop: TicketType.create(String, Comparator). 26.1 reworked TicketType, and Chunky creates its chunk-loading ticket with the old 1.18 signature. Needs a TicketType bridge in Retromod (tracked) or a current Chunky build.
BORKED Retromod 1.1.0-snapshot.3
Deeper and Darker
ModrinthDetails
The transform itself completes (metadata patched, bridges embedded), but the first boot with the transformed jar terminates the JVM right after the mod list prints, with no exception, crash report, or hs_err. Under investigation β the silent-death signature doesn't match any known Retromod failure mode yet.
GOLD Retromod 1.1.0-snapshot.3
Details
Crashed at construct time on snapshot.2 and earlier (NoClassDefFoundError: RecipesUpdatedEvent β the event was renamed in the 1.21.4 line). Fixed by a class redirect in snapshot.3; the listener only re-triggers EMI's own reload, so the rename is all it needed.
IRON Retromod 1.0.1
Details
Needed the FabricItemGroupBuilder overload fix (#57) and the pre-1.21.2 InteractionResult field-descriptor bridge. Mobs and items are present; pre-1.17 custom model rendering depends on the model bridge and may show visual gaps.
GOLD Retromod 1.1.0-snapshot.2
Details
Loaded with no content before snapshot.2 β it registers everything through the bundled Critter library, whose remapped nested bytecode was being discarded. Fixed in snapshot.2 (#71): nested JIJ libraries keep their remap now.
BORKED Retromod 1.1.0-snapshot.3
Spawn
ModrinthDetails
The bytecode side mostly works (the game reaches the title screen), but the mod ships datapack worldgen β biomes, configured/placed features, carvers β in 1.20.1 JSON formats that 26.1 can't parse (schema changes plus renamed c: tag conventions). Registry loading fails, which blocks entering or creating ANY world while the mod is present. Migrating datapack data across MC versions is a separate subsystem Retromod doesn't have yet. Its entity registration also trips a FabricEntityTypeBuilder inner-class gap (tracked).
COPPER Retromod 1.1.0-snapshot.1
Details
Crashed on world create before snapshot.1 (ClassCastException in its LightTexture mixin). The render mixins are whole-class-stripped now (#68), so worlds load β but that means the actual darkness effect doesn't apply.
No reports match. Be the first β add yours below. π
Add your report
Fill this in and hit submit β it opens a pre-filled GitHub report (you just press one button there). A bot then turns it into a pull request against the database automatically; once a maintainer merges, your report is live. No YAML, no manual issue writing. (A GitHub account is the only requirement β it's what keeps spam out.)