Skip to content

Feature/improve minecraft entrypoints#1033

Merged
Col-E merged 2 commits into
Col-E:masterfrom
TheWakz:feature/improve-minecraft-entrypoints
Jun 19, 2026
Merged

Feature/improve minecraft entrypoints#1033
Col-E merged 2 commits into
Col-E:masterfrom
TheWakz:feature/improve-minecraft-entrypoints

Conversation

@TheWakz

@TheWakz TheWakz commented Jun 19, 2026

Copy link
Copy Markdown
Contributor

What's new

  • Fabric: Added support for DedicatedServerModInitializer (onInitializeServer) entry points, which was previously missing alongside the client counterpart.
  • Forge: Added support for legacy FML loader (Minecraft 1.7.10 - 1.12.2) by incorporating the historic @Mod annotation descriptor (Lcpw/mods/fml/common/Mod;) and core lifecycle initialization events (FMLPreInitializationEvent, FMLInitializationEvent, FMLPostInitializationEvent) for both cpw.mods and net.minecraftforge packages.

@Col-E Col-E merged commit 254430e into Col-E:master Jun 19, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants