teknomunk
  • Joined on 2024-02-12
teknomunk created branch fix-stalker-texture-gen in teknomunk/MineClone2 2024-05-29 13:59:12 +02:00
teknomunk pushed to fix-stalker-texture-gen at teknomunk/MineClone2 2024-05-29 13:59:12 +02:00
674081689c Make sure that source textures that include texture modifiers don't break stalker textures
teknomunk pushed to fix-beacon-crash at teknomunk/MineClone2 2024-05-29 13:50:43 +02:00
9beefe43cc Fix variable name
teknomunk pushed to fix-beacon-crash at teknomunk/MineClone2 2024-05-29 13:45:47 +02:00
3f34957a2f Fix up formspecs on pre-0.87.0 beacons, fix typo
teknomunk pushed to fix-beacon-crash at teknomunk/MineClone2 2024-05-29 13:33:56 +02:00
e693be62f2 Fix typo
teknomunk pushed to fix-beacon-crash at teknomunk/MineClone2 2024-05-29 13:26:21 +02:00
a5271f1490 Change to conversion table
teknomunk pushed to fix-beacon-crash at teknomunk/MineClone2 2024-05-29 03:19:49 +02:00
c576e53956 Convert 'strenght' to 'strength' in beacons and guard against no effect string metadata set, fix whitespace in mcl_beacons/init.lua
teknomunk pushed to fix-beacon-crash at teknomunk/MineClone2 2024-05-29 03:02:55 +02:00
78b8c76d60 Don't crash when name == nil
teknomunk created pull request VoxeLibre/VoxeLibre#4342 2024-05-29 02:44:51 +02:00
WIP: Fix beacon crash
teknomunk commented on issue VoxeLibre/VoxeLibre#4340 2024-05-29 02:05:34 +02:00
Many crashes about beacons

Do you know what kind of beacon is causing these crashes? This would help with testing a fix for this.

teknomunk created branch fix-beacon-crash in teknomunk/MineClone2 2024-05-29 02:05:06 +02:00
teknomunk pushed to fix-beacon-crash at teknomunk/MineClone2 2024-05-29 02:05:06 +02:00
a50a83baa6 Convert crash to a warning
teknomunk created pull request VoxeLibre/VoxeLibre#4341 2024-05-29 02:00:50 +02:00
Fix missing or duplicate items in the creative inventory
teknomunk pushed to fix-duplicate-items at teknomunk/MineClone2 2024-05-29 01:29:25 +02:00
d530704333 Track items as they are registered for use in building the creative menu without relying on pairs(minetest.registered_items) working correctly
teknomunk commented on issue VoxeLibre/VoxeLibre#4339 2024-05-28 02:47:11 +02:00
Items missing/duplicated in creative inventory

@the-real-herowl has also seen this and I think it is related to an issue he saw while writing the code that saved mob effects as part of the potions API.

teknomunk opened issue VoxeLibre/VoxeLibre#4339 2024-05-27 23:39:33 +02:00
Items missing/duplicated in creative inventory
teknomunk created branch fix-duplicate-items in teknomunk/MineClone2 2024-05-27 19:35:13 +02:00
teknomunk pushed to fix-duplicate-items at teknomunk/MineClone2 2024-05-27 19:35:13 +02:00
d3eda9ac8f Fix duplicate items in creative menu
teknomunk commented on issue VoxeLibre/VoxeLibre#4333 2024-05-27 18:09:18 +02:00
Some issues with the new update 0.87

So far, I haven't been able to reproduce the issue you are seeing night fall. Unfortunately, I can't fix a bug that I can't reproduce. So, to try and reproduce this, could you please answer these…

teknomunk created pull request VoxeLibre/VoxeLibre#4338 2024-05-27 16:41:14 +02:00
mcl_weather sky color refactor