
BlockParticles
ArchivedSick of boring blocks? Today's the day that changes, Add particles to your blocks now!
20.8Kdownloads
27followers
20.8Kdownloads
27followers
BlockParticles has been archived. BlockParticles will not receive any further updates unless the author decides to unarchive the project.
Tags
Creators
Details
Licensed MIT
Published 2 years ago
Updated 2 years ago
All versions
1.13.1
Beta
BlockParticles 1.13.12 years ago 11.9K
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1–1.21.11
Platforms
Folia
Paper
Purpur
Changes
Changes:
- Updated default config.yml to use HeadDatabaseAPI head ids. /hdb search <head> when the plugin is installed.
- We no longer support the old way of getting ids. (they might still work, so migrate when you can)
heads:
plants:
#Tomato
- '1130'
#Mango
- '32596'
#Cherry
- '31879'
#Melon
- '20577'
#Mushroom
- '21906'
#Orange
- '59223'
#Golden Apple
- '79863'
- Properly cancel all active particles on reload, and clean up our garbage.
Fixed:
- Not getting tab completion with the permission
bparticles.admin, because the check for the permission was if you had the permission. - Fixed an issue with custom heads from HeadDatabaseAPI.
- We load everything after the HeadDatabaseAPI's database loads if the plugin is enabled.
- Fixed the menu that pops up when you do /bp set <name>
- It was not updating items properly when you hit Fountains to view fountain types etc.
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:VexiyVk1:f5pKxqBK"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:VexiyVk1:f5pKxqBK"
}
