You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NeoContinuity is an unofficial fork of Continuity, aiming to run Continuity natively on NeoForge and reduce some of the redundant FFAPI (Forgified-Fabric-API) dependencies using NeoForge API. Do **NOT** report issues encountered with this mod to the original.
6
+
1
7
# Continuity
2
8
3
9
Continuity is a Fabric mod that allows resource packs that use the OptiFine connected textures format, OptiFine emissive textures format (only for blocks and item models), or OptiFine custom block layers format to work without OptiFine.
//Use "prefer" to strictly select the slim version of indigo to be bundled into the jar.
158
+
// Remove "-slim" if using official forgified-fabric-renderer-indigo
159
+
version {
160
+
strictly("[1.7.0-slim+4198af7119,)")
161
+
prefer("1.7.0-slim+4198af7119")
162
+
}
163
+
}
164
+
//jarJar(group: "org.sinytra", name: "fabric-loader", version: "[2.6.14+0.15.10+1.21,)") //Enable this if using official forgified-fabric-renderer-indigo
158
165
}
159
166
160
167
// This block of code expands all declared replace properties in the specified resource targets.
description = """NeoContinuity is an unofficial fork of Continuity, aiming to run Continuity natively on NeoForge and reduce some of the redundant FFAPI dependencies using NeoForge API. Do not report issues encountered with this mod to the original.\n\nContinuity is a Fabric mod that allows resource packs that use the OptiFine connected textures format, OptiFine emissive textures format (only for blocks and item models), or OptiFine custom block layers format to work without OptiFine."""
0 commit comments