From 5ecd48b116eab75e498e11f9d9ca4b7865b0b557 Mon Sep 17 00:00:00 2001 From: ScreteMonge <107197518+ScreteMonge@users.noreply.github.com> Date: Sun, 21 Jun 2026 09:54:05 -0700 Subject: [PATCH] update creators-kit to v2.1.24 (#12762) * 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 --- plugins/creators-kit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/creators-kit b/plugins/creators-kit index 90cc201b7..8dc2a3928 100644 --- a/plugins/creators-kit +++ b/plugins/creators-kit @@ -1,2 +1,2 @@ repository=https://github.com/ScreteMonge/creators-kit.git -commit=9677e448a3f47ff245141a10985bbb9950a350c1 +commit=94b2849ac89ce344ccad98601ded0a4939548874