Tags
Creators
Details
Licensed MIT
Published 4 years ago
Updated 2 years ago
All versions
4.0.1-1.18.2
Release
Splatcraft 4.0.1-1.18.22 years ago 3,482
Uploaded by
Compatibility
Minecraft: Java Edition
1.18.2
Platform
Forge
Supported environments
Client and server
Changes
Version 4.0.1
Technical Changes:
- Added
HideTooltiptag for Weapons and Ink Tanks, hiding Weapon Settings and Ink Capacity respectively - Color Locked Ink Tanks now show what color they’re locked to in their tooltip
- Splatcraft HUD elements no longer render when you’re in spectator mode
- Releasing right-click when in squid form now resets stored charge for weapons that support it (certain Chargers and Splatlings)
Bug Fixes
- Greatly increased performance when loading in chunks, this was caused due to World Ink data causing chunks to be populated prematurely
- Fixed Dualies, Sloshers, and Splatlings not setting their decayed projectile stats correctly
- Fixed Dualies not applying Pitch Compensation and Turret Mode Air Inaccuracy settings correctly
- Fixed ink-colored blocks flashing black when first placed
- Fixed ink color tint for the Nautilus 47 and Nautilus 79
- Colliding with a Spawn Pad shield of an opposing color now kicks players out of any vehicles they may be riding
- Spawn Pad shields no longer make Stage Barriers visible
- Fixed certain clientside mods not rendering player models with the right ink color under special circumstances. (most noticeable with Essential’s player render in the pause menu)
- Fixed Splatling root advancement not unlocking when Horseshoe Apprentice is obtained
- Fixed Non-Single Use Sub Weapons playing the Sub Detonating sound event when dropped from a dispenser
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:vkZX5K0d:ucDMjv3l"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:vkZX5K0d:ucDMjv3l"
}

