Перейти к содержимому
Mineforgian

Random Optimization

This mod improves Minecraft's performance and fix serval bugs.

Загрузки
78K
Подписчики
7
Обновлён
17 августа 2026 г.
Лицензия
LGPL-3.0-only

Опубликован 17 января 2026 г.

Random Optimization

Description

This mod implements the following features to significantly optimize game performance and fix existing bugs. All features can be toggled via the configuration file.

  • Fixes MC-249136(1.20.1) / Improve structure location performace(1.21.1): This bug causes severe server lag (hangs) when players attempt to locate Buried Treasure (most notably), or when opening/breaking chests containing maps, or using the /locate command. This mod employs simple checks to drastically reduce the enumeration required during structure searching, thereby optimizing speed.
  • (Default Disabled in v1.6+)Deterministic Item Drops: The mod de-randomizes the spawn position of dropped items. This makes designing Redstone contraptions much simpler and easier.
  • Optimized Resource/Data Pack Loading: Improves the loading speed of Resource Packs and Data Packs. The mod Builds a compact index for compressed Resource Packs and Data Packs on first access, replacing repeated full-ZIP scans during namespace discovery and recursive resource listing. This reduces reload time and temporary allocations, especially for large packs and modpacks containing many assets.
  • Boat Fall Damage Fix: Fixes an issue where boats take fall damage when falling from specific heights. This aligns behavior with the MC-Wiki description and newer Minecraft versions, while also improving performance.
  • DFU Optimization: Defers (lazy loads) the DataFixerUpper (DFU) to improve game startup speed.

Compatibility & Replacements

This mod completely or partially replaces the functionality of the following mods:

  • MC-249136 Fix: This mod fundamentally optimizes the structure search algorithm. In contrast, other mods often move the task to a separate thread to mask the lag. While technically not conflicting, using this mod usually provides sufficient optimization, making the other mod unnecessary. If you strictly require asynchronous loading, Async Locator is recommended instead, as it supports more structures and has a better implementation.
  • Shipwreck/Buried Treasure Fixes: This mod shares the same essential optimization logic for MC-249136. There is no need to use those mods if this one is installed.
  • Vertical Fall: This mod completely replaces all functionality of this mod.
  • Drizzleproof: Partially replaced. If you only need deterministic item drops, you do not need Drizzleproof. However, if you require granular configuration for entity mechanics, please continue using Drizzleproof.
  • Quick Pack: When this mod's compressed-pack index is enabled, Quick Pack's replacement resource-pack implementation is automatically suppressed and this mod's faster index is used instead.
  • ModernFix: When this mod's compressed-pack index is enabled, ModernFix's overlapping ZIP resource-pack index is automatically suppressed. Other ModernFix resource-pack optimizations and all unrelated features remain enabled.
  • Boat Break Fix: This mod completely replaces the functionality of this mod.
  • DFU Loading Optimizations (e.g., LazyDFU): This mod completely replaces the functionality of these mods.

Compatibility & License

This mod has good compatibility with other mods and has no known incompatibilities. It is open-source under the LGPL-3.0 license.

Credits

  • The MC-249136 by bytzo, which inspired me to speed up the structure locate.

Ченджлог

1.7.4Релиз1.21.1 · 17 августа 2026 г.
  1. Fix compat with Quick Pack v1.5
1.7.4Релиз1.20.4, 1.20.5, 1.20.6 · 17 августа 2026 г.
  1. Fix compat with JSON Things
  2. Fix compat with Quick Pack v1.5
1.7.3Релиз1.20.4, 1.20.5, 1.20.6 · 7 августа 2026 г.

Support legacy Forge.

1.7.3Релиз1.21.1 · 7 августа 2026 г.

Support legacy NeoForge.

1.7.2Релиз1.20.4, 1.20.5, 1.20.6 · 6 августа 2026 г.

Fix compat issues with FancyMenu.

Partly fixed in 1.7.0, but still a remaining issue.

1.7.2Релиз1.21.1 · 6 августа 2026 г.

Fix compat issues with FancyMenu.

Partly fixed in 1.7.0, but still a remaining issue.

1.7.1Релиз1.20.4, 1.20.5, 1.20.6 · 6 августа 2026 г.

Fix crash.

1.7.0Релиз1.21.1 · 5 августа 2026 г.

Performance Optimizations

  • Brought structure location optimizations and the MC-249136 mitigation to 1.21.1. Both supported versions can now exclude candidate chunks that cannot possibly generate the target structure before reading chunk storage, significantly reducing blocking scans caused by locating rare structures.
  • Expanded resource pack indexing: In addition to ZIP archives, it now covers directory/Path-based resource packs, Forge/NeoForge mod resources, and vanilla resources.
  • Reduced repetitive ZIP scans, directory traversals, file existence checks, and missing directory exceptions during resource reloads.
  • optimize_pack_lookup now uniformly controls the indexing of ZIP archives, Path resource packs, and vanilla resources; modifying it still requires a game restart.

Compatibility

  • Fixed a crash with FancyMenu: Correctly handles its LinkFileSystem resource paths and file system root directories, safely falling back to the vanilla implementation when indexing fails on non-standard paths.
  • Fixed resource pack root path enumeration errors, ensuring root-level resources and namespaces can be correctly discovered.
  • Automatically disables overlapping Mixins in Boat Break Fix when the boat fall damage fix is enabled.
  • The expanded resource pack indexing continues to automatically coordinate with overlapping optimizations in Quick Pack and ModernFix.

Комментарии

Загружаем…