Links
Tags
Creators
Details
Published 4 years ago
All versions
1.20-2.16.8-forge
Release
1.20-2.16.8-forge11 months ago 148.2K
Compatibility
Minecraft: Java Edition
1.20.1
Platforms
Forge
NeoForge
Supported environments
Client and server
Changes
- fixed the generated texture not being animated - #1022
v2.16.7
- fixed an inverted if statement causing some block types children to not be added
v2.16.6
- Fixed StoneCutterRecipeTemplate - related to Stone Zone's recipes where it has a count of 1 for the output in any stonecutting recipe
- Updated flowering_pale_verde's Associated WoodType
- a few more undocumented fixes and improvement...
v2.16.5
- Corrected some LeavesTypes' Associated WoodTypes
- Added more LeavesTypes with Associated WoodTypes from Oh The Biomes We've Gone
v2.16.4
- Updated LeavesTypes' Associated WoodTypes from multiple Wood mods
- Added 2 mods to include LeavesType's Associated WoodTypes
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| moonlight-1.20-2.16.8-forge-sources.jar | Unknown | 621.83 KiB |
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:twkfQtEc:sWagczEr"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:twkfQtEc:sWagczEr"
}
