Tags
Creators
Details
All versions
0.2
Beta
[Fabric] v0.2 - mc 1.212 years ago 6,149
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platforms
Fabric
Quilt
Supported environments
Client-side
Required content
Changes
v0.2 includes a bunch of new features and a couple of bugfixes:
New Features
- Bubble particles now spawn when placing or breaking blocks underwater
- Sparks are spawned when using a flint and steel
- Sparks occasionally fly out of campfires and regular fires (sparks are blue for soul fire)
- Added particles when tilling dirt, stripping logs, and flattening dirt
- Sparks fly from minecarts wheels when they are travelling close to full speed on a rail
- Updated mod icon
Bug Fixes & Improvements
- Fixed a crash with Fast Painting when placing a painting #5 (should also improve general mod compatability)
- Improved compatability with other mods that also spawn particles when blocks are broken
- The mod is now compiled against Minecraft 1.21.1 and the latest versions of Fabric and NeoForge
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:xFCYuAs8:mTwERJ1J"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:xFCYuAs8:mTwERJ1J"
}


