ModernFix/src/main/java/org/embeddedt/modernfix
embeddedt c73cdc49a4
Replace CapabilityProvider mixin with ASM transformer
Works around this Mixin bug: https://github.com/FabricMC/Mixin/issues/146

Since CapabilityProvider is the parent of many commonly targeted classes
like Level, ItemStack, etc., this breaks mods

Fixes #650
2026-04-28 18:59:09 -04:00
..
api Merge common & forge projects, replace Arch Loom with MDG 2025-12-26 18:13:42 -05:00
benchmark Add worldgen benchmarking harness 2026-03-14 18:46:32 -04:00
blockstate Merge common & forge projects, replace Arch Loom with MDG 2025-12-26 18:13:42 -05:00
command Merge common & forge projects, replace Arch Loom with MDG 2025-12-26 18:13:42 -05:00
common/mixin Replace CapabilityProvider mixin with ASM transformer 2026-04-28 18:59:09 -04:00
core Replace CapabilityProvider mixin with ASM transformer 2026-04-28 18:59:09 -04:00
dfu Merge common & forge projects, replace Arch Loom with MDG 2025-12-26 18:13:42 -05:00
duck Rewrite AttachCapabilitiesEvent hoisting to not rely on phases 2026-03-27 21:18:38 -04:00
dynamiclanguages Adjust dynamic_languages for better mod compatibility 2026-04-11 14:39:36 -04:00
dynamicresources Dump stats on permanently loaded baked models to debug log 2026-02-02 20:50:21 -05:00
entity Use identityHashCode for attribute 2026-01-25 21:31:06 -05:00
forge Fall back to interfaces when resolving capability fields (#643) 2026-04-13 20:32:01 -04:00
platform Merge common & forge projects, replace Arch Loom with MDG 2025-12-26 18:13:42 -05:00
registry Merge common & forge projects, replace Arch Loom with MDG 2025-12-26 18:13:42 -05:00
render Do not cache supported glyphs in lazy provider 2026-03-13 19:53:33 -04:00
resources Merge common & forge projects, replace Arch Loom with MDG 2025-12-26 18:13:42 -05:00
screen Merge common & forge projects, replace Arch Loom with MDG 2025-12-26 18:13:42 -05:00
searchtree Merge common & forge projects, replace Arch Loom with MDG 2025-12-26 18:13:42 -05:00
spark Add JVM argument to help prevent mass Spark profile uploads 2026-01-22 19:03:01 -05:00
structure Merge common & forge projects, replace Arch Loom with MDG 2025-12-26 18:13:42 -05:00
textures Merge common & forge projects, replace Arch Loom with MDG 2025-12-26 18:13:42 -05:00
util Fix excessive recursion from mailbox 2026-03-28 22:07:59 -04:00
world Fix ChunkBiomeLookup leaking a worldgen region 2026-03-28 21:45:59 -04:00
ModernFix.java Move auditing to happen later in launch 2026-04-11 14:19:22 -04:00
ModernFixClient.java Merge common & forge projects, replace Arch Loom with MDG 2025-12-26 18:13:42 -05:00