Skip to content

Commit

Permalink
I REALLY need tests 😭
Browse files Browse the repository at this point in the history
  • Loading branch information
LukynkaCZE committed Nov 24, 2024
1 parent ef2652a commit 6982f5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
dockyard.version=0.7.0
dockyard.version=0.7.2
kotlin.code.style=official
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ object ParticleRegistry : Registry {
addEntry(Particle("minecraft:ominous_spawning"))
addEntry(Particle("minecraft:raid_omen"))
addEntry(Particle("minecraft:trial_omen"))
addEntry(Particle("minecraft:block_crumble"))
}

override fun get(identifier: String): Particle {
Expand Down

0 comments on commit 6982f5e

Please sign in to comment.