File Details
realmsofreverie-1.21.1-1.4.0
- R
- May 17, 2026
- 494.58 KB
- 11
- 1.21.1
- NeoForge
File Name
realmsofreverie-1.4.0.jar
Supported Versions
- 1.21.1
Curse Maven Snippet
1.4.0
- Rip out custom animal weights and pmmo compat into its own mod.
1.3.1
- Use proper xp award method to parse skill groups
- Remove mixin to fix NPE, not this mods responsibility
1.3.0
- Add Project MMO compat with Animal Weights mod
1.2.2
- Add tool heads for all Twilight Forest items and other things
1.2.1
- Add iron and gold components for Overgeared
1.2.0
- Add a ton of new weapon types for simply swords
- Add overgeared mixin - You gain xp for SMELT on forged items and your smithing level can bump the quality to the next level
1.1.8
- Stop spawner blocks from being broken
1.1.7
- Remove all debug logs. Clean up XpEvent. Fix merged to pmmo repo.
1.1.6
- More debug logs
1.1.5
- Add debug command for parcool limitations
1.1.4
- Save limitation changes.
- Change event priority to ensure pmmo has updated.
1.1.3
- Remove debug logs
- Remove XP awards for stamina
- Refactor / clean up
1.1.2
- Add debug logs
1.1.1
- Fix Project MMO Advancements from new PMMO update.
- Set Paraglider stamina type as default
1.1.0
Add Parcool and Project MMO Integration. Levels 0 through 12 in acrobatics unlock different parcool abilities.
- Map.entry(0L, List.of(RideZipline.class, SkyDive.class, QuickTurn.class)),
- Map.entry(1L, List.of(Crawl.class)),
- Map.entry(2L, List.of(ChargeJump.class)),
- Map.entry(3L, List.of(FastRun.class, Slide.class)),
- Map.entry(4L, List.of(Vault.class)),
- Map.entry(5L, List.of(WallJump.class)),
- Map.entry(6L, List.of(ClingToCliff.class, ClimbPoles.class, ClimbUp.class, JumpFromBar.class, HangDown.class)),
- Map.entry(7L, List.of(BreakfallReady.class, Tap.class, Roll.class)),
- Map.entry(8L, List.of(CatLeap.class, Dodge.class)),
- Map.entry(9L, List.of(WallSlide.class)),
- Map.entry(10L, List.of(Flipping.class, HideInBlock.class)),
- Map.entry(11L, List.of(VerticalWallRun.class)),
- Map.entry(12L, List.of(HorizontalWallRun.class))