Tags
Creators
Details
Licensed MIT
Published 6 years ago
Updated 4 years ago
All versions
1.16.x-1.1.0b
Beta
EarlyGame 1.16.x-1.1.0b6 years ago 149
Compatibility
Minecraft: Java Edition
1.16.2–1.16.5
Platform
Fabric
Supported environments
Client and server
Changes
- (+) You can now craft a furnace with other cobblestone variants
- (+) Added flint saw to Fabric tooltag database (#6)
- (+) Implemented modified and configurable recipe remover (by Choonster@github)
- NOTE: This may present incompatibility with some datapacks and mods.
- (+) Added flint to dirt loot table (#6)
- (*) Adjusted probability of getting plant fiber to better balance the span of flint knife (CF, #6)
- (*) Adjusted the mining speed of slow digging blocks (#6)
- (*) Changed wood chopping event to ensure compatibility with other mods that add more wood
- (*) Treatment of Charm incompatibility with "temporary" fix (#5)
- (-) Removed WoodTypes.java
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:RtCF483L:RM5abOHt"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:RtCF483L:RM5abOHt"
}

