[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-77250":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":9,"totalLinesOfCode":9,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":9,"subscribersCount":16,"size":16,"stars1d":14,"stars7d":17,"stars30d":18,"stars90d":16,"forks30d":16,"starsTrendScore":19,"compositeScore":20,"rankGlobal":9,"rankLanguage":9,"license":9,"archived":21,"fork":21,"defaultBranch":22,"hasWiki":21,"hasPages":21,"topics":23,"createdAt":9,"pushedAt":9,"updatedAt":29,"readmeContent":30,"aiSummary":31,"trendingCount":16,"starSnapshotCount":16,"syncStatus":32,"lastSyncTime":33,"discoverSource":34},77250,"voxy-neoforge","j-shelfwood\u002Fvoxy-neoforge","j-shelfwood","Unofficial NeoForge 1.21.1 port of Voxy (LOD mod) by MCRcortex - Community maintained",null,"https:\u002F\u002Fgithub.com\u002Fj-shelfwood\u002Fvoxy-neoforge","Java",131,120,5,26,0,14,31,15,63.35,false,"main",[24,25,26,27,28],"lod","minecraft","minecraft-mod","neoforge","voxy","2026-06-12 04:01:21","# Voxy NeoForge 1.21.1\n\n> **Unofficial NeoForge port** of the Voxy mod\n\n## Special Thanks\n\n**All credit for Voxy goes to [MCRcortex](https:\u002F\u002Fgithub.com\u002FMCRcortex)**, the original author and creator of this incredible LOD rendering mod.\n\n- **Original Repository:** [MCRcortex\u002Fvoxy](https:\u002F\u002Fgithub.com\u002FMCRcortex\u002Fvoxy)\n- **Original Author:** [MCRcortex](https:\u002F\u002Fgithub.com\u002FMCRcortex)\n\nThis repository is a community port to NeoForge 1.21.1, created because the original author has indicated they will not be backporting to this version. We are deeply grateful for MCRcortex's work on Voxy.\n\n## License Notice\n\nThe original Voxy mod is licensed under **All Rights Reserved** by MCRcortex. This port is provided for personal use. Please respect the original author's licensing terms.\n\n---\n\n## About\n\n**Voxy** is a Level-of-Detail (LOD) rendering mod for Minecraft that extends your view distance far beyond vanilla limits by rendering distant terrain at lower detail levels.\n\n## Why This Port?\n\nYou might wonder: \"Why not just use the Fabric version with [Sinytra Connector](https:\u002F\u002Fgithub.com\u002FSinytra\u002FConnector)?\"\n\n| Aspect | Native NeoForge Port (this repo) | Sinytra Connector |\n|--------|----------------------------------|-------------------|\n| **Performance** | No translation overhead | Runtime translation layer |\n| **Mod Integration** | Native NeoForge API calls | Fabric API emulation via FFAPI |\n| **Maintenance** | Must track upstream Voxy changes | Just drop in Fabric jar |\n| **Stability** | Tested against NeoForge directly | May have edge cases from translation |\n| **Dependencies** | Forgified Fabric API | Connector + Forgified Fabric API |\n\n**Bottom line:** For a performance-critical LOD mod like Voxy, eliminating the translation layer overhead is worthwhile. If you prioritize simplicity and don't mind potential overhead, Sinytra Connector is a valid alternative.\n\n## Status\n\n**Alpha** - Functional with known limitations.\n\n### Working Features\n- LOD terrain rendering beyond vanilla render distance\n- Smooth transitions between LOD and vanilla chunks\n- Fog integration (disabled at LOD boundaries)\n- Block model baking for all render types (solid, cutout, cutout_mipped, translucent)\n- Delayed chunk unloading to prevent pop-out effects\n\n### Current Limitations\n- Requires Sodium 0.6.13+ (NeoForge version)\n- Some optional integrations not yet ported (Iris, Nvidium, Vivecraft)\n- Debug screen integration disabled (MC 1.21.1 API changes)\n\n## Requirements\n\n### Required Dependencies\n\n| Dependency | Version | Link |\n|------------|---------|------|\n| Minecraft | 1.21.1 | - |\n| NeoForge | 21.1.x | [NeoForge](https:\u002F\u002Fneoforged.net\u002F) |\n| Sodium | mc1.21.1-0.6.13-neoforge | [Modrinth](https:\u002F\u002Fmodrinth.com\u002Fmod\u002Fsodium\u002Fversion\u002Fmc1.21.1-0.6.13-neoforge) |\n| Forgified Fabric API | 0.116.7+2.2.0+1.21.1 | [Modrinth](https:\u002F\u002Fmodrinth.com\u002Fmod\u002Fforgified-fabric-api\u002Fversion\u002F0.116.7+2.2.0+1.21.1) |\n\n### Recommended Dependencies\n\n| Dependency | Purpose | Link |\n|------------|---------|------|\n| Reese's Sodium Options | Better settings UI for Sodium + Voxy config access | [Modrinth](https:\u002F\u002Fmodrinth.com\u002Fmod\u002Freeses-sodium-options) |\n| Lithium | General performance improvements | [Modrinth](https:\u002F\u002Fmodrinth.com\u002Fmod\u002Flithium) |\n\n## Installation\n\n> **Note:** Due to Voxy's ARR (All Rights Reserved) license, compiled JARs are not distributed. You must build from source.\n\n1. Install NeoForge for Minecraft 1.21.1\n2. Install required dependencies (see above)\n3. Build Voxy from source (see below)\n4. Place the built JAR in your `mods` folder\n\n## Building from Source\n\n```bash\ngit clone https:\u002F\u002Fgithub.com\u002Fj-shelfwood\u002Fvoxy-neoforge.git\ncd voxy-neoforge\n.\u002Fgradlew build\n```\n\nThe built JAR will be in `build\u002Flibs\u002F`.\n\n## Contributing\n\nFor development guidelines, see [CLAUDE.md](CLAUDE.md).\n\n### Validation Scripts\n\nThe `scripts\u002F` directory contains build validation tools used in CI.\n\n## Links\n\n- **Original Voxy:** [github.com\u002FMCRcortex\u002Fvoxy](https:\u002F\u002Fgithub.com\u002FMCRcortex\u002Fvoxy)\n- **This Port:** [github.com\u002Fj-shelfwood\u002Fvoxy-neoforge](https:\u002F\u002Fgithub.com\u002Fj-shelfwood\u002Fvoxy-neoforge)\n- **Sinytra Connector (alternative):** [github.com\u002FSinytra\u002FConnector](https:\u002F\u002Fgithub.com\u002FSinytra\u002FConnector)\n","该项目是一个非官方的NeoForge 1.21.1版本的Voxy模组移植，Voxy是一款为Minecraft提供LOD（Level-of-Detail）渲染功能的模组，能够显著扩展玩家的视距。核心功能包括超远距离地形的低细节渲染、平滑过渡以及与雾效集成等，旨在减少性能开销的同时提升游戏体验。技术上，该移植直接使用了NeoForge API，避免了通过Sinytra Connector进行API转换所带来的额外开销，从而在性能上有所优势。适用于追求更广阔视野但又受限于硬件性能的Minecraft玩家，特别是那些已经在使用NeoForge框架和Sodium优化模组的用户。当前版本处于Alpha阶段，存在一些已知限制，如需特定版本的Sodium支持等。",2,"2026-06-11 03:55:13","trending"]