Links
Tags
Creators
Details
v1.1.0.720260901-NeoForge
Compatibility
Required content
Changes
MITE:Equilibrium-NeoForge-1.1.0.720260901_Beta
i.内容与Fabric端的1.1.0.720260901_Beta版本一致
ii.NeoForge所需求的前置如下
(1)必选:Forgified Fabric API,推荐版本:0.116.7+2.2.4+1.21.1)
(2)必选:Sinytra Connector,推荐版本:2.0.0-beta.14+1.21.1)
(3)可选:Patchouli,提供内置wiki内容(部分),推荐版本:1.21.1-92-NEOFORGE
初次加载模组,若Patchouli手册内容为空,请点击”资源包”,将“Fabric模组”资源包的优先级调整到最高
iii.在Fabric端创建的世界无法在NeoForge端打开,反之亦然
MITE:Equilibrium-NeoForge-1.1.0.720260901_Beta
i.The content is identical to that of the Fabric version 1.1.0.720260901_Beta.
ii. NeoForge-side dependencies
(1) Required: Forgified Fabric API
Recommended version: 0.116.7+2.2.4+1.21.1
(2) Required: Sinytra Connector
Recommended version: 2.0.0-beta.14+1.21.1
(3) Optional: Patchouli, providing some built-in wiki content.
Recommended version: 1.21.1-92-NEOFORGE
When loading the mod for the first time, if the Patchoui manual contains no content, click "Resource Packs" and move the "Fabric Mods" resource pack to the highest priority.
ii.Worlds created on Fabric cannot be opened in NeoForge, and vice versa.
Optional dependencies
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| Classic Resource for MITE Equilibrium for 1.1.0_7.zip | Unknown | 3.19 MiB |
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:ss0GuuSA:fEuV4MJ0"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ss0GuuSA:fEuV4MJ0"
}

