the-real-herowl
  • Joined on 2023-08-07
the-real-herowl closed issue VoxeLibre/VoxeLibre#4586 2024-09-15 01:09:36 +02:00
mcl_potions bug: server crashes when client uses potion and crashes every time that client joins the game
the-real-herowl commented on issue VoxeLibre/VoxeLibre#4197 2024-09-15 01:05:52 +02:00
set_string is called with nil rather than ""

I think this issue is fixed now that Grand Chests Refactor #4453 has been merged.

We could look through the calls to the function throughout our codebase and see if there are any other such…

the-real-herowl commented on issue VoxeLibre/VoxeLibre#3861 2024-09-14 02:18:47 +02:00
Decide if we keep the end boats

What would it take to add the End Cities? I'm not really a fan of iterating with mapgen improvisations, since that makes existing (and constantly explored) worlds reflect the whole progression,…

the-real-herowl commented on pull request VoxeLibre/VoxeLibre#4636 2024-09-13 11:30:03 +02:00
FIX spawning

Could do this above and don't get def if pos is nil.

the-real-herowl commented on pull request VoxeLibre/VoxeLibre#4636 2024-09-13 11:30:02 +02:00
FIX spawning

This won't work IIRC, they're different tables with the same content, and comparison is shallow (by pointer).

the-real-herowl commented on pull request VoxeLibre/VoxeLibre#4635 2024-09-13 11:05:57 +02:00
Allow deepslate copper to be mined with stone pickaxe

Stone axes?

Pickaxe obviously

the-real-herowl pushed to master at VoxeLibre/VoxeLibre 2024-09-12 18:13:55 +02:00
19d662dee4 Fix some typos in the API documentation (#4630)
the-real-herowl deleted branch api_typos from VoxeLibre/VoxeLibre 2024-09-12 18:13:55 +02:00
the-real-herowl merged pull request VoxeLibre/VoxeLibre#4630 2024-09-12 18:13:54 +02:00
Fix some typos in the API documentation
the-real-herowl commented on issue VoxeLibre/VoxeLibre#4632 2024-09-12 07:58:04 +02:00
swimming drag player down

This was done because MTE exposes one extra keybinding, which is used for both sprinting and diving.

the-real-herowl closed issue VoxeLibre/VoxeLibre#4633 2024-09-12 07:56:22 +02:00
potato crops yield is one lower than in minecraft
the-real-herowl commented on issue VoxeLibre/VoxeLibre#4633 2024-09-12 07:56:04 +02:00
potato crops yield is one lower than in minecraft

should be self explanatory in the title

...it isn't? I first thought you meant #4302, but that's one pixel higher, not lower. What do you mean?

(also, we're not trying to…

the-real-herowl commented on issue VoxeLibre/VoxeLibre#4559 2024-09-11 14:30:31 +02:00
Fireflies

We probably could git subtree that mod.

I'm strongly against subtree in any way, shape, or form.

You'confusing submodules and subtree. We have a subtree in the repo. Find it and say…

the-real-herowl commented on issue VoxeLibre/VoxeLibre#4559 2024-09-11 12:32:24 +02:00
Fireflies

This mod (a port of the minetest code mentioned above) probably also works on voxelibre:

https://codeberg.org/cora/mcl_fireflies/

We probably could git subtree that mod.

the-real-herowl commented on pull request VoxeLibre/VoxeLibre#4622 2024-09-09 21:55:32 +02:00
Improve head swivel code

I tested this under 5.8, seems to work fine. Not sure what could break here.

However, some of our mobs just don't have head swivel support in their models. I remember having weird issues when…

the-real-herowl commented on pull request VoxeLibre/VoxeLibre#4622 2024-09-09 21:46:52 +02:00
Improve head swivel code

Is this correct usage of math.random, considering #4621?

the-real-herowl pushed to master at VoxeLibre/VoxeLibre 2024-09-09 20:41:29 +02:00
2be54212b7 Merge pull request 'Performance optimizations of spawning' (#4470) from kno10/VoxeLibre:delay_binome_check into master
7d763b7257 more mob spawn code improvements
bdd3ae2cd8 avoid spawning ground mobs in shallow water
2e1df31399 Refactor and clean up spawn checks, optimize.
382a35bb44 delay biome check when spawning
Compare 5 commits »
the-real-herowl merged pull request VoxeLibre/VoxeLibre#4470 2024-09-09 20:41:29 +02:00
Performance optimizations of spawning