teknomunk
  • Joined on 2024-02-12
teknomunk commented on pull request VoxeLibre/VoxeLibre#4433 2024-11-10 03:39:08 +01:00
Projectile Refactor

This branch probably needs to be updated with the damage changes from VoxeLibre/VoxeLibre#4582

teknomunk pushed to projectile-refactor at VoxeLibre/VoxeLibre 2024-11-10 03:31:05 +01:00
f78b0f9872 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
1ce5742b82 Remove debug dump, move maximum time to live to vl_projectile
eb13a7ec14 Document vl_projectile.replace_with_item_drop
2c6e5a8e31 Move projectile stick logic into vl_projectile
b7c6f08c8b Move tracer to vl_projectile
Compare 100 commits »
teknomunk pushed to bonemeal-2 at teknomunk/MineClone2 2024-11-10 03:27:20 +01:00
a46833eaa4 Fix alias
3514fe211f Implement more bonemeal mod shim, update bonemeal dependencies
94d9e4c881 Address review comments
6b1aa43238 Only show particles if bone meal is consumed, don't continue testing positions if bonemeal was used on the first check position
cfdef2435a Show particles regardless of success
Compare 87 commits »
teknomunk pushed to minecart-update at teknomunk/MineClone2 2024-11-10 03:03:00 +01:00
98b361a35e Fix crash when train cars leave track
teknomunk pushed to minecart-update at teknomunk/MineClone2 2024-11-10 02:46:49 +01:00
01f168a511 Flip powered special T-junction textures to match regular rails
d1c4b3ddc2 Add in working curved variants of special rails
bceb070849 Make powered rails always accelerate moving carts
cd69597c6c Fix detector rail strangeness, prevent crash
4f913f4264 Use correct vectors for look directions east/west
Compare 187 commits »
teknomunk pushed to minecart-update at teknomunk/MineClone2 2024-11-09 22:41:16 +01:00
28d2dcbbf3 Flip powered special T-junction textures to match regular rails
teknomunk pushed to minecart-update at teknomunk/MineClone2 2024-11-09 22:11:35 +01:00
050b4652a1 Add in working curved variants of special rails
teknomunk pushed to minecart-update at teknomunk/MineClone2 2024-11-09 19:33:37 +01:00
64488a84e5 Make powered rails always accelerate moving carts
teknomunk pushed to minecart-update at teknomunk/MineClone2 2024-11-09 19:30:26 +01:00
3191973616 Fix detector rail strangeness, prevent crash
teknomunk pushed to minecart-update at teknomunk/MineClone2 2024-11-09 16:37:54 +01:00
411940dc39 Use correct vectors for look directions east/west
teknomunk pushed to minecart-update at teknomunk/MineClone2 2024-11-09 16:17:59 +01:00
88460811da Remove debug code
teknomunk commented on pull request VoxeLibre/VoxeLibre#4213 2024-11-09 16:07:46 +01:00
Minecart Update

Next set of issues to fix

  • Minecarts running through zig-zag lanes renders sideways 90 degrees, looks weird
  • Pressing W whilst in a minecart that stands still, sends you off in the…
teknomunk pushed to minecart-update at teknomunk/MineClone2 2024-11-09 16:06:37 +01:00
d52db03874 Fix minecart entity rotation
teknomunk pushed to minecart-update at teknomunk/MineClone2 2024-11-08 14:16:15 +01:00
e2d9d84781 Fix crash
teknomunk pushed to minecart-update at teknomunk/MineClone2 2024-11-08 14:00:06 +01:00
029df9815e Make straight rails with a free end bend towards newly placed rail and form corners
teknomunk commented on issue VoxeLibre/VoxeLibre#4693 2024-11-03 18:29:47 +01:00
Chests of different woods

The cosing side should be relatively easy with the grand chests refactor in place: VoxeLibre/VoxeLibre#4453

teknomunk commented on pull request VoxeLibre/VoxeLibre#4213 2024-11-03 14:41:34 +01:00
Minecart Update

Another issue i found: (see image) When placing a cart on the middle slopped rail here, it will seem to reverse direction when hitting the non slopped rail. the next time it comes down,…

teknomunk pushed to minecart-update at teknomunk/MineClone2 2024-11-03 14:41:16 +01:00
b911de050d Finish restricting 45 degree movement code to horizontal plane
teknomunk pushed to minecart-update at teknomunk/MineClone2 2024-11-03 14:36:01 +01:00
38d0bf6c4a Fix vertical movement that was hitting 45 degree curve code, reset pitch on minecarts
teknomunk commented on pull request VoxeLibre/VoxeLibre#4213 2024-11-03 14:08:07 +01:00
Minecart Update

Another issue i found: (see image) When placing a cart on the middle slopped rail here, it will seem to reverse direction when hitting the non slopped rail. the next time it comes down,…