Loads Voxy on NeoForge.
Voxy is a Fabric LoD rendering mod. Foxy makes it run on NeoForge without modifying Voxy itself: it reads the unmodified Voxy jar at runtime and bridges the Fabric APIs it uses over to NeoForge equivalents.
fabric.mod.json from the Voxy jar and generates a synthetic neoforge.mods.toml
(name, description, authors, icon, mixin configs, version) so FML loads it.META-INF/jars (RocksDB, LWJGL zstd/lmdb, lz4, xz, jedis) as
game libraries.voxy.accesswidener live as a class processor, plus a small supplement
for NeoForge-only access gaps.net.fabricmc.* stubs so Voxy's bytecode links; FabricLoader delegates
to ModList / FMLEnvironment./voxy command against NeoForge's command system.NeoForgeWorld.Nothing about Voxy is hardcoded. Metadata, mixins, access wideners, and bundled jars are all read from whatever Voxy jar is present, so Voxy updates do not require Foxy changes.
MIT. This does not relicense Voxy; Voxy remains All Rights Reserved and is not redistributed.