Links
Tags
Creators
Details
Licensed MIT
Published 8 months ago
Updated 2 weeks ago
All versions
1.5.0
Release
Resourceful Sheep 1.5.02 months ago 42
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
🐑 Resourceful Sheep - Version 1.5.0
✨ New Features & Additions
- Brand New Sheep Scanner GUI: The Sheep Scanner now features a beautiful custom interface! Scanning results are no longer sent in the chat.
- Custom Wools: Added specific wool blocks and items for every sheep type, available in all 16 colors! These will have a special use in a future update.
- Machine Timers: You can now see the exact remaining time by hovering your mouse over the progress arrow inside the machine GUIs.
- Splicer Trash Can: Added a handy trash can button in the DNA Splicer interface to easily delete a parent.
- Sheep Tags: Added a specific item tag for each type of sheep.
⚙️ Gameplay Changes & Tweaks
- DNA Discovery Mechanic: You must now discover and sequence a sheep's DNA in the DNA Sequencer at least once before you can use the Sheep Scanner on it.
- Energy Configuration: Machines and items can now be configured to run without energy. The energy bar will automatically hide from the interfaces if energy consumption is set to 0.
- Blast Resistance: All machines are now completely immune to explosions.
🛠️ Technical & Config Changes
- The
DroppedItemssetting in the configuration no longer supports item tags. You must now use specific item IDs.
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:BRfsdjSU"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:DzNeVTBJ:BRfsdjSU"
}

