Links
Tags
Creators
Details
Published 4 years ago
All versions
1.20-2.16.9-fabric
Release
1.20-2.16.9-fabric9 months ago 3,727
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client and server
Required content
Any compatible version
Changes
v2.16.9
- Corrected the name of WoodType from "blue_archwood" to "archwood"
- main problem: The WoodType's children wasn't detected with the correct name
- Improved WoodType's detection to include logs that has "log_" instead of "_log"
v2.16.8
- 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.9-fabric-sources.jar | Unknown | 625.82 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:RGT4zMPq"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:twkfQtEc:RGT4zMPq"
}
