Tags
Creators
Details
Licensed CC-BY-4.0
Published 8 months ago
Updated 4 months ago
All versions
3.0.1
Release
Better Than Wolves: CE 3.0.17 months ago 2,855
Compatibility
Minecraft: Java Edition
1.6.4
Platform
Legacy Fabric
Supported environments
Client and server
Changes
Version 3.0.1
Changes
- Jukeboxes can now accept and eject items into partial blocks as long as they arent blocking the input slot. (Hiracho)
Bugfixes
- Fixed an issue that prevented McPatcher's better sky features from working. (Hiracho)
- Fixed an issue where music discs were deleted when trying to insert them in a jukebox that had its top blocked. (Hiracho)
- Fixed an issue on servers that disconnected players when opening the
F3debug menu. (Arminias) - Fixed an issue on servers that prevented players from using the
/gand/globalcommand. (Arminias) - Fixed an issue where dying outside the range of a Soul Forged Steel Beacon would not unbind the player from it. (Arminias)
- Fixed an issue where beacon respawn failure messages would not display correctly. (Arminias)
- Fixed an issue where baby animals would still starve in Relaxed and Classic difficulties. (Arminias)
- Fixed multiple issues where walls and slabs would drop incorrectly and give wrong items when harvested with silk touch or by a block dispenser. (Arminias)
- Fixed an issue where items could pass through soul sand hopper filters. (Dawn)
- Fixed an issue where items would not pass through ladder and iron bar hopper filters. (Dawn)
- Fixed an issue where hopper filtering recipes using wicker panes as a filter could not be performed. (Dawn)
- Fixed an issue where items would de-spawn after subsequent deaths on Relaxed and Classic difficulties. (Dawn)
- Fixed an issue where loose sparse grass had a lower drop rate for hemp seeds than other grass variants. (yany)
- Fixed an issue in the config API that caused values to not save properly. (Bagel)
- Fixed an issue where some EMI recipes would show incorrect item count requirements. (Bagel)
- Fixed an issue that prevented white candles from being crafted. (Hiracho)
Supplementary resources
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:PiC4CKoa:Al8DJCp9"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:PiC4CKoa:Al8DJCp9"
}

