teknomunk
  • Joined on 2024-02-12
teknomunk commented on issue VoxeLibre/VoxeLibre#4451 2024-06-21 04:40:18 +02:00
Shift-click armor item in inventory to equip

Thanks for looking into this.

I'll recommend doing what Mineclonia did with furnaces and possibly…

teknomunk commented on pull request VoxeLibre/VoxeLibre#4407 2024-06-21 04:15:37 +02:00
Fix #3710 (instant hoglin transformation) + other nether mob fixes

I did get one prevented crash while testing involving a piglin. The error was "Invalid vector (expected table got nil)." I suspect this is an issue elsewhere in the mcl_mobs code, as I don't…

teknomunk pushed to add-dynamic-rules at teknomunk/MineClone2 2024-06-21 04:03:46 +02:00
cbc0d6d581 Implement showDeathMessages gamerule
teknomunk commented on pull request VoxeLibre/VoxeLibre#4338 2024-06-21 02:06:21 +02:00
mcl_weather sky color refactor

I used the following for profiling:

function do_stuff()
        return 1,"test"
end

function profile(label,count,func)
        local start_time = minetest.get_us_time()
       
teknomunk commented on issue VoxeLibre/VoxeLibre#4451 2024-06-21 01:21:58 +02:00
Shift-click armor item in inventory to equip

I believe this worked at one point and was broken by a formspec (GUI) rework. See VoxeLibre/VoxeLibre#631 for the old issue and a link to a PR that may have broken it.

teknomunk commented on pull request VoxeLibre/VoxeLibre#4424 2024-06-20 18:54:25 +02:00
Hudbars update

table.update is part of mcl_util. Add that to the dependencies for the mod to make sure it gets loaded first.

teknomunk commented on pull request VoxeLibre/VoxeLibre#4424 2024-06-20 18:50:03 +02:00
Hudbars update

Please never go above 120 characters per line. Usually you can see it at the bottom infobar of your text editor.

Does this also apply to the api.md file and inline code comments or just…

teknomunk commented on pull request VoxeLibre/VoxeLibre#4424 2024-06-20 17:35:46 +02:00
Hudbars update

That looks it clamps the value to between 0 and 1. If that is the intention, it will help people in the future if you mention it is clamped and the range in the comment.

teknomunk pushed to persist-xp-orbs at teknomunk/MineClone2 2024-06-19 16:19:19 +02:00
f39ab90239 Add return for get_staticdata
8eaf7be92c Add persistence to XP orbs, cleanup xp_to_size
29be94ffa6 Code cleanup
744b47088b Fixes flint and steel adding wear when not setting node on fire (#4368)
6654c86fb2 Update issue and PR templates (#4440)
Compare 16 commits »
teknomunk commented on pull request VoxeLibre/VoxeLibre#4338 2024-06-19 15:49:03 +02:00
mcl_weather sky color refactor

Removed.

teknomunk pushed to skycolor-refactor at teknomunk/MineClone2 2024-06-19 15:48:59 +02:00
2c3abd599b Remove boolean coersion
teknomunk commented on pull request VoxeLibre/VoxeLibre#4338 2024-06-19 15:34:28 +02:00
mcl_weather sky color refactor

Added.

teknomunk commented on pull request VoxeLibre/VoxeLibre#4338 2024-06-19 15:34:12 +02:00
mcl_weather sky color refactor

Used mcl_weather.skycolor.NIGHT_VISION_RATIO to move it into this file.

teknomunk pushed to skycolor-refactor at teknomunk/MineClone2 2024-06-19 15:33:32 +02:00
a89fe86b52 Add line break
teknomunk commented on pull request VoxeLibre/VoxeLibre#4338 2024-06-19 15:32:19 +02:00
mcl_weather sky color refactor

Done.

teknomunk pushed to skycolor-refactor at teknomunk/MineClone2 2024-06-19 15:31:54 +02:00
da90939543 Make sure clouds don't disappear when entering water
cde8903906 Address review comments
Compare 2 commits »
teknomunk commented on pull request VoxeLibre/VoxeLibre#4338 2024-06-19 15:24:00 +02:00
mcl_weather sky color refactor

I find code that has more than about 3 indentation levels difficult to follow. I find that making code more linear and breaking things out into other functions helps a lot with reasoning about…

teknomunk commented on pull request VoxeLibre/VoxeLibre#4338 2024-06-19 15:21:59 +02:00
mcl_weather sky color refactor

Thanks for the catch.

teknomunk pushed to skycolor-refactor at teknomunk/MineClone2 2024-06-19 15:21:53 +02:00
f56961ce42 Remove debug logging
teknomunk pushed to minecart-update at teknomunk/MineClone2 2024-06-19 14:18:35 +02:00
0adaabdfbd Switch over to using vl_legacy for item conversion in player inventories
492022e762 Fix typo
0567e7e80e Register rail conversions
9646469f0f Implement vl_legacy deprecated function and item conversion APIs
0856e49133 Fix crashes
Compare 131 commits »