Tags
Creators
Details
V1.58+Resources
Compatibility
Changes
Exact same as ForgeCraft V1.58, but with Resource pack
Introduced a new feature to simpifly the system:
If you input the vanilla item (Without converted) and the forge item and reforge it, the item will now be automatically converted. If you wished to disable this feature, you can type this command in chat (Require cheats on): /function gamerules/isrequireconvert/true
Toolful reforge: It can now convert any items besides Tool, into a tool reforgeable item. However, the xp cost increased from 0 to 10. Reduced the crafting recipe for Repairing Toolkit
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:f1iHD5Fd:utg0Aftl"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:f1iHD5Fd:utg0Aftl"
}

