MCModderAnchor / TACZ

132 stars 25 forks source link

Add Bullet basic physics #213

Closed Delelo closed 2 months ago

Delelo commented 2 months ago

Make bullets go down with gravity, Consider bullet velocity Make it configurable if whether or not you want "arcade" style of the guns or something more interesting.

(Bullets dont just teleport to the target that is blocks away from the gun and hits exactly where you are pointing at.)

Similar thing is already done with vanilla arrows, i guess...

BlackeagleYT commented 2 months ago

they dont just teleport to a target. They dont hit exacty where you aim at (by default they hit accurately only when aiming ig). You can config all this, gravity, bullet speed, recoil, spread, damage. everything is already configurable. i guess this is path config/tacz/custom/tacz_default_pack/guns/data. Make sure you turn off auto edit by writing /tacz auto write (or smth) off

Zendyhhhh commented 2 months ago

Btw they aren't ray cast, yes bullet does have physics and you can customize their velocity