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 pushed to mcl_chests_redo at VoxeLibre/VoxeLibre 2024-06-24 15:19:54 +02:00
489d3b13d9 Move LBMs out of init.lua and fix API.md
rudzik8 commented on pull request VoxeLibre/VoxeLibre#4453 2024-06-24 15:11:19 +02:00
Grand Chests Refactor (fixes #281)

No, because that function is for double chests. This is a small chest's definition that you've commented on.

rudzik8 commented on pull request VoxeLibre/VoxeLibre#4453 2024-06-24 15:10:30 +02:00
Grand Chests Refactor (fixes #281)

Yes.

rudzik8 commented on pull request VoxeLibre/VoxeLibre#4453 2024-06-24 11:00:17 +02:00
Grand Chests Refactor (fixes #281)

Did some in-game testing, everything seems to be working correctly. This PR is ready for review.

rudzik8 pushed to mcl_chests_redo at VoxeLibre/VoxeLibre 2024-06-24 08:46:56 +02:00
71c8d93a12 Remove unused variables in chests example.lua
rudzik8 pushed to mcl_chests_redo at VoxeLibre/VoxeLibre 2024-06-24 07:56:46 +02:00
720cc5440d Add an introduction text to API.md
rudzik8 pushed to mcl_chests_redo at VoxeLibre/VoxeLibre 2024-06-24 07:42:12 +02:00
be24601afe Add documentation (README.md, API.md)
rudzik8 pushed to mcl_chests_redo at VoxeLibre/VoxeLibre 2024-06-24 05:32:34 +02:00
c224847e92 Fix double chests once more (hoppers this time)
rudzik8 pushed to mcl_chests_redo at VoxeLibre/VoxeLibre 2024-06-24 04:54:19 +02:00
af28f79c80 Make the chest opening/closing sound customizable + fix double chests
a87a6c344f Add title field for mcl_chests.register_chest
5bb9e9e1ab Move some groups (api.lua → chests.lua)
e35935a119 Refactor mcl_chests.register_chest AGAIN + cleanup
3b00c4e4ef Better detection of properly serialized data
Compare 33 commits »
rudzik8 pushed to mcl_chests_redo at VoxeLibre/VoxeLibre 2024-06-23 16:54:28 +02:00
9204676b95 Make the chest opening/closing sound customizable + fix double chests
rudzik8 pushed to mcl_chests_redo at VoxeLibre/VoxeLibre 2024-06-22 16:37:46 +02:00
b1198e14e4 Add title field for mcl_chests.register_chest
rudzik8 pushed to mcl_chests_redo at VoxeLibre/VoxeLibre 2024-06-22 12:05:17 +02:00
cedf3f2539 Move some groups (api.lua → chests.lua)
rudzik8 pushed to mcl_chests_redo at VoxeLibre/VoxeLibre 2024-06-22 11:43:39 +02:00
8777b8dfd8 Refactor mcl_chests.register_chest AGAIN + cleanup
rudzik8 commented on pull request VoxeLibre/VoxeLibre#4450 2024-06-22 03:44:15 +02:00
Fix extra 'Stair' in Polished Blackstone Brick nodes

I'll follow the locale template here (involves fixing all other the blackstone variants), but could create a separate issue for this lack of consistency?

Sure.

rudzik8 pushed to mcl_chests_redo at VoxeLibre/VoxeLibre 2024-06-21 16:01:59 +02:00
7570933c72 Better detection of properly serialized data
6cfffa6bc0 Fix invisible chests
0ceda816e9 Fix meta:set_string being called with nil
Compare 3 commits »
rudzik8 pushed to mcl_chests_redo at VoxeLibre/VoxeLibre 2024-06-21 15:23:13 +02:00
6cf6940921 Refactor mcl_chests.register_chest and clean-up
rudzik8 pushed to mcl_chests_redo at VoxeLibre/VoxeLibre 2024-06-21 13:43:43 +02:00
1042ae22f4 Fix long doc strings
rudzik8 created pull request VoxeLibre/VoxeLibre#4453 2024-06-21 11:31:06 +02:00
WIP: Grand Chests Refactor (fixes #281)
rudzik8 pushed to mcl_chests_redo at VoxeLibre/VoxeLibre 2024-06-21 11:17:39 +02:00
74b477fcce Split ITEMS/mcl_chests/init.lua (fixes #281)