Tags
Creators
Details
Licensed ARR
Published 3 years ago
Updated 2 years ago
All versions
2.3.1
Release
2.3.13 years ago 78.2K
Compatibility
Minecraft: Java Edition
1.7.10
Platform
Forge
Supported environments
Client and server
Changes
Additions:
- Added new block - Creetle In A Jar
- Added new food item - Creetle Chip
Fixes:
- Fixed unknown trick arrow type crash
FiskTag:
- Revamped Tesla Gun mechanics
- Explosions can no longer damage teammates, only yourself
- Tank class now only has 4 normal health, plus 1 armor
- Tank class can no longer use Mortar
- Infantry class can now use Mortar
- Reduced Mortar's blast radius
- Reduced Mortar's accuracy
- Reduced Automatic's windup time
- Increased Mortar's cooldown
- Increased Sniper's cooldown
- Increased Automatic's cooldown
- Increased Automatic's accuracy
- Increased Rifle's accuracy
- Increased Rifle's projectile speed
- Reduced Rifle's cooldown
- Increased Shotgun's projectile speed
- Fixed tournament mode John Wick start crash
- Fixed round end crash with many players
- Fixed Patreon gems rendering during FiskTag
- Fixed players being able to take damage in FiskTag lobby
- Fixed John Wick sound playing for other people
- Fixed headshots on teammates giving points
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:eFDDpt8w:ciNBIvcu"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:eFDDpt8w:ciNBIvcu"
}

