teknomunk
|
d0dd880c51
|
Fix crashes in mcl_throwing
|
2024-10-11 11:24:02 +02:00 |
the-real-herowl
|
7bb60dfeeb
|
Fix throwables' punch allow check
|
2024-10-11 11:24:02 +02:00 |
teknomunk
|
049306ecc6
|
Fix player-mcl_throwing collisions, fix chick spawning on egg collisions, luacheck fixes
|
2024-10-11 11:24:02 +02:00 |
teknomunk
|
7bdfcdc9dd
|
Fix luacheck findings for this PR: remove unused variables, remove overwritten value, add missing dependencies, fix undefined variable usage
|
2024-10-11 11:24:02 +02:00 |
teknomunk
|
74882d2bbf
|
Convert flying bobber to vl_projectile, modify mcl_throwing.register_throwable_object() to check for _vl_projectile field
|
2024-10-11 11:24:02 +02:00 |
teknomunk
|
36d20e6f48
|
Address most of kno10's comments about mcl_utils/node.lua and a couple others, fix lingering potion sound
|
2024-10-11 11:24:02 +02:00 |
teknomunk
|
adb6e22ce5
|
Address more review comments
|
2024-10-11 11:24:02 +02:00 |
teknomunk
|
52d2c4a26e
|
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-10-11 11:24:02 +02:00 |
teknomunk
|
16ddcf99eb
|
Resolve more review comments, fix crash
|
2024-10-11 11:24:02 +02:00 |
teknomunk
|
d32d59cde2
|
Remove _thrower from vl_projectile (uses self._vl_projectile.owner instead), reorder some code
|
2024-10-11 11:24:02 +02:00 |
teknomunk
|
01d3159dd3
|
Finish reworking all items in mcl_throwing
|
2024-10-11 11:24:02 +02:00 |