changelog for toolbelt, removed the old tooltips too

This commit is contained in:
Pyritie 2025-08-13 22:28:34 +01:00
parent 4cb712ceab
commit 85627439eb
2 changed files with 5 additions and 9 deletions

View file

@ -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

View file

@ -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.`))