1.4
Compatibility
Changes
Wither Head added. A new type of bullet can be created using 1 wither skull and 4 soul sand around it at the crafting table. Wither Gun added. To be set on fire requires wither head. It has 32 durability and recoil value of 10. Can be crafted with 2 tempered copper, 2 tempered iron, and 1 netherite ingot. It can be patterned with mob heads like laser weapons and ink guns. When fired with the wither gun, wither head squeezes. wither head explodes at a power of 6 when it touches a ground it explodes and scatters 200 ash particles,if it hits a character/player, it gives them withered effect. Also it has its own model. Added Withered effect. It covers the player's screen with withered veins and deals damage. A Withered Gun advancement has been added. Value: 25 Withered advancement has been added. Value: 10 Added Withered Collection advancement. Value: 200 Minigun Bullet added. A new type of bullet can be created using 6 gold ingots at a crafting table, its shapeless. Minigun added. To be set on fire requires minigun bullet. It has 92 durability and recoil value of 1, fires 3 bullets when it is fired. Can be crafted with 5 tempered copper. It can be patterned with mob heads like laser weapons and ink guns. Added Fast and Powerful advancement. Value: 30 Added Minigun Collection advancement. Value: 200
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:ZGY5SVcx:3TnPiqEF"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ZGY5SVcx:3TnPiqEF"
}

