All versions
5.0.0.11
Release
AmbientEnvironment-5.0.0.11.jar3 years ago 47.8K
Uploaded by
Compatibility
Minecraft: Java Edition
1.16.4–1.16.5
Platform
Forge
Supported environments
Client-side
Changes
Current version: 5.0.0.11
- use the correct java... - Jared - Sat Jun 12 03:13:58 2021
- Future proof jenkins file - Jared - Sat Jun 12 03:05:11 2021
- Port to ModTemplate / mojmaps - Jared - Wed May 26 12:53:44 2021
- proper port to 1.16.4 - Jared - Sun Dec 13 01:15:30 2020
- Update Forge base, populate mods.toml with more info, minor perf optimisations (#11) - Oscar N - Sat Oct 24 20:17:26 2020
- Removed a tab. - Tyler Hancock - Thu Oct 1 18:38:58 2020
- Disable server/client/save version validation. - Tyler Hancock - Thu Oct 1 18:35:52 2020
- Updated MCP mappings to latest. - Tyler Hancock - Thu Oct 1 18:34:44 2020
- Updated resource pack version. - Tyler Hancock - Thu Oct 1 10:57:35 2020
- Added named run configs, and added eclipse run configs to the git ignnore. - Tyler Hancock - Thu Oct 1 10:55:48 2020
- port to 1.16.3 - Jared - Thu Sep 17 16:21:29 2020
- 1.16.2 port - Jared - Thu Aug 20 21:04:57 2020
- update commit - Jared - Sun Jul 12 22:09:44 2020
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:DyTvM1dv:sq5hHc4R"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:DyTvM1dv:sq5hHc4R"
}

