Tags
Creators
Details
0.0.4
Compatibility
Required content
Changes
Workshop Pro Update! Thingamajigs Goodies 0.0.4
Additions and Changes:
-
Purifying Crossbow (infused infinity and multishot x7 without enchants, always accurate, supports many projectile types)
-
Purifying Bow (infused infinity and multishot x5 without enchants, always accurate, supports standard arrows)
-
Purifying Shears (more durable and can shear more plant types directly)
-
Purifying Fishing Rod (has chance to grant luck, is faster and more durable)
-
Fishing Catalyst (an item used to craft the Purifying Fishing Rod)
-
Crossbow Catalyst (an item used to craft the Purifying Crossbow)
-
Bow Catalyst (an item used to craft the Purifying Bow)
-
Shears Catalyst (an item used to craft Purifying Shears)
- Moved around some code and removed a little bit of unused code
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:wuFwpWxZ:G8yoAk7g"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:wuFwpWxZ:G8yoAk7g"
}


