⚠️ UNFINISHED PORT - This is an experimental NeoForge port of the original Fabric Voxy mod. Use at your own risk!
Neo-Voxy is a NeoForge port of the Voxy mod, a far-distance rendering mod utilizing LODs (Level of Detail) for massive render distances. This port is currently in very early alpha and should be considered unstable.
| Feature | Status |
|---|---|
| LOD Streaming | |
| Server-to-Client Sync | ✅ Functional |
| Shader Support (Iris) | ✅ Voxy Shaders Functional |
| Testing | ❌Not Done Rigorously |
- Basic LOD streaming from server to client is functional
- Section serialization and network transfer works
- Block ID remapping between server and client
- Core rendering pipeline with Sodium integration
- Iris shader support expected to function (mixins are present)
- LOD streaming is only partially working - some edge cases may fail
- No support for Flashback, Nvidium, or Chunky integrations
- General instability and lack of comprehensive testing
| Dependency | Required Version |
|---|---|
| Minecraft | 1.21.1 |
| NeoForge | 21.1.77+ |
| Sodium | 0.6.0+ (NeoForge edition) |
| Iris | Required (NeoForge edition) |
- Install NeoForge 21.1.77 or later for Minecraft 1.21.1
- Install Sodium for NeoForge (version 0.6.0+)
- Install Iris Shaders for NeoForge
- Place the Neo-Voxy jar in your mods folder
The following mixins from the original Fabric Voxy have been removed in this NeoForge port and may be added in the future:
| Mixin | Purpose |
|---|---|
flashback.MixinFlashbackMeta |
Flashback recording metadata integration |
flashback.MixinFlashbackRecorder |
Flashback recording system integration |
| Mixin | Purpose |
|---|---|
nvidium.MixinRenderPipeline |
Nvidium render pipeline compatibility |
| Mixin | Purpose |
|---|---|
chunky.MixinFabricWorld |
Chunky pregenerator integration |
| Mixin | Purpose |
|---|---|
iris.MixinStandardMacros |
Iris shader macro definitions |
minecraft.MixinBlockableEventLoop |
Client thread event loop hooks |
minecraft.MixinGlDebug |
OpenGL debugging utilities |
Note: These mixins were removed due to incompatibility with NeoForge, missing dependencies, or not being ported yet. Future versions may restore some of this functionality.
Minecraft Core (13 mixins)
MixinWorld,MixinClientChunkCache,MixinClientCommonPacketListenerImplMixinClientLevel,MixinClientPacketListener,MixinFogRendererMixinLevelRenderer,MixinMinecraft,MixinRenderSystemMixinWindow,MixinLayerLightSectionStorage
Sodium Integration (7 mixins)
AccessorChunkTracker,AccessorSodiumWorldRendererMixinChunkJobQueue,MixinDefaultChunkRendererMixinRenderSectionManager,MixinSodiumOptionsGUI,MixinSodiumWorldRenderer
Iris Integration (10 mixins)
CustomUniformsAccessor,IrisRenderingPipelineAccessorMixinIris,MixinIrisRenderingPipeline,MixinIrisSamplersMixinLevelRenderer,MixinMatrixUniformsMixinPackRenderTargetDirectives,MixinProgramSet,MixinShaderPackSourceNames
MixinLevelCommon- Server/common level hooks
⚠️ INCOMPATABILITIES: BetterFpsDist.
This is an unofficial port. If you encounter issues:
- First check if the issue exists in the original Fabric version
- If it's port-specific, document the issue with steps to reproduce
- PRs are welcome for fixing NeoForge compatibility issues
- Original Voxy Mod: cortex
- NeoForge Port: Community effort
Copyright 2025 MCRcortex
All rights reserved. Do not redistribute.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
⚠️ IMPORTANT: This is a source-code-only fork. Do not distribute compiled builds. You must build from source yourself
Version: 0.2.0
Minecraft: 1.21.1
Mod Loader: NeoForge 21.1.77+