Stevertus / objD

objD is a framework for developing Datapacks for Minecraft. It uses the Dart programming language.
https://objd.stevertus.com
BSD 2-Clause "Simplified" License
46 stars 13 forks source link

Arrow Raycasting #6

Open Stevertus opened 5 years ago

Stevertus commented 5 years ago

You should add a separate arrow raycasting (or with arrow:true) in objD so you can more easily make "attack" projeciles so you don't have to test for a player in the range and furthermore don't require to run a function every tick just for a small projectile By Gewi#7772