Mikita Wiśniewski rudzik8
  • pos: (26.8, 8.3, 33.1)
  • https://codeberg.org/rudzik8
  • Siberian 15yo Minetest player and modder, MineClone 2 contributor

    #nowar

  • Joined on 2022-02-18
rudzik8 commented on pull request VoxeLibre/VoxeLibre#4338 2024-06-12 16:57:19 +02:00
mcl_weather sky color refactor

I know this is conversion code and it might not really matter, but it's the same thing as in the very first comment of this review. This line is unreadable, and feels like as if someone tried to compress it on purpose.

rudzik8 commented on pull request VoxeLibre/VoxeLibre#4338 2024-06-12 16:57:18 +02:00
mcl_weather sky color refactor

Same. I though the standard was 3?

rudzik8 commented on pull request VoxeLibre/VoxeLibre#4338 2024-06-12 16:57:18 +02:00
mcl_weather sky color refactor

Line break?

rudzik8 commented on pull request VoxeLibre/VoxeLibre#4338 2024-06-12 16:57:18 +02:00
mcl_weather sky color refactor

I... I won't even try understanding this? What the actual fuck?

rudzik8 commented on pull request VoxeLibre/VoxeLibre#4338 2024-06-12 16:57:18 +02:00
mcl_weather sky color refactor

That should be DEFAULT_WATER_COLOR

rudzik8 commented on pull request VoxeLibre/VoxeLibre#4338 2024-06-12 16:57:17 +02:00
mcl_weather sky color refactor

Typo(?): Add layer to colors table

rudzik8 commented on pull request VoxeLibre/VoxeLibre#4338 2024-06-12 16:57:17 +02:00
mcl_weather sky color refactor

This didn't get into the diff, but in this function, line 13... is just a spaghetti mess. There are situations where putting an if-return statement in one single line is welcome, but this is not the case.

rudzik8 commented on pull request VoxeLibre/VoxeLibre#4338 2024-06-12 16:57:17 +02:00
mcl_weather sky color refactor

Why is this "END function" comment here at all?

rudzik8 commented on pull request VoxeLibre/VoxeLibre#4338 2024-06-12 16:57:17 +02:00
mcl_weather sky color refactor

Maybe function dimension_handlers["end"](player, sky_data)?

rudzik8 commented on pull request VoxeLibre/VoxeLibre#4338 2024-06-12 16:57:17 +02:00
mcl_weather sky color refactor

Why the 5-line abyss?

rudzik8 commented on pull request VoxeLibre/VoxeLibre#4338 2024-06-12 16:57:16 +02:00
mcl_weather sky color refactor

This is a bit more readable than the other one-liners I criticize in this review, but still, it's bad. Can you at least add spaces and maybe a comment explaining the +1.5 value?

rudzik8 commented on pull request VoxeLibre/VoxeLibre#4338 2024-06-12 16:57:16 +02:00
mcl_weather sky color refactor

Why is this not local?

rudzik8 commented on pull request VoxeLibre/VoxeLibre#4338 2024-06-12 16:57:16 +02:00
mcl_weather sky color refactor

Please don't use "I" in your comments, or any pronouns for that matter (I'm looking at you, "he/she" "her/his" from some weird 2015 Minetest code I examined earlier when working on Voxelgarden). Only use "you" or "they" (and variants) if you must. I think we should add that to the guidelines.

rudzik8 commented on pull request VoxeLibre/VoxeLibre#4338 2024-06-12 16:57:16 +02:00
mcl_weather sky color refactor

Typo: Simple

rudzik8 commented on pull request VoxeLibre/VoxeLibre#4338 2024-06-12 16:57:15 +02:00
mcl_weather sky color refactor

Typo: shepherd

rudzik8 approved VoxeLibre/VoxeLibre#4419 2024-06-09 11:35:43 +02:00
Fix crash when bonemealing sweet berry bushes

Although the bonemeal API is certainly up for a big change, we can't count on that change for such critical bugs as this. LGTM

rudzik8 created pull request VoxeLibre/VoxeLibre#4291 2024-05-14 07:42:02 +02:00
Add new supported_node_facedir group and apply it to item frames
rudzik8 created pull request VoxeLibre/VoxeLibre#4290 2024-05-14 07:34:11 +02:00
Make flowers buildable_to
rudzik8 pushed to buildable_flowers at VoxeLibre/VoxeLibre 2024-05-14 07:30:12 +02:00
78e67a59ba Make flowers buildable_to
rudzik8 created branch buildable_flowers in VoxeLibre/VoxeLibre 2024-05-14 07:28:48 +02:00