Go to file
Teriuihi a3b4922b70 Refactor particle spawning logic into utility class.
Moved repetitive particle spawning code into a new `SpawnParticleUtil` class to improve readability and maintainability. Updated event listeners to use the utility, simplifying their implementations while preserving functionality.
2025-03-09 18:48:59 +01:00
gradle/wrapper Update Gradle and Java versions, refactor, and fix enchantments 2025-01-18 18:13:58 +01:00
src/main Refactor particle spawning logic into utility class. 2025-03-09 18:48:59 +01:00
.gitignore Added build script to git ignore 2021-11-10 17:38:11 +01:00
build.gradle.kts Update Gradle and Java versions, refactor, and fix enchantments 2025-01-18 18:13:58 +01:00
gradlew Update Gradle and Java versions, refactor, and fix enchantments 2025-01-18 18:13:58 +01:00
gradlew.bat Update Gradle and Java versions, refactor, and fix enchantments 2025-01-18 18:13:58 +01:00
settings.gradle.kts Update to 1.18.2 2022-05-22 10:43:59 +02:00