Spottedleaf bafa195546 Ensure relative block position methods return an immutable instance
If the relative distance is 0, then we would return the current
instance - which may be a mutable instance. However, Vanilla overrides
the relative function to return an immutable instance even when
the distance is zero. To ensure that this behavior is kept, we return
an immutable instance when the distance is zero.
2024-09-30 04:39:04 -07:00
2024-05-22 16:51:49 -07:00
2023-08-11 00:22:07 -07:00
2024-05-26 11:31:13 -07:00
2024-09-15 13:40:43 -07:00
2024-09-28 12:20:46 -07:00
2024-05-26 11:31:13 -07:00
2023-08-11 00:22:07 -07:00

Moonrise

Modrinth CurseForge Release License

Fabric/NeoForge mod for optimising performance of the integrated (singleplayer/LAN) and dedicated server.

Purpose

Moonrise aims to optimise the game without changing Vanilla behavior. If you find that there are changes to Vanilla behavior, please open an issue.

Moonrise ports several important Paper patches. Listed below are notable patches:

  • Chunk system rewrite
  • Collision optimisations
  • Entity tracker optimisations
  • Random ticking optimisations
  • Starlight

Known Compatibility Issues

Mod Status
Lithium
compatibleLithium optimises many of the same parts of the game as Moonrise, for example the chunk system. Moonrise will automatically disable conflicting parts of Lithium. This mechanism needs to be manually validated for each Moonrise and Lithium release.
Radium
compatibleRadium is an unofficial port of Lithium to NeoForge. Radium will automatically disable conflicting parts of itself when Moonrise is present. Any compatibility issues should be reported to Radium first.
FerriteCore
📝 requires config changesIn config/ferritecore-mixin.toml:
Set replaceNeighborLookup and replacePropertyMap to false
C2ME
incompatibleC2ME is based around modifications to the chunk system, which Moonrise replaces wholesale. This makes them fundamentally incompatible.

Configuration

Moonrise provides documented configuration options for tuning the chunk system and enabling bugfixes in the config file $mcdir$/config/moonrise.yml. Important configuration options may be configured from the mods menu as well.

Contact

Discord

Description
Languages
Java 100%