
Moonrise
Optimisation mod for the dedicated/integrated server.
Обновлён 26 июня 2026 г. · опубликован 3 сентября 2024 г.
Moonrise
Moonrise is a Fabric/NeoForge mod for optimising performance of the integrated (singleplayer/LAN) and dedicated server. Effectively all of Moonrise's changes are included in Paper, except those from Paper that intentionally change gameplay.
Moonrise can run on either the client or server, but primarily benefits the server.
Purpose
Moonrise aims to optimise the game without changing Vanilla behaviour. If you use Moonrise on the client, most of the affected areas only affect the integrated server or small of the client tick. This means that improvements client side would behave similar to Lithium.
Optimised areas
- Entity movement/collisions/physics/tracking
- Chunk ticking/loading/generation/saving
- Block/Entity retrieval (which systems like pathfinding and entity AI use frequently)
These changes result in measurably lower tick times on servers, and they improve chunk loading/generation.
Responsiveness improvements
- Improve/fix the server list server ping UI (client install only)
- Handle packets sent while the integrated/dedicated server is waiting for next tick (lowering perceived latency)
- Lower worker thread count by default for low core systems (improving stability on them at cost of chunk loading speed)
- Reduce TPS catchup by default (stops the server from speeding up when it momentarily lags)
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. |
| FerriteCore | ✅ compatibleFerriteCore optimises some of the same parts of the game as Moonrise. Moonrise will automatically disable conflicting parts of FerriteCore. This mechanism needs to be manually validated for each Moonrise and FerriteCore release. |
| 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 (the config itself contains the documentation) 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
Версии
| Версия | Канал | Игра | Загрузчики | Дата | Скачать |
|---|---|---|---|---|---|
| 1.1.0+87549dd | Релиз | 26.2 | fabric | 26 июня 2026 г. | .jar (10.2 МБ) |
| 1.1.0+87549dd | Релиз | 26.2 | neoforge | 26 июня 2026 г. | .jar (10.1 МБ) |
| 1.0.0+1234f5d | Релиз | 26.1, 26.1.1, 26.1.2 | fabric | 20 апреля 2026 г. | .jar (2.8 МБ) |
| 1.0.0+1234f5d | Релиз | 26.1, 26.1.1, 26.1.2 | neoforge | 20 апреля 2026 г. | .jar (2.8 МБ) |
| 0.9.0-beta.4+d086547 | Бета | 1.21.11 | fabric | 15 февраля 2026 г. | .jar (2.5 МБ) |
| 0.9.0-beta.4+d086547 | Бета | 1.21.11 | neoforge | 15 февраля 2026 г. | .jar (2.5 МБ) |
| 0.9.0-beta.3+6cd6f34 | Бета | 1.21.11 | neoforge | 3 января 2026 г. | .jar (2.5 МБ) |
| 0.9.0-beta.3+6cd6f34 | Бета | 1.21.11 | fabric | 3 января 2026 г. | .jar (2.5 МБ) |
| 0.9.0-beta.2+1ff1c8c | Бета | 1.21.11 | fabric | 10 декабря 2025 г. | .jar (1.6 МБ) |
| 0.9.0-beta.2+1ff1c8c | Бета | 1.21.11 | neoforge | 10 декабря 2025 г. | .jar (1.5 МБ) |
| 0.9.0-beta.1+7b5facc | Бета | 1.21.11 | fabric | 10 декабря 2025 г. | .jar (1.6 МБ) |
| 0.9.0-beta.1+7b5facc | Бета | 1.21.11 | neoforge | 10 декабря 2025 г. | .jar (1.5 МБ) |
| 0.8.0-beta.4+c0e63e9 | Бета | 1.21.9, 1.21.10 | neoforge | 14 ноября 2025 г. | .jar (2.4 МБ) |
| 0.8.0-beta.4+c0e63e9 | Бета | 1.21.9, 1.21.10 | fabric | 14 ноября 2025 г. | .jar (2.5 МБ) |
| 0.8.0-beta.3+cc4ca1a | Бета | 1.21.9, 1.21.10 | neoforge | 5 ноября 2025 г. | .jar (2.4 МБ) |
Показаны последние 15 из 92 версий. Все версии — на Modrinth.
Ченджлог
1.1.0+87549ddРелиз26.2 · 26 июня 2026 г.
- Update to 26.2
1.1.0+87549ddРелиз26.2 · 26 июня 2026 г.
- Update to 26.2
1.0.0+1234f5dРелиз26.1, 26.1.1, 26.1.2 · 20 апреля 2026 г.
- Update to Minecraft 26.1.2
- Fix an issue causing chunks to randomly not render/stall the client on login/portal
- Fix unintentional behaviour changes with POI lookups
- Make chunk send/load order appear more natural
1.0.0+1234f5dРелиз26.1, 26.1.1, 26.1.2 · 20 апреля 2026 г.
- Update to Minecraft 26.1.2
- Fix an issue causing chunks to randomly not render/stall the client on login/portal
- Fix unintentional behaviour changes with POI lookups
- Make chunk send/load order appear more natural
0.9.0-beta.4+d086547Бета1.21.11 · 15 февраля 2026 г.
- New configuration option in moonrise.yml to control how many chunks unload per tick
- Fix collision inconsistency with Vanilla (involving pistons + tnt)
- Carpet compatibility (not well tested, feedback welcome)
0.9.0-beta.4+d086547Бета1.21.11 · 15 февраля 2026 г.
- New configuration option in moonrise.yml to control how many chunks unload per tick
- Fix collision inconsistency with Vanilla (involving pistons + tnt)
- Carpet compatibility (not well tested, feedback welcome)
0.9.0-beta.3+6cd6f34Бета1.21.11 · 3 января 2026 г.
- Enable GUI for config option screen
0.9.0-beta.3+6cd6f34Бета1.21.11 · 3 января 2026 г.
- Enable GUI for config option screen
Полная история изменений — на Modrinth.
Комментарии
Загружаем…