Tags
Creators
Details
Licensed GPL-3.0-only
Published 3 years ago
Updated last year
All versions
1.3.0
Release
Final Beta - b1.7.3 - 1.3.02 years ago 506
Compatibility
Minecraft: Java Edition
b1.7.3
Platform
Fabric
Supported environments
Singleplayer only
Changes
1.3.0
Quality of Life changes
- Added coal and redstone blocks for better storage for those items
- Disabled in the config by default, needs to be manually enabled
- Coal blocks can be used as fuel for furnaces and lasts for 800 seconds (16000 ticks)
- Redstone blocks are purely used for storage and do not emit a signal
- New SFX for Furnaces while cooking and for lava pools
Config
- New config options for:
- Enabling coal and redstone block crafting (disabled by default)
- Note, even if this is disabled after being enabled the items won't disappear, as the config only affects the crafting recipe itself
- Disable eating when at max HP to stop players from accidentally wasting food (disabled by default)
- Config to make bows have durability, 385 uses (enabled by default)
- Config option to set drop rates for apples when breaking leaves (0.0 by default)
- Enabling coal and redstone block crafting (disabled by default)
Fixes
- Fixed spiders generating ladder sounds when they're climbing on walls
- Fixed a minecraft issue where furnaces with empty fuel slots would have inaccurate timers for its fire UI after joining the world
- Fixed a small bug where fences would still be raycasted and punched by players outside of their new bounding boxes
- Pressure plates can now be placed on top of fences
- Fixed fences from connecting with non full blocks
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:CBSObFqh:DEcOPIG3"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:CBSObFqh:DEcOPIG3"
}

