WillConker
  • Joined on 2024-06-02
WillConker commented on pull request VoxeLibre/VoxeLibre#4604 2024-08-18 22:48:39 +02:00
Make Soul Speed work on Soul Soil

So, like this?

if node_stand has soul speed group and soul_speed > 0 then fast

if node_stand is soul sand and soul_speed == 0 then
    if ice/slime/water then extra slow
WillConker deleted branch kelp_make_source from WillConker/VoxeLibre 2024-08-18 22:44:23 +02:00
WillConker deleted branch tnt_collision from WillConker/VoxeLibre 2024-08-18 19:22:14 +02:00
WillConker commented on pull request VoxeLibre/VoxeLibre#4474 2024-08-18 19:21:45 +02:00
Merge mcla kelp growing

Done.

WillConker pushed to kelp_make_source at WillConker/VoxeLibre 2024-08-18 19:21:21 +02:00
15fa3ff775 Fix crash when growing kelp into water logged mangrove roots
11168f226a Revert "WaterLoggedRootsKelpFix (#3994)"
2ad59c6df9 Stop lightning striking positions that don't have rain (#4386)
948da34755 Readded missing stairs and slabs (#4601)
406e0e8169 Made soul speed and depth strider speed boosts additive instead of exclusive (#4422)
Compare 102 commits »
WillConker commented on pull request VoxeLibre/VoxeLibre#4604 2024-08-18 19:21:06 +02:00
Make Soul Speed work on Soul Soil

Can you make this like MC, where there is an item group (soul_speed_blocks in mc), where every node with that group has the slowing effect?

i.e.

if node has soul speed group and soul…
WillConker commented on pull request VoxeLibre/VoxeLibre#4424 2024-08-16 17:49:43 +02:00
Hudbars update

No, how can I join?

WillConker commented on pull request VoxeLibre/VoxeLibre#4424 2024-08-06 14:56:23 +02:00
Hudbars update

show_wielded_item still has optional_depend = hudbars and checks for hudbars on line 13. Didn't get into the diff, so here you go.

I'm adding this but I noticed that on master the…

WillConker commented on pull request VoxeLibre/VoxeLibre#4424 2024-08-06 14:53:06 +02:00
Hudbars update

Changed (36a7b5f3bf)

WillConker commented on pull request VoxeLibre/VoxeLibre#4424 2024-08-06 14:52:05 +02:00
Hudbars update

Fixed (36a7b5f3bf)

WillConker commented on pull request VoxeLibre/VoxeLibre#4424 2024-08-06 14:51:46 +02:00
Hudbars update

Fixed (36a7b5f3bf)

WillConker commented on pull request VoxeLibre/VoxeLibre#4424 2024-08-06 14:51:21 +02:00
Hudbars update

Fixed (36a7b5f3bf)

WillConker pushed to hudbars_rework at WillConker/VoxeLibre 2024-08-06 14:50:20 +02:00
36a7b5f3bf Resopnd to review comments changing API.md file
WillConker commented on pull request VoxeLibre/VoxeLibre#4424 2024-08-06 14:41:24 +02:00
Hudbars update
WillConker commented on pull request VoxeLibre/VoxeLibre#4424 2024-08-06 14:41:05 +02:00
Hudbars update
WillConker commented on pull request VoxeLibre/VoxeLibre#4424 2024-08-06 14:40:46 +02:00
Hudbars update

I don't think so; the 5th and 6th arguments (which are nil) - mean that the hudbar is not changed in the normal mode, only in classic (which is changed by the 7th arg, "mcl_hunger_bar_foodpoison.…

WillConker deleted branch water_freezing from WillConker/VoxeLibre 2024-08-05 13:07:58 +02:00
WillConker commented on pull request VoxeLibre/VoxeLibre#4478 2024-08-03 14:42:30 +02:00
Implement water freezing (mostly taken from mcla)

Done.

WillConker commented on issue VoxeLibre/VoxeLibre#4557 2024-08-03 14:38:09 +02:00
Remove Compressed Cobblestone in Favor of Void Chest

The compressed cobblestone is not just that. While it takes a lot of mining or automation to get octuple compressed cobblestone…

WillConker deleted branch shipwreck_loot_fix from WillConker/VoxeLibre 2024-08-03 14:22:44 +02:00