From e2beb47af5608c16cc70fa5ac91864e790d5b30b Mon Sep 17 00:00:00 2001 From: ScreteMonge <107197518+ScreteMonge@users.noreply.github.com> Date: Wed, 24 Jun 2026 06:25:12 -0700 Subject: [PATCH] update creators-kit to v2.1.26 (#12865) * Update Creator's Kit to v2.1.23 v2.1.23 - ToolBoxFrame setLocation bugfix - On restart, it should no longer be possible for the ToolBox frame to go missing by spawning offscreen * Update Creator's Kit to v2.1.24 v2.1.24 - ModelOrganizer overhaul - ModelOrganizer has been overhauled. Instead of creating individual panels for each CustomModel, it now has a dynamic table that updates whenever CustomModels are added or removed. There is now one set of master buttons for tools that manipulate the selected CustomModel from the table - ModelOrganizer now has a preview RenderPanel as well - TableRenderStyle dictates whether a JTable renders its words with or without hightlights as per the search parameters - Cleaned up adding/removing custom models to treat them as batches to optimize when adding or deleting a large number of CustomModels - CacheSearcher now has a toggle to display and store/add the model with its default animations from the cache - Bugfix: NPE fixed when attempting to load a CustomModel to Anvil without CustomLighting * Update Creator's Kit to v2.1.25 v2.1.25 - Saving/Loading tweaks - New Setup button added to ToolBoxFrame dropdown - Creating a New Setup will now also clear all Custom Models - Open Setup is now split into Open and Open On Top. Open On Top will add the chosen setup to the current setup, while load will clear the current setup first - Bugfix: older Setups would sometimes load a CustomModel with no Model attached - Bugfix: model JComboBoxes should now properly listen to when a selection option is removed * Update Creator's Kit to v2.1.26 v2.1.26 - Further Saving/Loading tweaks - Opening a Setup should now properly wait to clear the current Setup until the dialogue is confirmed - The Open dialogue warning now separates loading another Setup vs creating a new one - Opening a Setup will now properly warn only when the current Setup will be cleared --- plugins/creators-kit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/creators-kit b/plugins/creators-kit index 250104073..2af523c3c 100644 --- a/plugins/creators-kit +++ b/plugins/creators-kit @@ -1,2 +1,2 @@ repository=https://github.com/ScreteMonge/creators-kit.git -commit=71fca2958e9ded03d0bcfa9d1c23461d7fdf652b +commit=16dbb91cf1b164fd3fec7993a5966cd5e140a1a5