Commit graph

12 commits

Author SHA1 Message Date
teknomunk
b8250e4dcc 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-12 01:00:42 +01:00
teknomunk
c5ea7ff707 Fix crashes in mcl_throwing 2024-11-12 01:00:42 +01:00
the-real-herowl
b81d5e1a31 Fix throwables' punch allow check 2024-11-12 01:00:42 +01:00
teknomunk
e4e1c40dbb Make egg and snowball stack count match master 2024-11-12 01:00:42 +01:00
teknomunk
92f953ac53 Fix player-mcl_throwing collisions, fix chick spawning on egg collisions, luacheck fixes 2024-11-12 01:00:42 +01:00
teknomunk
76d654762a Fix luacheck findings for this PR: remove unused variables, remove overwritten value, add missing dependencies, fix undefined variable usage 2024-11-12 01:00:42 +01:00
teknomunk
86a77284fa Make snowballs have the same collision conditions as before 2024-11-12 01:00:42 +01:00
teknomunk
65ccd551ae Convert flying bobber to vl_projectile, modify mcl_throwing.register_throwable_object() to check for _vl_projectile field 2024-11-12 01:00:42 +01:00
teknomunk
fd144466e4 Resolve more review comments, fix crash 2024-11-12 01:00:42 +01:00
teknomunk
3961a32fb4 Start mcl_bows:arrow_entity refactor 2024-11-12 01:00:42 +01:00
teknomunk
21465e4efc Remove _thrower from vl_projectile (uses self._vl_projectile.owner instead), reorder some code 2024-11-12 01:00:42 +01:00
teknomunk
152d200df2 Finish reworking all items in mcl_throwing 2024-11-12 01:00:42 +01:00