Tags
Creators
Details
Licensed ARR
Published 3 years ago
Updated 2 years ago
All versions
2.3.0
Release
2.3.03 years ago 11.2K
Compatibility
Minecraft: Java Edition
1.7.10
Platform
Forge
Supported environments
Client and server
Changes
Additions & Changes:
- Added brand new multiplayer minigame gamemode - FiskTag
- Added new vanity alt - Bob Ross Deadpool (X-Men)
- Added sound for grenade throwing
- Updated cooldown bar textures for giant mode, intangibility, and shadowform
- Updated charge bar texture for cryokinesis
- Updated skin for Vision (S.W.O.R.D.)
- Vision (S.W.O.R.D.)'s eyes now glow
Fixes:
- Fixed projectile beams not offsetting correctly for scaled players in first person
- Fixed bullet casing particles appearing inside the ground when scaled
- Fixed bullet casing particles darkening when scaled
- Fixed active cooldown time changing when switching to a different weapon
HeroPacks:
- Added custom weapon support (/data/fisktag/weapons/*.js)
- Added customizable FiskTag support (/data/fisktag/configurations/*.js)
- Added new "isStatic" tag for sound events
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:fOhzZY0M"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:eFDDpt8w:fOhzZY0M"
}

