Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated 6 months ago
All versions
9.1.207
Release
CraftTweaker-forge-1.18.2-9.1.2073 years ago 45.8K
Uploaded by
Compatibility
Minecraft: Java Edition
1.18.2
Platform
Forge
Supported environments
Client and server
Changes
Current version: 9.1.207
- Expose ShapedRecipe and ShapelessRecipe - Jared - Mon Mar 27 22:33:12 2023
- Use the smelting recipe type if not specified for burn time - Jared - Sun Mar 19 21:39:05 2023
- Add support for both vanilla, and modded trade types. Close #1619 - Jared - Mon Feb 20 04:55:41 2023
- Add create method to ListData. Close #1596 - Jared - Sat Feb 11 00:37:58 2023
- Add
addNoSilkTouchLootModifier. Close #1425 - Jared - Fri Feb 3 23:53:54 2023 - Backport the IIngredientWithAmount unexpansion - Witixin1512 - Wed Feb 1 21:06:46 2023
- Fix adding mutable components together - Jared - Wed Feb 1 14:21:58 2023
- Fix imports - Witixin1512 - Tue Jan 31 21:31:06 2023
- Add IFluidStack to IData expansion - Witixin1512 - Tue Jan 31 21:13:46 2023
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:Xg35A4rS:sSIJLWnp"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:Xg35A4rS:sSIJLWnp"
}

