Commit Graph

12 Commits

Author SHA1 Message Date
teknomunk
f120c2bb6a Replace _puncher with _owner, rework projectile code to make _owner a string, copy mcl_util.gen_uuid() from minecart branch, add mcl_util.get_entity_id(), fix crash 2024-11-28 14:00:59 -06:00
teknomunk
38ce98f2b8 Fix crashes in mcl_throwing 2024-11-28 14:00:59 -06:00
the-real-herowl
300a941b0f Fix throwables' punch allow check 2024-11-28 14:00:59 -06:00
teknomunk
110eaf056b Fix player-mcl_throwing collisions, fix chick spawning on egg collisions, luacheck fixes 2024-11-28 14:00:59 -06:00
teknomunk
244b2345ee Fix luacheck findings for this PR: remove unused variables, remove overwritten value, add missing dependencies, fix undefined variable usage 2024-11-28 14:00:59 -06:00
teknomunk
c6ea6ac596 Convert flying bobber to vl_projectile, modify mcl_throwing.register_throwable_object() to check for _vl_projectile field 2024-11-28 14:00:59 -06:00
teknomunk
8b0213d304 Address most of kno10's comments about mcl_utils/node.lua and a couple others, fix lingering potion sound 2024-11-28 14:00:59 -06:00
teknomunk
f166d17a75 Address more review comments 2024-11-28 14:00:58 -06:00
teknomunk
cf032c7a8a 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-11-28 14:00:58 -06:00
teknomunk
cdc0f01e67 Resolve more review comments, fix crash 2024-11-28 14:00:58 -06:00
teknomunk
e6e39b8bcb Remove _thrower from vl_projectile (uses self._vl_projectile.owner instead), reorder some code 2024-11-28 14:00:58 -06:00
teknomunk
c74ce364af Finish reworking all items in mcl_throwing 2024-11-28 14:00:58 -06:00