
SHAVE! THAT! ZIGZAGOON!
ArchivedAllows you to shear the Base and Galarian forms of Zigzagoon in Cobblemon using Shearems, make new items with their fur!
1.7Kdownloads
9followers
1.7Kdownloads
9followers
SHAVE! THAT! ZIGZAGOON! has been archived. SHAVE! THAT! ZIGZAGOON! will not receive any further updates unless the author decides to unarchive the project.
Links
Tags
Creators
Details
Licensed ARR
Published 11 months ago
Updated 10 months ago
All versions
2.0
Release
Fur Update10 months ago 921
Compatibility
Minecraft: Java Edition
1.21.1
Platform
Fabric
Supported environments
Required content
Any compatible version
Any compatible version
Any compatible version
Changes
Added
- Fur
- Blocks & Carpets
- Hats
- More Wool colours obtainable via converting Fur Blocks
Recipes
- 4x <Fur> -> Block of the same <Fur> type
- 2x <Fur Block> -> Carpet of the <Fur Block> type
- 1x <Regular Fur> + Glowstone Dust -> <Shiny Fur>
- 3x <Fur> + Leather Helmet + 2x Leather -> <Fur Hat>
Each type of Fur block can be converted into a related Wool block...
- Regular -> Brown
- Shiny Regular -> Orange
- Galar -> Black
- Shiny Galar -> Red
- Galar
XORShiny Galar -> White
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:N0MSr9im:2MHLGCGP"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:N0MSr9im:2MHLGCGP"
}
