Links
Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated 3 years ago
All versions
1.0.0.15
Release
AppliedEnergisticsTweaker-1.0.0.153 years ago 1,697
Uploaded by
Compatibility
Minecraft: Java Edition
1.16.5
Platform
Forge
Supported environments
Client and server
Required content
Changes
Current version: 1.0.0.15
- fix project name - Jared - Mon Sep 13 12:51:53 2021
- Future proof Jenkinsfile - Jared - Sat Jun 12 03:24:32 2021
- Move to mod template - Jared - Wed May 26 13:00:06 2021
- register classes... - Jared - Wed Apr 7 23:08:34 2021
- Fix project name - Jared - Tue Apr 6 20:38:33 2021
- add discord webhook - Jared - Tue Apr 6 16:03:03 2021
- add attunement, matter cannon and movable support Close #2 - Jared - Tue Apr 6 15:48:25 2021
- update forge - Jared - Fri Apr 2 05:11:36 2021
- Fix #1 - Jared - Fri Apr 2 04:31:00 2021
- move to IIngredientWithAmount - Jared - Sat Feb 27 21:36:14 2021
- fix build - Jared - Sat Feb 27 21:15:54 2021
- add deps - Jared - Sat Feb 27 21:11:51 2021
- files - Jared - Sat Feb 27 21:06:55 2021
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:ayRx4yHz:z2N9ED23"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ayRx4yHz:z2N9ED23"
}



