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

