the-real-herowl
|
03c3447657
|
Fix throwables' punch allow check
|
2024-12-07 19:15:38 +01:00 |
|
teknomunk
|
8f7a020a0d
|
Fix player-mcl_throwing collisions, fix chick spawning on egg collisions, luacheck fixes
|
2024-12-07 19:15:38 +01:00 |
|
teknomunk
|
9da0808142
|
Fix luacheck findings for this PR: remove unused variables, remove overwritten value, add missing dependencies, fix undefined variable usage
|
2024-12-07 19:15:38 +01:00 |
|
teknomunk
|
538ab13473
|
Convert flying bobber to vl_projectile, modify mcl_throwing.register_throwable_object() to check for _vl_projectile field
|
2024-12-07 19:15:38 +01:00 |
|
teknomunk
|
56f248149c
|
Address most of kno10's comments about mcl_utils/node.lua and a couple others, fix lingering potion sound
|
2024-12-07 19:15:38 +01:00 |
|
teknomunk
|
5d7a970004
|
Address more review comments
|
2024-12-07 19:15:38 +01:00 |
|
teknomunk
|
e04f6241de
|
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-07 19:15:38 +01:00 |
|
teknomunk
|
fef2090c26
|
Resolve more review comments, fix crash
|
2024-12-07 19:15:38 +01:00 |
|
teknomunk
|
ed880924a6
|
Remove _thrower from vl_projectile (uses self._vl_projectile.owner instead), reorder some code
|
2024-12-07 19:15:38 +01:00 |
|
teknomunk
|
feb3122490
|
Finish reworking all items in mcl_throwing
|
2024-12-07 19:15:38 +01:00 |
|