Add support for newer versions and upgrade to Java 21#4348
Open
intisy wants to merge 530 commits into
Open
Conversation
Contributor
|
Pro Tip!
If your changes do not fall into any of these categories, don't worry. You can just ignore this message in that case! 👀 |
|
Just a heads up. The program has been officially abandoned for 5 months and no further updates will be done |
intisy
force-pushed
the
experimental
branch
5 times, most recently
from
May 16, 2026 14:12
3c98bfc to
b4972d6
Compare
- 155 presets x 8 languages; &-code, lore-length & preset parity verified vs en - clean boot on 26.2
…e-audit dump - core items.yml: ENDER_*_TALISMAN (16) + BIRTHDAY_CAKE x 9 languages - ItemTranslationService.dumpUntranslated (gated by dump-menu-baseline) lists enabled items lacking a translation per addon, for auditing coverage
…ation, Discord links, docs cleanup
… log POST failures
… configs kept it empty)
…imeTinker traits)
…st in a solid block
… guide.external-links
…, gated + comment-safe note
…ct output from the dispenser when full
…cher config editor (Name (key), framed layout); fill empty wiki slot
… <Type> section titles) - remove markGuideSource usage in the guide, the ChestMenuUtils helper + marker, and PacketTranslationService.maybeAppendGuideSource + its now-unused imports + the marker test
…ier heuristic - addons can declare an item's guide type (a category id) for items the material/type heuristic can't classify (resources/decoration/magic); heuristic stays the fallback - ItemTypeClassifier.classify returns the declared type first; unknown ids still fall to Misc via the registry check - test: declared type overrides the heuristic
…the untested addon path) - CategoryMenuBuilder.build gains a package-private item-source seam; a registered addon-namespaced sword now asserted to land in a typed Weapons section (the path that failed in-game was only ever a stale/pre-classification build)
…tional guide screens - GuideWidget(id, name, icon, order, opener) + per-boot GuideWidgetRegistry; Slimefun.getGuideWidgets() - lets an addon (e.g. SlimefunAdvancements) register a functional screen the guide embeds on both layouts, instead of injecting a custom category/layout
…uts gone; widget row - both classic + categorized main menus now show only the shared category tiles (via CategoryMenuBuilder); addon-defined categories/custom browse layouts are never rendered (their items classify) - categorize toggle now only controls how a category opens: sectioned (categorized) vs a flat item grid (classic, new openCategoryItemsFlat over CategoryItemGroup.getAllItems) - functional addon widgets render as a dedicated bottom-row entry on the main menu (both layouts) via the GuideWidget registry
…lanking the guide
…ty would blank the menu
…attribute tooltips
…st + warn); GuideWidget top/bottom buttons
…config-overridable)
…irely (non-interactive, no free-item exploit)
…ons w/ top-row overflow; default unstyled lore to gray
… uncovered surfaces never leak raw ids
…nhanced crafting table)
…port when next cycle started + balance queued-sample count on ticker error
…tion layer keeps the custom name)
… generic headless craft
…xtraStorage) compiled against the old package load on the fork
…ding vanilla attributes so real weapon damage shows
…re.yml) so items still on hardcoded lore stay visible
…6.x lost it without update())
…ork's own bStats project (31272), not upstream; stale comment fixed
…(one-time) + add metrics.disable-addon-metrics flag for consolidated reporting
…onsolidation gate; slimefun5-linked)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This commit adds support for Minecraft versions up to 1.21.11 and upgrades to Java 21.
Proposed changes
I modified the code to work with newer spigot versions, while still supporting any older versions.
Checklist
NonnullandNullableannotations to my methods to indicate their behaviour for null values