Villageria 1.21.11 Forge
Curse Maven Snippet
What's new
# `villageroles-1.21.11-forge-0.2.0.jar`
Minecraft **1.21.11** · **MinecraftForge** 61.2.0 · Java 21
## 0.2.0 — 1.21.11 Forge
The same 1.21.11 source as the Fabric and NeoForge jars for this version; only
the entry point differs. The backport notes in the Fabric changelog apply here
too.
### What the Forge build does differently
- **Registration** waits for `RegisterEvent`, one pass per registry, exactly as
on NeoForge; professions, schedules and trades are set up in common setup once
that has run.
- **EventBus 7**: listeners are added to each event class's own bus —
`Event.BUS.addListener` for things that happen in game,
`Event.getBus(modBus)` for what happens while mods load — rather than to one
global bus.
- Forge kept a plain `BlockEvent.BreakEvent`, so of the three loaders this is
the closest to the original Fabric hook for recording player damage.
### Verified
Dedicated server boots, mod loads, world loads, no errors.
All Relations
- All Relations
- Embedded Library
- Optional Dependency
- Required Dependency
- Tool
- Incompatible
- Include
This mod has no related projects

