All versions
2.0.0
Release
Resourceful Sheep 2.0.0last week 22
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
v2.0.0 - The Centrifuge Update
⚠️ Important Gameplay Change
- Resource Extraction Overhaul: Sheep no longer drop resources directly. They now drop resource-specific Wool.
- You must now process this Wool in the brand new Centrifuge to extract your resources !
✨ New Features
- Added the Centrifuge Multiblock: Available in 4 tiers (Basic, Advanced, Elite, Ultimate) with custom 3D models and textures.
- New Config Options: Added options to hide spawn eggs and to require DNA sequencing before scanning a sheep.
- Full JEI Integration: Added a new Centrifuge category with catalysts, and you can now click on rendered entities in any JEI category.
🔄 Changes & Improvements
- Machine Data: Machines now retain their internal data when picked up in creative gamemode.
- Sheep Scanner Buff: Increased default energy capacity from 20k to 50k FE.
- JEI Navigation: Renamed "Sheep Dropping" to "Sheep Shearing" with a larger, cleaner UI to improve navigation.
- Lasso Tooltip: Cleaned up the Lasso tooltip to show less cluttered info about the captured sheep.
- Optimizations: Improved dynamic texture generation (now supports external libraries) and added strict config validation for probabilities and min/max values.
- Advanced GUI Tooltips: Holding
Shiftin machine GUIs now shows the exact amount of stored energy (FE).
🐛 Bug Fixes
- Fixed a bug where Sheep would not display their custom Name Tag name.
- Fixed energy transfer issues in the DNA Sequencer and Splicer.
- Fixed the DNA Splicer screen not displaying the child when no mutation occurs.
Optional dependencies
Any compatible version
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:DzNeVTBJ:lhmc9yiz"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:DzNeVTBJ:lhmc9yiz"
}

