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#4658 2024-09-28 05:16:17 +02:00
Changed bamboo cap drawtype

Suggestion: make a mega-PR with this and #4642

Also, I suppose this replaces #4480?

rudzik8 suggested changes for VoxeLibre/VoxeLibre#4656 2024-09-27 15:24:51 +02:00
Hollow logs improvements

Haven't tested in-game. As usual, leaving my nitpicks :D

rudzik8 commented on pull request VoxeLibre/VoxeLibre#4656 2024-09-27 15:24:50 +02:00
Hollow logs improvements

[casual table.insert rant]

rudzik8 commented on pull request VoxeLibre/VoxeLibre#4656 2024-09-27 15:24:50 +02:00
Hollow logs improvements

Why the excess linebreaking?

rudzik8 commented on pull request VoxeLibre/VoxeLibre#4656 2024-09-27 15:24:49 +02:00
Hollow logs improvements

[casual using pairs with a Lua sequence table rant]

rudzik8 pushed to shieldy_shields at VoxeLibre/VoxeLibre 2024-09-26 09:57:07 +02:00
98e2ef4374 Improve shield block code and unhardcode offhand group
fa410e9ec9 Fix using shield on unknown nodes and cleanup
489ae4b7ae Make node itemstack check in mcl_shields less hacky
836e909686 Bugfix: Shield fails to block arrows
29fa47b5ab Several improvements to the Shield
Compare 30 commits »
rudzik8 commented on pull request VoxeLibre/VoxeLibre#4433 2024-09-22 06:42:34 +02:00
Projectile Refactor

Gave this branch a very quick test, and found an interesting bug.

If the server experiences lag or high load (in this case, caused by a large amount of snowballs being thrown at the same time),…

rudzik8 commented on pull request VoxeLibre/VoxeLibre#4213 2024-09-21 17:03:06 +02:00
Minecart Update

It is. It is because redstone doesn't have signal levels, can be infinitely long without repeaters and powered rails are redstone conductors.

Right... forgot rails were supposed to conduct…

rudzik8 commented on pull request VoxeLibre/VoxeLibre#4213 2024-09-21 16:43:37 +02:00
Minecart Update

@teknomunk Not sure if this is a bug...

screenshot_20240921_213822.jpg

rudzik8 commented on pull request VoxeLibre/VoxeLibre#4221 2024-09-20 15:49:16 +02:00
bonemeal API update

If we are spoofing support for bonemeal, shouldn't we go ahead and do shims for the whole API?

https://codeberg.org/tenplus1/bonemeal (<- there's quite a lot here and we don't want to break…

rudzik8 commented on pull request VoxeLibre/VoxeLibre#4221 2024-09-20 15:43:43 +02:00
bonemeal API update

Yes, you need to craft it first. My bad.

rudzik8 suggested changes for VoxeLibre/VoxeLibre#4221 2024-09-20 14:46:05 +02:00
bonemeal API update

Overall, good work! I like this PR in its current form.

rudzik8 commented on pull request VoxeLibre/VoxeLibre#4221 2024-09-20 14:46:05 +02:00
bonemeal API update

Кликните правой кнопкой мыши по овце, чтобы сделать её шерсть коричневой. Кликните правой кнопкой мыши по боковой части ствола тропического дерева, чтобы посадить молодое какао.

rudzik8 commented on pull request VoxeLibre/VoxeLibre#4221 2024-09-20 14:46:05 +02:00
bonemeal API update

Again, mcl_util.call_on_rightclick?

rudzik8 commented on pull request VoxeLibre/VoxeLibre#4221 2024-09-20 14:46:04 +02:00
bonemeal API update

Nitpick: why the whitespace around brackets?

rudzik8 commented on pull request VoxeLibre/VoxeLibre#4221 2024-09-20 14:46:04 +02:00
bonemeal API update

mcl_bone_meal.bone_meal_callbacks doesn't appear to be a dictionary to me. Consider using ipairs?

rudzik8 commented on pull request VoxeLibre/VoxeLibre#4221 2024-09-20 14:46:04 +02:00
bonemeal API update

Nitpick: placeholders like that can (and IMO should) be squashed into a single line for easier reading

rudzik8 commented on pull request VoxeLibre/VoxeLibre#4221 2024-09-20 14:46:03 +02:00
bonemeal API update

Nitpick: API is an acronym and should be capitalized.

rudzik8 commented on pull request VoxeLibre/VoxeLibre#4221 2024-09-20 14:46:03 +02:00
bonemeal API update

Is it a white dye though? This seems like a leftover.