NeoContinuity
NeoContinuity is an unofficial fork of the popular Continuity mod, specifically adapted to work on the NeoForge platform without additional connector utilities. The main goal of the project is to provide native support for Continuity in the NeoForge environment, eliminating dependency on compatibility libraries that could cause conflicts.
🚀 What's Special About This Mod
The original version of Continuity for NeoForge required installation of Sinytra Connector and FFAPI (Forgified Fabric API). These components often caused compatibility issues with other modifications and in some cases led to client failures when connecting to servers without these libraries. NeoContinuity solves these problems by offering clean integration with NeoForge.
⚙️ Technical Implementation
NeoContinuity developers conducted deep restructuring of the codebase:
- Removed redundant dependencies on FFAPI subpackages
- Replaced Fabric API calls with native NeoForge interfaces
- Optimized the final JAR file size
- Made modifications to remaining FFAPI components to eliminate dependency on forgified-fabric-loader
What is Continuity
Continuity is a Fabric mod that enables the use of resource packs with OptiFine format textures (connected textures, emissive textures for blocks and items, custom block layers) without needing to install OptiFine itself.
Continuity comes with two built-in resource packs:
- Default Connected Textures — adds connected textures for glass, sandstone, and bookshelves
- Glass Pane Culling Fix — removes visible borders between vertically stacked glass panes
Continuity implements its own specifications for connected textures, emissive textures, and custom block layers, extending OptiFine format capabilities for resource pack creators.
The mod works only on the client side and requires Fabric API installation.
📺 Video Materials
🔗 Useful Resources
Official documentation for Continuity specifications is available on GitHub Wiki