You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement Block Projectile for the implementation of towers/turrets that utilizes blocks as its projectile. Mainly, this is also for the upcoming implementation of the Catapult Tower (#45).
The implementation of the entity should extend ExplosiveProjectileEntity abstract class while also allowing said projectile to be configurable using a JSON configuration file. In that regard, the implementation of configurability falls under #47.
Implement Block Projectile for the implementation of towers/turrets that utilizes blocks as its projectile. Mainly, this is also for the upcoming implementation of the Catapult Tower (#45).
The implementation of the entity should extend
ExplosiveProjectileEntityabstract class while also allowing said projectile to be configurable using a JSON configuration file. In that regard, the implementation of configurability falls under #47.