teknomunk
  • Joined on 2024-02-12
teknomunk created branch flying-mineshafts in teknomunk/MineClone2 2024-05-13 16:34:38 +02:00
teknomunk pushed to fix-milk-bucket-warning at teknomunk/MineClone2 2024-05-13 16:34:19 +02:00
f9e7aac32e Fixup milk bucket
teknomunk created branch fix-milk-bucket-warning in teknomunk/MineClone2 2024-05-13 16:34:14 +02:00
teknomunk pushed to doc_update at teknomunk/MineClone2 2024-05-13 16:33:56 +02:00
0003c1888d Update Lemmy and Reddit links
412aae9a58 Change VoxeLibre2 to VoxeLibre
98eed36938 Update matrix link, update git link in source code and one module README that has a link to git
a23a57c62d Update issue templates
5f6a9f3a0c Update more documentation to use VoxeLibre
Compare 10 commits »
teknomunk created branch doc_update in teknomunk/MineClone2 2024-05-13 16:33:51 +02:00
teknomunk pushed to translation-tools at teknomunk/MineClone2 2024-05-13 16:33:38 +02:00
a634c608e9 More updates
a5f5ea184f More template.txt updates
8c16e85fb6 Fix detecting translated strings with quotation marks in them, more updates
d0d7e0a2fe Yet more (there are going to be a lot of these)
c8517e2891 More cleaning
Compare 7 commits »
teknomunk pushed to node_entity at teknomunk/MineClone2 2024-05-13 16:33:25 +02:00
922f6c5000 Test entity
teknomunk commented on pull request VoxeLibre/VoxeLibre#4280 2024-05-09 04:05:50 +02:00
New mcl_copper
teknomunk pushed to mcl_copper_recovery at teknomunk/MineClone2 2024-05-09 02:17:56 +02:00
5060cc0ed6 Fix several crashes, fix doors that don't wax both halves
0a97105200 Refactor
f30e891f09 Copper buttons and some small changes
3c1feccb07 More changes on comments and on mcl_honey
9715c7de0b Comments and corrections
Compare 10 commits »
teknomunk created branch mcl_copper_recovery in teknomunk/MineClone2 2024-05-09 02:17:45 +02:00
teknomunk commented on pull request VoxeLibre/VoxeLibre#4280 2024-05-08 13:04:44 +02:00
New mcl_copper

You should probably have someone else weigh in on this before making the changes if it makes things more complicated or would be significant extra work.

teknomunk commented on pull request VoxeLibre/VoxeLibre#4280 2024-05-08 13:03:39 +02:00
New mcl_copper

Huh... That's fine, just unexpected from what I read in the source code for the script.

teknomunk commented on pull request VoxeLibre/VoxeLibre#4280 2024-05-08 12:42:22 +02:00
New mcl_copper

For copper buttons: More oxidation = longer activation timer or the other way around?

I think it makes sense for more oxidation to have a longer activation time, because the button gets…

teknomunk commented on pull request VoxeLibre/VoxeLibre#4280 2024-05-08 12:40:44 +02:00
New mcl_copper

I had a look at the code and found a few things that can be improved. Overall it looks quite good. I haven't play tested this code yet.

teknomunk commented on pull request VoxeLibre/VoxeLibre#4280 2024-05-08 12:40:43 +02:00
New mcl_copper

This is another place I think it makes sense to add a hook to the node definition instead of hard coding doors into here. This helps keep all the code for a node near the node's definition and not scattered thru the code.

teknomunk commented on pull request VoxeLibre/VoxeLibre#4280 2024-05-08 12:40:41 +02:00
New mcl_copper

not available in the creative inventory

teknomunk commented on pull request VoxeLibre/VoxeLibre#4280 2024-05-08 12:40:34 +02:00
New mcl_copper

Nitpick: I think all these translation files should have the line sorted alphabetically. Tools like https://github.com/minetest/minetest/blob/master/util/mod_translation_updater.py do this internally and sorting gives a defined order to check against and makes it easier to locate a particular string in the file.

teknomunk commented on pull request VoxeLibre/VoxeLibre#4280 2024-05-08 12:40:16 +02:00
New mcl_copper

Why are you adding a special case for doors in the oxidation API? I think a better option would be to use a general purpose hook so this logic is inside the door nodes.

teknomunk pushed to doc_update at VoxeLibre/VoxeLibre 2024-05-07 16:59:56 +02:00
0003c1888d Update Lemmy and Reddit links
teknomunk created pull request VoxeLibre/VoxeLibre#4285 2024-05-07 16:43:25 +02:00
Fix indestructable blocks provided by mods