Seeloewen / Random-Item-Giver-Updater-Legacy

Simple software to easily add items and update the Random Item Giver Datapack
GNU General Public License v3.0
1 stars 1 forks source link

Version 0.5.4 #19

Open Seeloewen opened 8 months ago

Seeloewen commented 8 months ago

This version will make the software much more stable and also more optimized by fixing a bunch of issues. I've also planned to refactor bigger parts of the software, which makes it easier to adapt to future updates and changes. This necessary because the new app will need some more time. Finally, support for MC 1.20.5+ will be added.

Seeloewen commented 5 months ago

The recent snapshot 24w09a broke basically the entire software by replacing NBT with Item Stack Components. Adding support for them would require major modifications to the code. I'm not yet sure if I'm going to make those. I'll keep you updated.

Seeloewen commented 3 months ago

As the release of the new software is nowhere near yet and updating it to the item stack components changes still requires some time, I've decided to update this software to the new changes, mainly because I need a way to update my datapack again.

Seeloewen commented 3 months ago

I've rewritten most of the code that goes with adding items and also optimized pretty much everything else in the main window. The file is now also only half of its original length. Because of the major changes to the item adding code, there may be new issues that arose. On the other hand, we also have major improvements, most notably: removing the file end now works way more reliably and I've fixed several issues with items not being added to specific loot tables because of typos or other logic mistakes in code.