Links
Creators
Details
Licensed MIT
Published 3 years ago
Updated 2 months ago
All versions
8.0+3
Release
AmbientEnvironment-fabric-1.19.2-8.0+3.jar3 years ago 13.9K
Uploaded by
Compatibility
Minecraft: Java Edition
1.19.2
Platform
Fabric
Supported environments
Client-side
Changes
Current version: 8.0+3
- port to 1.19.2 - Jared - Sun Aug 28 19:36:06 2022
- port to 1.19.1 - Jared - Fri Jul 29 21:11:01 2022
- port to 1.19 - Jared - Wed Jun 8 21:40:57 2022
- Small project cleanup - Jared - Mon Apr 18 01:37:50 2022
- port to 1.18.2 - Jared - Wed Mar 2 02:12:32 2022
- write discord webhook error to file - Jared - Fri Jan 21 21:31:32 2022
- pin the plugin version - Jared - Fri Jan 21 21:08:31 2022
- fix version string - Jared - Fri Jan 21 20:57:41 2022
- Fix changelog generation - Jared - Fri Jan 21 20:42:25 2022
- Fix maven artifact - Jared - Fri Jan 21 18:06:07 2022
- kotlin build script and move to CurseForgeGradle - Jared - Fri Jan 21 17:26:25 2022
- Apply colour modifications at a later point in fabric. Close #24 - Jared - Wed Jan 19 18:17:24 2022
- Fix mixins. Close #22 Close 23 - Jared - Tue Dec 14 20:51:38 2021
- Fix #21 - Jared - Tue Dec 14 14:31:08 2021
- port to 1.18 - Jared - Tue Dec 14 00:04:34 2021
- ignore the logs folder - Jared - Sun Aug 1 00:13:21 2021
- Move to fully semver. Close #18 - Jared - Sun Aug 1 00:13:21 2021
- Fix using deprecated value in fabric. Close #17 - Jared - Sun Aug 1 00:13:13 2021
- Update README.md (#20) - K0RR - Sat Jul 31 21:53:48 2021
- Fix fabric file name - Jared - Thu Jul 29 18:41:56 2021
- add modloader info to modtemplate - Jared - Thu Jul 29 18:36:00 2021
- fix build - Jared - Thu Jul 29 18:14:32 2021
- fix publishing - Jared - Thu Jul 29 18:10:36 2021
- use java 16 - Jared - Thu Jul 29 17:54:07 2021
- Port to 1.17 and multi loader system - Jared - Thu Jul 29 17:50:03 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:DyTvM1dv:vhKkH9Tn"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:DyTvM1dv:vhKkH9Tn"
}

