From 85627439eb4658ef65ef199f24b3715b50636244 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Wed, 13 Aug 2025 22:28:34 +0100 Subject: [PATCH] changelog for toolbelt, removed the old tooltips too --- CHANGELOG.md | 2 ++ kubejs/client_scripts/tooltips.js | 12 +++--------- 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 48e98305b..973a8b2ca 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,13 @@ - Complete rework of prospector's picks. (#1594) @Redeix - Rebalance Large Solar Array to make Mk2 circuit 2 viable, and buffed to LSA Mk3 circuit 2 (#1591) @TomPlop - Added mechanical press recipes to weld weak steels @Pyritie +- Added backpacks, lunchboxes, and vessels to the toolbelt's blacklist @Pyritie ### Bug fixes - Fixed moon mob spawning light levels, so now they need a light level of 0 instead of 11 (#1587) @NINAustinFett - Fixed wrong output amount of mortaring soybean paste (#1607) @TomPlop - Fixed duplicate mixer recipes for rose gold and sterling silver @Pyritie - Fixed mechanical mixers requiring an alloy that needed that tier of mixer @Pyritie +- Finally fixed all the issues with upgrading the toolbelt - now you can safely dye and undye, upgrade with and without tools inside it, etc (#368) @Pyritie ## [0.10.9] - 10-08-2025 ### Changes diff --git a/kubejs/client_scripts/tooltips.js b/kubejs/client_scripts/tooltips.js index 507207135..7f731e842 100644 --- a/kubejs/client_scripts/tooltips.js +++ b/kubejs/client_scripts/tooltips.js @@ -7,15 +7,6 @@ const registerTooltips = (event) => { event.addAdvanced(['minecraft:name_tag'], (item, advanced, text) => { text.add(1, [text.of('§7Used on a Scribing Table along with an item to name it, or with black dye to name the tag.')]) }) - event.addAdvanced(['toolbelt:belt'], (item, advanced, text) => { - text.add(1, [text.of('§7Press the §o§6Swap Tool§7 keybind to open the radial menu.')]), - text.add(2, [text.of(`§7You can also right click with it in hand to add or remove tools.`)]) - text.add(3, [text.of(`§cDo not dye this or you won't be able to upgrade.`)]) - }) - event.addAdvanced(['toolbelt:pouch'], (item, advanced, text) => { - text.add(1, [text.of('§7Used to upgrade your toolbelt to add more slots')]), - text.add(2, [text.of(`§7Can't be used with §cd§ey§ae§9d §rbelts or belts that have tools inside.`)]) - }) event.addAdvanced(['firmalife:bucket/yeast_starter'], (item, advanced, text) => { text.add(1, [text.of('§7Created with dried fruit')]) }) @@ -35,6 +26,9 @@ const registerTooltips = (event) => { text.add(1, text.of('This machine has a §2Perfect Overclock§r!')), text.add(2, text.of(`The interior is customizable! Check the multiblock preview in JEI.`)) }) + event.addAdvanced(['gtceu:large_chemical_reactor'], (item, advanced, text) => { + text.add(1, text.of('This machine has a §2Perfect Overclock§r!')) + }) event.addAdvanced(['gtceu:nether_dome'], (item, advanced, text) => { text.add(1, text.of('§7Artificial enviroment to simulate the Nether.')), text.add(2, text.of(`§7The interior is customizable! Check the multiblock preview in JEI.`))