teknomunk
  • Joined on 2024-02-12
teknomunk commented on pull request VoxeLibre/VoxeLibre#4479 2024-10-01 23:36:35 +02:00
Improve mob smartness (cliffs, paths) part 1

Projectiles are also doing a lot of the same checks. The code is setting self._remove and not self.remove though.

teknomunk pushed to minecart-update at teknomunk/MineClone2 2024-10-01 16:37:36 +02:00
769ab6e3dc Add back shift+punch to immediately drop minecart
533005b0da Fix another crash, fix rail tee on texture
d2e1f8b1e2 Calculate acceleration of trains based on average of acceleration for all carts in the train, make velocity not change on slopes and 45 degree track
71e871db3f Prevent trains from slowing on 45 degree track
401eae46cb Add guard that prevents crash when itemstack is nil
Compare 157 commits »
teknomunk pushed to projectile-refactor at VoxeLibre/VoxeLibre 2024-09-30 13:45:49 +02:00
d361dd8a45 Resolve luacheck findings
a3ff3c1fc5 Fix crashes in mcl_throwing
b44ad1400b Fix crash when hit with an arrow that is not piercing
1342997d70 Rockets and piercing arrows fixed
3e497235f0 Fix throwables' punch allow check
Compare 68 commits »
teknomunk pushed to weather-fixes at VoxeLibre/VoxeLibre 2024-09-30 13:45:10 +02:00
c091469cba Correct value clamping
958677f31b Remove posibility of nil sky colors in overworld, add line break
a7a3c9a5f9 Fix clouds during rain->clear weather transition
dc0cf87304 Fix fog tint in overworld, apply memory leak fix from rain.lua to snow.lua and thunder.lua
dcfd31d17a Avoid random jumps when standing due to gravity (fewer villagers on the roofs) (#4547)
Compare 5 commits »
teknomunk pushed to weather-fixes at VoxeLibre/VoxeLibre 2024-09-30 01:30:27 +02:00
470a7b99b1 Correct value clamping
teknomunk commented on pull request VoxeLibre/VoxeLibre#4669 2024-09-30 00:05:30 +02:00
Fix fog tint in overworld, apply memory leak fix, fix rain->clear clouds

Looks like what was happening was rain weather at night sets the sky color to black (as expected), switching to snow ends up with no color layer making the colors not change. I've made sure that…

teknomunk deleted branch fix-skycolor-after-rain from VoxeLibre/VoxeLibre 2024-09-29 23:59:18 +02:00
teknomunk pushed to weather-fixes at VoxeLibre/VoxeLibre 2024-09-29 23:58:51 +02:00
052bf96b4b Remove posibility of nil sky colors in overworld, add line break
teknomunk pushed to fix-skycolor-after-rain at VoxeLibre/VoxeLibre 2024-09-29 23:53:37 +02:00
26085b32ed Apply to another spot, add line break
teknomunk pushed to fix-skycolor-after-rain at VoxeLibre/VoxeLibre 2024-09-29 23:51:25 +02:00
f1e365d78a Remove posibility of nil sky colors in overworld
86498f468f Don't add rain skycolor layer if the current layer is already the rain skycolor
Compare 2 commits »
teknomunk created branch fix-skycolor-after-rain in VoxeLibre/VoxeLibre 2024-09-29 23:51:24 +02:00
teknomunk commented on pull request VoxeLibre/VoxeLibre#4669 2024-09-29 22:01:35 +02:00
Fix fog tint in overworld, apply memory leak fix, fix rain->clear clouds

screenshot_20240929_202710.png

I've reproduced this. I'll get this fixed.

teknomunk commented on issue VoxeLibre/VoxeLibre#4671 2024-09-29 21:53:17 +02:00
Carrots should grow from seeds, bread is not made from straw

If dough is made from flour and water, it might be a good idea to add a bowl of water item that acts like a bottle of water and have both bottle of water and bowl of water craft together with…

teknomunk pushed to weather-fixes at VoxeLibre/VoxeLibre 2024-09-29 19:25:04 +02:00
d51592f741 Fix clouds during rain->clear weather transition
a107aae020 Fix fog tint in overworld, apply memory leak fix from rain.lua to snow.lua and thunder.lua
c34aecfcab Don't make 'ignore' nodes break bamboo or kelp (#4551)
Compare 3 commits »
teknomunk created pull request VoxeLibre/VoxeLibre#4669 2024-09-29 19:24:51 +02:00
Fix fog tint in overworld, apply memory leak fix, fix rain->clear clouds
teknomunk pushed to weather-fixes at VoxeLibre/VoxeLibre 2024-09-29 19:22:40 +02:00
4d14a40a0c Fix clouds during rain->clear weather transition
teknomunk pushed to weather-fixes at VoxeLibre/VoxeLibre 2024-09-29 19:09:32 +02:00
af2341d70d Fix fog tint in overworld, apply memory leak fix from rain.lua to snow.lua and thunder.lua
teknomunk created branch weather-fixes in VoxeLibre/VoxeLibre 2024-09-29 19:09:31 +02:00
teknomunk deleted branch bamboo_kelp_ignore from teknomunk/MineClone2 2024-09-29 14:49:53 +02:00
teknomunk pushed to projectile-refactor at VoxeLibre/VoxeLibre 2024-09-29 13:37:53 +02:00
e5f265c5c1 Resolve luacheck findings
4480f526e8 Fix crashes in mcl_throwing
72ed4a92e2 Fix crash when hit with an arrow that is not piercing
f73c138a14 Rockets and piercing arrows fixed
e6fca843cc Fix throwables' punch allow check
Compare 68 commits »