Tags
Creators
Details
Licensed LGPL-2.1-only
Published 2 years ago
Updated 2 years ago
All versions
1.3.0
Release
CobbleForDays 1.3.02 years ago 71
Compatibility
Minecraft: Java Edition
1.16.2
Platform
Forge
Supported environments
Client and server
Changes
- 1.3.0 Ported to 1.16.2
- 1.2.2 Merge remote-tracking branch 'origin/1.16.2-port' into 1.16.2-port
- 1.2.1 Ported to 1.16.2 and re-run data gens
- 1.2.0 1.16.1 port
- 1.1.6 Ported to 1.16.2 and re-run data gens
- 1.1.5 Updated loader version
- 1.1.4 Ported to 1.16.1 and rerun data gens
- 1.1.3 Fix blocks culling incorrect faces around the gens. Closes #10
- 1.1.2 Fix stall caused by accessing the world during onLoad. Closes #7 & #8
- 1.1.1 Fix version numbers.
- 1.1.0 Update to 1.15.2
- 1.0.10 Merge pull request #4 from loordgek/capablitiy_cache Add caching of neighbor's inventory.
- 1.0.9 Update CobbleGenBlock.java
- 1.0.8 insert message here
- 1.0.7 now w/ less code #2
- 1.0.6 now w/ less code
- 1.0.5 revert Nonnull and getSlotLimit
- 1.0.4 revert build.gradle
- 1.0.3 added capability caching invalidate own cap when removed
- 1.0.2 Fix reobf jar, FG should be doing this by default but it doesn't.
- 1.0.1 Create Models and implement a few backend changes to support the models
- 1.0.0 Update to finalized name.
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:hi71AUZ0:bqgC6QI9"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:hi71AUZ0:bqgC6QI9"
}

