Tags
Creators
Details
Licensed CC-BY-4.0
Published 7 months ago
All versions
3.1.0
Release
Better Than Wolves: CE 3.1.03 months ago 38.8K
Uploaded by
Compatibility
Minecraft: Java Edition
1.6.4
Platform
Legacy Fabric
Supported environments
Client and server
Changes
Version 3.1.0
General
- Added the Loom as a new type of machine to automate weaving. Place multiple looms next to each other and supply them with mechanical power to process items. (Dawn)
- Added the ability to make wool knit and wicker with the loom (among several other recipes), allowing for large-scale creation of these items in the mid-game. (Dawn)
- Replaced hardcoded achievement item trigger with corresponding item tags. (DraViGen)
- Improved Pile of Soul Sand to show the spawning area of Fortress by emitting orange/red particles. (DraViGen)
- Added the resource location of the texture for the currently targeted block face to the debug info screen. (Hiracho)
EMI
- Added a 2x2 crafting grid to EMI
- Replaced the crafting output arrow in EMI with the shapeless arrow if the recipe is shapeless. (DraViGen)
- Simplified mortar interaction EMI recipes using mortar's tag. (DraViGen)
- Removed lava bucket from EMI. (DraViGen)
- Removed unnecessary wool armor EMI recipes. (DraViGen)
- Removed unnecessary wool knit EMI recipes. (DraViGen)
- Fixed an issue where the EMI kiln recipe didn't use wet brick for the brick recipe. (DraViGen)
- Fixed an issue where wool block EMI recipes used the wrong wool colors. (DraViGen)
- Fixed an issue where EMI interaction recipes used the wrong water/lava id. (DraViGen)
- Fixed an issue where EMI was hiding water, lava and spawner blocks. (DraViGen)
- Fixed an issue where the mortared oven wasn't present in the EMI world interaction tab. (DraViGen)
- Fixed an issue where being in search highlight mode draw dragged item behind inventory slots. (DraViGen)
- Fixed an issue where dragged item wasn't rendered with shadows. (DraViGen)
- Fixed an issue where hidden items in EMI still being visible in recipes and tags. (Bagel)
- Fixed an issue where EMI quick craft didn't work in the Soulforge. (DraViGen)
Bugfixes
- Fixed an issue where the recipe for fence gates using planks and shafts was missing. (Dawn)
- Fixed an issue where padded armor was missing from the armor tag. (Bagel)
- Fixed an issue where the old carrot was still visible. (Bagel)
- Fixed an issue where relogging despawned mobs in multiplayer and near spawn's chunks. (DraViGen)
- Fixed an issue where looping mechanical power to the source allowed infinite power when removing the source. (DraViGen)
- Fixed an issue where the soulforge output slot was offset by 1 pixel. (DraViGen)
- Fixed an issue where the recipe for dynamite had 2 recipe instead of using sawdust's tag. (DraViGen)
- Fixed an issue where leaves' tag used a deprecated blood wood leaves block. (DraViGen)
- Fixed an issue where cut tanned leather recipe gave 1 instead of 2 and needed 1 cut scoured leather instead of 2. (DraViGen)
- Fixed an issue where milk and chocolate milk bucket weren't present in the food tag and the food value tab. (DraViGen)
- Fixed an issue where unlit crude/infinite and burning crude torches weren't present in the creative tab. (DraViGen)
- Fixed an issue where 'blocksWithMortar' and 'mortarableBlocks' didn't include Bricks, Nether Bricks based blocks and oven. (DraViGen)
- Fixed an issue where the low quality axes tag had a typo. (DraViGen)
- Fixed an issue where GUI trade items' glint and number overlapped with EMI's tooltips. (DraViGen)
- Fixed an issue where camera bobbing and high FOV in third person allowed to xray through block. (DraViGen)
- Fixed an issue where beacons wouldn't apply their effect even within range because of unloaded chunks. (DraViGen)
- Fixed an issue with moonmoon being persistent between worlds. (DraViGen)
- Fixed an issue where the nethercoal achievement was before the hellfire dust one. (DraViGen)
- Fixed an issue where icons' glint and background could stick out of the achievement window. (DraViGen)
- Fixed an issue where blocking with tools like refined mattock triggered the "Stickin It In" achievement. (DraViGen)
- Fixed an issue where fat wasn't affecting the player's skin. (DraViGen)
- Fixed an issue where crude torch
EntityItemwasn't being put out in rain/water. (DraViGen) - Fixed an issue where witch wart and mob head were not filtered properly. (DraViGen)
- Fixed an issue where only black wool knit was pushed by bellows. (DraViGen)
- Fixed an issue where pigs ate the whole carrot on a stick instead of just the carrot. (DraViGen)
- Fixed an issue where filling a craft with EMI in the soulforge didn't clear all slots. (DraViGen)
- Fixed an issue where possessed cow and horse only gave birth to 1 silverfish or bat instead of multiple ones. (DraViGen)
- Fixed an issue where smelting rails gave back 100% of iron and gold instead of 66%. (DraViGen)
- Fixed an issue where the names of placed corners and sidings were incorrect. (yessiq)
- Fixed an issue where block digging particles did not align with block bounding boxes. (Sockthing)
- Fixed an issue where a player with slim skin joining a server would cause every player's skin to become slim as well. (DraViGen)
Addon API
- Added a rust-like Result (and UnitResult) type for supporting multiple failure states in method returns without requiring exception control flow (Dawn)
- Modified
AmbientBeaconEffectto be updated throughWorld, to be independent of loaded chunks and tile entities. (DraViGen)
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:Pbz5N4Ul"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:PiC4CKoa:Pbz5N4Ul"
}

