This is a library to add projectiles. Currently support projectiles:
- Arrows
- Fireballs
- Items (snowball, enderpearl, etc)
- Shulker Bullets
The goal is to make the projectiles act similarly to vanilla, but not all projectiles will be identical. Contributions are welcome!
A full, runnable example server can be found here
- hapily04 Initial bow and arrow projectile code
Add the following to your build.gradle.kts
file:
repositories {
maven("https://reposilite.worldseed.online/public")
}
Add the library as a dependency
dependencies {
implementation("ca.atlasengine:atlas-projectiles:<version>")
}
The lastest version number can be found here