Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated 2 years ago
All versions
2.0.0.19
Release
CreateTweaker-1.18.2-2.0.0.193 years ago 3,137
Uploaded by
Compatibility
Minecraft: Java Edition
1.18.2
Platform
Forge
Supported environments
Client and server
Required content
Unavailable version
Any compatible version
Changes
Current version: 2.0.0.19
- port to new create - Jared - Mon May 22 22:16:35 2023
- use IFluidStack instead of MCFluidStack - Jared - Wed Feb 15 07:36:33 2023
- Migrated to FluidIngredient instead of IFluidStack. Close #27 - Jared - Sun Oct 2 01:14:04 2022
- add a filling example to the sequenced manager - Jared - Sun Aug 21 20:29:37 2022
- fix error not being formatted - Jared - Thu Aug 4 23:22:08 2022
- add keeping held item support to application recipes - Jared - Wed Jul 13 13:03:29 2022
- add docs for item applicator - Jared - Tue Jul 12 15:32:32 2022
- update for create 0.5 - Jared - Sun Jul 10 20:44:32 2022
- Fix docs - Jared - Fri May 6 09:35:08 2022
- Fix recipe log output. Close #24 - Jared - Wed May 4 14:31:21 2022
- Fix docs file path - Jared - Sun Apr 10 16:32:50 2022
- port to 1.18.2 - Jared - Sun Apr 10 00:35:29 2022
- expose more methods to help with recipes - Jared - Sun Mar 13 16:53:41 2022
- Fix typo - Jared - Fri Mar 4 19:58:06 2022
- Use an updating version - Jared - Thu Feb 17 02:12:05 2022
- Fix docs [skip-deploy] - Jared - Thu Feb 17 02:04:05 2022
- Fixed invalid doc - Jared - Tue Feb 15 03:36:47 2022
- Update docs locations - Jared - Tue Feb 15 02:35:38 2022
- Update first commit - Jared - Tue Feb 15 01:45:26 2022
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:vEila6nl:JP5kYaCL"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:vEila6nl:JP5kYaCL"
}

