Skip to content

v0.10.0

Latest
Compare
Choose a tag to compare
@IoeCmcomc IoeCmcomc released this 23 Mar 15:25
· 2 commits to master since this release

This version supports Minecraft 1.15, 1.16, 1.17, 1.18, 1.18.2, 1.19, 1.19.3, 1.19.4, 1.20, 1.20.2 and 1.20.4.
Changing the Minecraft version requires restarting the program.

What's new

  • The welcome (start-up) screen has been re-designed to resemble a main menu;
  • Number providers can now accept non-integer values;
  • Add potion information;
  • In predicate, loot table, and item modifiers editors:
    • Add buttons to the sidebar of entry widgets to explicitly go to the previous/next entry (see #13);
    • Many combo-boxes of resource location fields can now list corresponding IDs in the current datapack;
    • Many text boxes of resource location now suggest possible ID values
  • Raw JSON text editors now also output the new "type" field in 1.20.4;
  • Add a setting to change application font size scaling (see #13);
  • Add new experimental application styles NorwegianWoodStyle and QlementineStyle;
  • Implement an alternative system to make adding new side editors easier.

Changes

  • In the code editor:
    • Improve syntax highlighters' performance on large files;
    • UUID parsing in commands is now more lenient, matching the behaviors of the game;
  • In predicate, loot table, and item modifier editors:
    • The user interface is now more consistent;
    • Item slots are now used for selecting blocks;
    • The quality field in loot table entry editors is now optional;
  • Double-clicking an item in a block/item selector dialog will now both select the block/item and close the dialog;
  • Update libraries.

Bugfixes

  • Replace configured_structure_feature with worldgen/structure in 1.19+;
  • Fix old container widget not getting deleted in a modal dialog;
  • The check property of loot table entry in the tag mode is required;
  • Fix the stored enchantments table in item condition dialogs not initialized correctly;
  • Fix an error causing the structure field in location condition dialogs to be broken;
  • Fix the condition simplification algorithm not working with any_of conditions;
  • Fix the entries widget interface showing a loot table function instead of a loot table entry
  • Fix the wrong field in the set_potion page of item modifier editors;
  • Fix an error causing some list widgets not to be reset before loading from JSON data;
  • Fix an error causing the minimum and the maximum values of number providers not to be set properly when loading from JSON data;
  • Recognize \r as line separators when opening text files.