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

Voxy WorldGen

This is a passive chunk generator mod, with server-side support for Voxy!

419K загрузок417 подписчиковLicenseRef-iSeeEthan-Custom-Licensefabricneoforge

Обновлён 3 июня 2026 г. · опубликован 11 января 2026 г.

  • Pregen Old Logo / How It Works

This is a rewrite of my old Voxy World Gen mod, this mod is NOT a fork of the passive chunk generator mod and instead is a entirely different mod.

Features

  • Generates chunks very fast in the background and auto-ingest them with voxy.
  • Configurable generation speed and queue size.
  • Tellus integration. https://github.com/Yucareux/Tellus
  • Server-side support.

Configuration

Config files are located in config/voxyworldgenv2.json.

License

CUSTOM, refer to LICENSE file for more information.

Need a Server?

I've been using BisectHosting for a couple months now and they've always been reliable and actually really easy to use! I have partnered with them to become a partner now! Hosting your server through them supports me directly! Please consider using my promo code and you can get like 25% off your first month!

Click the banner below to get started!

banner

Версии

ВерсияКаналИграЗагрузчикиДатаСкачать
2.3.1Бета1.21.1neoforge3 июня 2026 г..jar (230 КБ)
2.3.0Бета1.21.1neoforge3 июня 2026 г..jar (230 КБ)
2.2.4-26.1.2Релиз26.1, 26.1.1, 26.1.2fabric6 мая 2026 г..jar (216 КБ)
2.2.4Релиз1.21.8, 1.21.9, 1.21.10, 1.21.11fabric4 апреля 2026 г..jar (212 КБ)
2.2.3Релиз1.21.8, 1.21.9, 1.21.10, 1.21.11fabric27 марта 2026 г..jar (211 КБ)
2.2.2Релиз1.21.8, 1.21.9, 1.21.10, 1.21.11fabric14 февраля 2026 г..jar (210 КБ)
2.2.1Релиз1.21.8, 1.21.9, 1.21.10, 1.21.11fabric9 февраля 2026 г..jar (208 КБ)
2.1.1Релиз1.21.8, 1.21.9, 1.21.10, 1.21.11fabric7 февраля 2026 г..jar (166 КБ)
2.1.0Релиз1.21.8, 1.21.9, 1.21.10, 1.21.11fabric2 февраля 2026 г..jar (165 КБ)
2.0.5Релиз1.21.11fabric30 января 2026 г..jar (157 КБ)
1.0.0Бета1.21.11fabric27 января 2026 г..jar (150 КБ)
1.1.7Релиз1.21.8, 1.21.9, 1.21.10, 1.21.11fabric17 января 2026 г..jar (156 КБ)
1.1.6Релиз1.21.8, 1.21.9, 1.21.10, 1.21.11fabric16 января 2026 г..jar (156 КБ)
1.1.3Бета1.21.11fabric11 января 2026 г..jar (149 КБ)

Ченджлог

2.3.1Бета1.21.1 · 3 июня 2026 г.
  • fixed world stuck in saving when closing it
2.3.0Бета1.21.1 · 3 июня 2026 г.
  • ported to neoforge 1.21.1 yayyy
  • fixed chunks not syncing for some players (broadcast never marked chunks as synced)
  • unified the sync radius across all paths so every player gets the same chunks
  • fixed unfair sync: worker now round-robins players instead of always favoring the first
  • new players now get a prioritized backfill of already-generated chunks on join
  • two-way handshake: server now knows which clients have the mod and skips vanilla clients
  • block edits now sync only the changed section instead of re-uploading the whole chunk column
  • client ingests lod data nearest-first so chunks fill from the player outward, no more far ring
  • client ingest is rate-limited per tick to keep client fps smooth
  • packet batching offloaded off the server tick thread
  • per-player synced-chunk sets are pruned so they don't grow forever
  • config screen split into client and server tabs so it's clear what affects the server
  • server config tab is read-only for non-ops, shows the server's real values
  • ops can edit server config from the client and it pushes to the server live (no restart)
  • packet size budgeting accounts for framing overhead
  • first-run config scales max parallel tasks to cpu core count

in short the networking is a lot more stable and performant!

could have bugs, use with caution

2.2.4-26.1.2Релиз26.1, 26.1.1, 26.1.2 · 6 мая 2026 г.
  • fix crash when opening f3+f6 menu (allEntries returns unmodifiable map)
  • default status to IN_OVERLAY so entry shows without manual enable
  • remove showF3MenuStats config option (redundant, use f3+f6 menu instead)
  • bump to minecraft 26.1.2, fabric-api 0.147.0+26.1.2
2.2.4Релиз1.21.9, 1.21.10, 1.21.11 · 4 апреля 2026 г.
  • fixed nether blocks rendering incorrectly in overworld after dimension switch
  • fixed hard biome blend edges and snow artifacts on new world creation
  • fixed generation continuing when voxy is disabled in its settings
  • re-ingests chunks on load so voxy receives correct biome neighbor context
  • discards LOD packets from mismatched dimensions to prevent cross-dimension rendering corruption
  • pauses background generation worker when voxy rendering is turned off

This will be the last 1.21.6-1.21.11 update, everything will be 26.1+ from now on.

2.2.3Релиз1.21.9, 1.21.10, 1.21.11 · 27 марта 2026 г.
  • fixed chunk synchronization for completed chunks that are not yet loaded into memory
  • added chunk-load event hook to sync LOD data when completed chunks load naturally
  • marked completed chunks as synced upfront to prevent tight re-queueing loops
  • fixed throttling/lag when chunk generation finishes by breaking sync batch retry cycle
  • prevented unloaded chunks from blocking synced chunk tracking indefinitely
  • fixed memory leak
2.2.2Релиз1.21.9, 1.21.10, 1.21.11 · 14 февраля 2026 г.
  • fixed memory leak
  • fixed server ingesting
  • fixed world ingesting carrying over
2.2.1Релиз1.21.9, 1.21.10, 1.21.11 · 9 февраля 2026 г.
  • made tellus integration actually work + fast, still need to add fast-mode
  • dedicated server support!
  • optimizations and bug fixes
2.1.1Релиз1.21.9, 1.21.10, 1.21.11 · 7 февраля 2026 г.
  • fixed issue where lowering max tasks would cause it to break
  • fixed more misc issues

Полная история изменений — на Modrinth.

Комментарии

Загружаем…