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 approved VoxeLibre/VoxeLibre#4277 2024-05-03 14:49:59 +02:00
Ghast fixes

Tested and discussed. LGTM

rudzik8 commented on pull request VoxeLibre/VoxeLibre#4277 2024-05-02 15:24:35 +02:00
Ghast fixes

My only concern is this line. Wouldn't it be more rational to check for the entity's name sooner? Like, we have no reason to perform the former two checks if the latter will most of the time turn out to be false anyway. Up to discussion, of course.

rudzik8 commented on pull request VoxeLibre/VoxeLibre#4277 2024-05-02 15:23:06 +02:00
Ghast fixes

Tested, eliminates the issues that it's supposed to.

rudzik8 approved VoxeLibre/VoxeLibre#4266 2024-05-01 15:52:58 +02:00
Stop villagers from eating shulker boxes

Tested; villagers have lost their abnormal eating behaviors. No code-wise problems found.

rudzik8 closed issue VoxeLibre/VoxeLibre#4218 2024-05-01 13:52:27 +02:00
Falling through textures
rudzik8 commented on issue VoxeLibre/VoxeLibre#4218 2024-05-01 13:52:23 +02:00
Falling through textures

Duplicate of #2699

rudzik8 commented on issue VoxeLibre/VoxeLibre#4239 2024-05-01 13:51:03 +02:00
Color blocks by using dye on them (QoL)

This issue is blocked by #4221, that's what I was trying to set through Gitea's confusing interface.

rudzik8 commented on issue VoxeLibre/VoxeLibre#4225 2024-05-01 13:46:06 +02:00
Blocks from non-mineclone mods often indestructible

I'd love to reproduce this, but I don't know how any of you run mods that depend on default on VoxeLibre. Is it through cora's Default Lite?

rudzik8 commented on pull request VoxeLibre/VoxeLibre#4260 2024-05-01 13:42:17 +02:00
Zombie texture improvements

Good job on the mouth. As for the heads, I think we should leave fixing its bugs and quirks for a different PR. The solution you propose sounds fine enough to me.

rudzik8 approved VoxeLibre/VoxeLibre#4251 2024-05-01 12:34:31 +02:00
Add wear to shears used to harvest comb from a beehive

Reapproval for typo

rudzik8 approved VoxeLibre/VoxeLibre#4251 2024-05-01 12:21:49 +02:00
Add wear to shears used to harvest comb from a beehive

Tested; does what expected, improves code readability. LGTM

rudzik8 commented on pull request VoxeLibre/VoxeLibre#4251 2024-05-01 11:36:21 +02:00
Add wear to shears used to harvest comb from a beehive

Rather than introducing a new namespace,

Eh?

rudzik8 commented on pull request VoxeLibre/VoxeLibre#4271 2024-05-01 11:34:22 +02:00
WIP: Weathered Stone

I suggest that you prefix all new mods with vl_ instead of mcl_, it's the practice we've been following since the rename.

rudzik8 commented on pull request VoxeLibre/VoxeLibre#4251 2024-05-01 11:19:03 +02:00
Add wear to shears used to harvest comb from a beehive

I've noticed this is the same as mobs_mc.shears_wear. Is there anything we could do with that? Like, what about moving that to a different mod/namespace (e.g. mcl_vars) and use it here?

rudzik8 approved VoxeLibre/VoxeLibre#4159 2024-04-30 16:21:23 +02:00
Make destroying boats with punch easier

Tested, works as expected.

rudzik8 approved VoxeLibre/VoxeLibre#4179 2024-04-30 16:12:05 +02:00
Fix crash with ghast achievement fireball_redir_serv

No issues found, pretty straight-forward fix.

rudzik8 approved VoxeLibre/VoxeLibre#4184 2024-04-30 16:05:51 +02:00
more items usable to smelt

Works as expected. LGTM

rudzik8 approved VoxeLibre/VoxeLibre#4262 2024-04-30 09:09:25 +02:00
Set use_texture_alpha for some nodes

Tested, does exactly what promised. LGTM