Fasguy / MinecraftToolbox

A WebApp that provides tools for mixing up your Minecraft gameplay
https://fasguy.net/minecraft_toolbox
MIT License
8 stars 3 forks source link

v1.2.0 #34

Closed Fasguy closed 1 year ago

Fasguy commented 1 year ago

+ Settings can now be ex- and imported from a file (resolves #29) + Added Loot-Table randomizer for Minecraft v1.19.4 + Added Crafting-Recipe randomizer for Minecraft v1.19.4 * The Loot-Table- and Crafting-Recipe-Randomizer are now running in webworkers, to prevent the UI from freezing (resolves #6) * The WebApp now runs on Angular 15 (resolves #30) * Minecraft versions are now determined by their lowest supported version (1.19.X -> 1.19.0) * Windows now display the window title * Windows are now only as tall as they need to be (removing dead space) * The seeds '' and '0' are now re-rolled automatically

This update resolves #14