teknomunk
  • Joined on 2024-02-12
teknomunk commented on issue VoxeLibre/VoxeLibre#4297 2024-05-18 16:51:14 +02:00
Villagers cannot return home when the player is far

I believe that when minetest engine unloads a block, at the same time it unloads the entity and stops calling the on_step handler. Assuming this is correct, I don't think it makes sense for us to…

teknomunk commented on issue VoxeLibre/VoxeLibre#2625 2024-05-18 15:04:14 +02:00
Trees should only require the minimal volume to grow

More information from Matrix/Discord:

teknomunk commented on pull request VoxeLibre/VoxeLibre#4236 2024-05-18 14:38:42 +02:00
Documentation update, mostly rename of the game

It is now. The repository on mesehub has been renamed with a redirect from the old link to the new link.

teknomunk commented on issue VoxeLibre/VoxeLibre#4297 2024-05-18 05:35:16 +02:00
Villagers cannot return home when the player is far

Looks like mcl_mobs has an active range for mobs (default 48), though I don't know all of what behaviors it affects.

Related code:

teknomunk created branch faster-world-respawn-reselection in teknomunk/MineClone2 2024-05-17 20:56:08 +02:00
teknomunk pushed to faster-world-respawn-reselection at teknomunk/MineClone2 2024-05-17 20:56:08 +02:00
3ad862c61c Optimize world respawn point reselection by only considering positions within 3 nodes of tree nodes and when validating a position can still pathfind to a tree start checking trees from the closest to the respawn point
teknomunk pushed to map-indexer at teknomunk/MineClone2 2024-05-17 20:53:29 +02:00
557371564d Quiet things up
teknomunk opened issue VoxeLibre/VoxeLibre#4293 2024-05-16 14:52:57 +02:00
No trees around spawn causes game freezing
teknomunk deleted branch mcl_copper_recovery from teknomunk/MineClone2 2024-05-15 04:57:04 +02:00
teknomunk pushed to compressed-blocks at teknomunk/MineClone2 2024-05-15 00:56:15 +02:00
da4d4fa206 Add overlay textures
teknomunk created branch fix-unknown-node-crash in teknomunk/MineClone2 2024-05-15 00:55:33 +02:00
teknomunk pushed to fix-unknown-node-crash at teknomunk/MineClone2 2024-05-15 00:55:33 +02:00
844cc5cb72 Fix chest crashes when unknown nodes are above chests
teknomunk created pull request VoxeLibre/VoxeLibre#4289 2024-05-14 07:16:49 +02:00
WIP: Compressed block API
teknomunk pushed to compressed-blocks at teknomunk/MineClone2 2024-05-14 07:11:09 +02:00
528052ab3e Initial compressed block API and several compressed block series
teknomunk created branch compressed-blocks in teknomunk/MineClone2 2024-05-14 07:11:07 +02:00
teknomunk opened issue VoxeLibre/VoxeLibre#4288 2024-05-13 18:32:41 +02:00
General Compressed Stone API
teknomunk created pull request VoxeLibre/VoxeLibre#4287 2024-05-13 17:07:19 +02:00
Fix undefined global warning when using milk bucket
teknomunk pushed to translation-tools at teknomunk/MineClone2 2024-05-13 16:54:58 +02:00
aab98aa527 Update bonemeal files, add support for multi-line S()
teknomunk pushed to villager-update at teknomunk/MineClone2 2024-05-13 16:36:01 +02:00
teknomunk created branch villager-update in teknomunk/MineClone2 2024-05-13 16:35:57 +02:00