the-real-herowl
  • Joined on 2023-08-07
the-real-herowl pushed to stonecutter_functionality at VoxeLibre/VoxeLibre 2023-11-25 01:05:23 +01:00
0f046bf7ea Credits update in mod.conf
the-real-herowl commented on pull request VoxeLibre/VoxeLibre#4025 2023-11-25 00:37:57 +01:00
Spawning: fix random weighted choice

Theoretically not (x => y) may be true if one is NaN and x < y won't be, but I don't think it would be intended tbh.

the-real-herowl commented on pull request VoxeLibre/VoxeLibre#4025 2023-11-24 18:17:33 +01:00
Spawning: fix random weighted choice

Isn't !=> just <

the-real-herowl commented on pull request VoxeLibre/VoxeLibre#4025 2023-11-24 17:15:26 +01:00
Spawning: fix random weighted choice

(Instead of <= and >)

the-real-herowl commented on pull request VoxeLibre/VoxeLibre#4025 2023-11-24 17:14:56 +01:00
Spawning: fix random weighted choice

Then use < and >=.

the-real-herowl commented on pull request VoxeLibre/VoxeLibre#4026 2023-11-24 02:21:02 +01:00
Fixed the ambiguous /clear command being dangerous

I'm not sure if the /clear command should reference the /clearobjects and /clearpassword default commands (both of which may be dangerous etc.). For now it doesn't.

the-real-herowl created pull request VoxeLibre/VoxeLibre#4026 2023-11-24 02:17:55 +01:00
Fixed the ambiguous /clear command being dangerous
the-real-herowl created branch clear_command_fix in VoxeLibre/VoxeLibre 2023-11-24 02:16:25 +01:00
the-real-herowl pushed to clear_command_fix at VoxeLibre/VoxeLibre 2023-11-24 02:16:25 +01:00
15deb7a373 Fixed the ambiguous /clear command being dangerous
the-real-herowl commented on pull request VoxeLibre/VoxeLibre#3999 2023-11-24 01:36:05 +01:00
Add stonecutter functionality

This should be all ready to merge now, but leaving it up for testing for now. Will merge in 2-3 days if no new problems surface.

the-real-herowl commented on pull request VoxeLibre/VoxeLibre#3999 2023-11-24 01:34:10 +01:00
Add stonecutter functionality

You're right. Done.

the-real-herowl pushed to stonecutter_functionality at VoxeLibre/VoxeLibre 2023-11-24 01:33:53 +01:00
dc5eb0bb46 Made stonecutter player metadata consistent
the-real-herowl commented on pull request VoxeLibre/VoxeLibre#3999 2023-11-23 03:45:27 +01:00
Add stonecutter functionality

This should be ready, except for the fact that there are no labels in the result choosing menu anymore. I'm not sure if we really need them though, especially that the buttons are smaller now.

the-real-herowl pushed to stonecutter_functionality at VoxeLibre/VoxeLibre 2023-11-23 03:43:08 +01:00
683df7d2c3 Uneven crafts support
the-real-herowl pushed to stonecutter_functionality at VoxeLibre/VoxeLibre 2023-11-23 03:14:51 +01:00
e551a8d003 Added the ability to stonecut up to full stack
the-real-herowl pushed to stonecutter_functionality at VoxeLibre/VoxeLibre 2023-11-23 02:22:35 +01:00
7fb1bf6e98 Make inventory use the util functions
8f997fd716 Rework Stonecutter
c1c59344a5 Add utility functions to clean inventory lists
c0c6a30006 Add basic table ordered keys iterator
be9adac398 Updated README
Compare 43 commits »
the-real-herowl pushed to stonecutter_functionality at VoxeLibre/VoxeLibre 2023-11-23 02:21:23 +01:00
4f05e64daf Merge pull request 'Rework Stonecutter functionality' (#4019) from AFCMS/MineClone2:stone_cutter_rework into stonecutter_functionality
6ca0f33e42 Make inventory use the util functions
9ad6fb9cec Rework Stonecutter
eb166faf5e Add utility functions to clean inventory lists
44fcbd4ba8 Add basic table ordered keys iterator
Compare 5 commits »
the-real-herowl merged pull request VoxeLibre/VoxeLibre#4019 2023-11-23 02:21:20 +01:00
Rework Stonecutter functionality
the-real-herowl commented on pull request VoxeLibre/VoxeLibre#3980 2023-11-23 02:18:25 +01:00
hopper reimplementation

As I understand ender chests aren't supported for balance and chunk loading reasons.

In your last code version, item are pull from a upper hopper into an ender chest , but not from a…