This website requires JavaScript.
Explore
Help
Sign In
Minetest
/
VoxeLibre
Watch
2
Star
0
Fork
You've already forked VoxeLibre
0
mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced
2025-01-10 00:59:35 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
3b7fb6613e
VoxeLibre
/
mods
/
ITEMS
/
vl_projectile
History
teknomunk
3b7fb6613e
Prevent collisions with entities until projectile is at least one node from where it started (to prevent always hitting yourself), modify mcl_bows.shoot_arrow() and mcl_bows_s.shoot_arrow_crossbow() to use vl_projectile.create(), fix projectiles damaging players
2024-12-25 11:52:24 +01:00
..
api.md
Make arrows damage players, update API documentation, fix several crashes that occurred when arrows hit a player
2024-12-25 11:52:24 +01:00
init.lua
Prevent collisions with entities until projectile is at least one node from where it started (to prevent always hitting yourself), modify mcl_bows.shoot_arrow() and mcl_bows_s.shoot_arrow_crossbow() to use vl_projectile.create(), fix projectiles damaging players
2024-12-25 11:52:24 +01:00
mod.conf
Fix typos documentation, add ignore_gravity and liquid_drag options, use vl_projectile.register() for enter pearl, move projectile physics to vl_projectile add hook for future vl_physics support
2024-12-25 11:52:24 +01:00