Updated Concurrent Chunk Management Engine to 0.3.1+alpha.0.41 devbuild (1.21.3)
- 4ee9be9c fix: full lithium 0.14.5+ compatibility - ishland
Updated ImmediatelyFast to 1.3.4 (1.21.3)
Updated Inventory Profiles Next to 2.1.2 (1.21.3)
What's new
2.1.2
Changes
- Fixed forge and neoforge critical startup initialisations
Announcement
- As usual when I announce the end-of-life of a specific version, Murphy makes me release at least one more :)
- This is the last release that supports 1.21.3
Updated Lithium to 0.14.6 (1.21.3)
Lithium 0.14.6 for Minecraft 1.21.3 disables the LithiumHashPalette optimization by default due to many users reporting issues.
Make sure to take a backup of your world before using the mod and please report any bugs and mod compatibility issues at the issue tracker. You can check the description of each optimization and how to disable it when encountering a problem.
Additions
- Automatic release publishing workflow
Changes
- Disable
mixin.chunk.palette
(LithiumHashPalette) by default.
Updated Text Placeholder API to 2.5.2 (1.21.3)
Full Changelog: https://github.com/Patbox/TextPlaceholderAPI/compare/2.5.1+1.21.3...2.5.2+1.21.3
Updated Reese's Sodium Options to 1.8.3 (1.21.3)
Full Changelog: https://github.com/FlashyReese/reeses-sodium-options/compare/mc1.21.4-1.8.2...mc1.21.4-1.8.3
Updated Resourcify to 1.7.0 (1.12.3)
Resourcify 1.7.0
In addition, Resourcify's build system has been entirely rewritten using architectury loom and stonecutter, which will speed up future development of Resourcify.
Updated Shulker Box Tooltip to v5.2.2 (1.21.3)
5.2.2+1.21.3:
- Fixed missing previews for trapped chests (#188)
- Fixed custom tooltips being ignored on Fabric (#193)
- Fixed crash on Forge dedicated servers (#189, #192)
Updated Fabric API to 0.114.0 (1.21.2)
- Fix build (modmuss50)
- Fix build (modmuss50)
- Bump version (modmuss50)
- [1.21.1-1.21.4] Custom Ingredients sync fix (#4322) (Salandora)
- Check to make sure Feature isn't present before adding it (#4323) (Joseph T. McQuigg)
- Fix NPE in WaterPotionStorage#isWaterPotion (#4313) (Bruno Ploumhans)
Updated ImmediatelyFast to 1.3.4 (1.21.2)
This release is a hot fix for a critical issue introduced with Sodium 0.6.4 (published earlier today) that was causing frequent crashes. We have archived the previous release and recommend that all players using Sodium 0.6.4 instead update to this version.
Sodium 0.6.5
- Fixed a bug that would cause any usage of block or item rendering from entities to immediately crash.
Sodium 0.6.4
- Fixed a number of bugs with translucency sorting which were caused by the wrong camera coordinates being used in rendering.
- This also fixes rendering bugs with Distant Horizons that were introduced in Sodium 0.6.3.
- Fixed the rendering of block models which have quads with different shading modes (i.e. VT's Bushy Leaves, Bray's World...)
- Fixed a bug that prevented the "Help" button in dialog boxes from opening the default web browser on Windows.
- Improved the rendering of the "Pale Oak Leaves" block in Fast graphics mode.
- ... and some other very minor improvements and changes.
Updated Lithium to 0.14.6 (1.21.2)
Lithium 0.14.6 for Minecraft 1.21.3 disables the LithiumHashPalette optimization by default due to many users reporting issues.
Make sure to take a backup of your world before using the mod and please report any bugs and mod compatibility issues at the issue tracker. You can check the description of each optimization and how to disable it when encountering a problem.
Additions
- Automatic release publishing workflow
Changes
- Disable
mixin.chunk.palette
(LithiumHashPalette) by default.
Updated Reese's Sodium Options to 1.8.3 (1.21.2)
Full Changelog: https://github.com/FlashyReese/reeses-sodium-options/compare/mc1.21.4-1.8.2...mc1.21.4-1.8.3
Updated Resourcify to 1.7.0 (1.21.2)
Resourcify 1.7.0
In addition, Resourcify's build system has been entirely rewritten using architectury loom and stonecutter, which will speed up future development of Resourcify.
Updated Sodium to 0.6.5 (1.21.2)
This release is a hot fix for a critical issue introduced with Sodium 0.6.4 (published earlier today) that was causing frequent crashes. We have archived the previous release and recommend that all players using Sodium 0.6.4 instead update to this version.
Sodium 0.6.5
- Fixed a bug that would cause any usage of block or item rendering from entities to immediately crash.
Sodium 0.6.4
- Fixed a number of bugs with translucency sorting which were caused by the wrong camera coordinates being used in rendering.
- This also fixes rendering bugs with Distant Horizons that were introduced in Sodium 0.6.3.
- Fixed the rendering of block models which have quads with different shading modes (i.e. VT's Bushy Leaves, Bray's World...)
- Fixed a bug that prevented the "Help" button in dialog boxes from opening the default web browser on Windows.
- Improved the rendering of the "Pale Oak Leaves" block in Fast graphics mode.
- ... and some other very minor improvements and changes.
Updated Iris Shaders to 1.8.1 (1.21.2)
Update to Sodium 0.6.1.
Updated Chat Heads to 0.13.11 (1.21.1)
allow "Before Name" rendering when Modern UI's text engine is disabled
Updated Concurrent Chunk Management Engine to 0.3.0+alpha.0.314 devbuild (1.21.1)
- 3272b4ba perf: allow unloading to be cancelled - ishland
- ce05a9d2 fix: allow cancellation on unloading stage 3 - ishland
Updated Fabric API to 0.115.0 (1.21.1)
- Bump version (modmuss50)
- Fix syncing block entity attachments on load. (#4390) (modmuss)
Updated Fzzy Config to 0.6.3 (1.21.1)
Reminder of breaking changes in 0.6.x
ValidatedEntityAttribute
is removedCustom[Widgets]
are moved from the internal widget package to the custom package- Several widgets and other classes have been deleted
PopupWidget
has many deprecations, and probably at least one breaking change despite my best efforts- As of 0.6.3,
ActiveButtonWidget
is unused and deprecated, marked for removal by 0.7.0 - As of 0.6.3,
TextlessActionWidget
is unused and deprecated, marked for removal by 0.7.0 - Possibly more, I didn't take great notes
Registrar is still marked experimental with anticipated stability by 0.7.0
As of 0.6.0, 1.20.4 and 1.20.6 will no longer be receiving active updates.
Additions
- new validation
ValidatedChoiceList
. Similar toValidatedChoice
, but the list version allows for enabling/disabling of none to all of the possible options while the Choice is one and always one of the choices from the options.- New
toChoiceSet
helper method inValidatedList
,ValidatedSet
, andValidatedChoice
for creation of choice lists from the backing validation.
- New
- Added
testVersion
method toPlatformApi
for platform-agnostic testing of MC or mod version CustomButtonWidget
now accepts anactiveSupplier
to dynamically update active state, and amessageSupplier
to dynamically update the button label. See the builder for details.
Changes
@Validated[Number].Restrict
annotations now accept an optionalValidatedNumber.WidgetType
with the new third paramtype
- Reimplemented all instances of
ActiveButtonWidget
as built or extended-fromCustomButtonWidget
, and ActiveButtonWidget is now deprecated. - Reimplemented all instances of
TextlessActionWidget
as builtCustomButtonWidget
, and TextlessActionWidget is now deprecated.
Fixes
- Fixed suggestion windows not being properly linked up in the config screen.
- Several popups, widgets, and so on have better layout and positioning; fixed several weird overlap and underlap issues among other things.
- Top and bottom of scrollable lists now position better.
- Fixed searching leading to entries "hiding" above the top of the viewport, needing you to scroll up to find them despite not having a scroll bar potentially
- Group collapsing now properly positions the bottom of the setting list at the bottom of the list viewport when applicable
Updated ImmediatelyFast to 1.3.4 (1.21.1)
Updated Lithium to 0.14.7 (1.21.1)
Lithium 0.14.7 for Minecraft 1.21.1 fixes a few mod compatibility issues.
Make sure to take a backup of your world before using the mod and please report any bugs and mod compatibility issues at the issue tracker. You can check the description of each optimization and how to disable it when encountering a problem.
Fixes
- Fix crash with level wrappers from various mods
- Fix crash with moonrise: Set require=0 for ChunkStatusTracker Inject
Updated ModernFix to 5.20.2 (1.21.1)
Depending on the size of this release, there may be a human-readable changelog available on the wiki page.
Changes since 5.20.0+1.21.1
- Improve bulk dynamic model loading performance - embeddedt
- Fix remapping issue on Neo - embeddedt
- Add more locking in various vanilla model loading paths - embeddedt
- Prevent crash when server sends invalid palette - embeddedt
- Modernize toolchain - embeddedt
- Prevent sculk events in addPassenger from deadlocking the game during worldgen - embeddedt
- Add debug feature to catch illegal block entity map mutation - embeddedt
Updated Particle Core to 0.2.5 (1.21.1)
Additions
Changes
- None
Fixes
- Fix config not opening from main menu screen.
Updated Resourcify to 1.7.0 (1.21.1)
Resourcify 1.7.0
In addition, Resourcify's build system has been entirely rewritten using architectury loom and stonecutter, which will speed up future development of Resourcify.
Updated Shulker Box Tooltip to v5.1.3 (1.21.1)
5.1.3+1.21.1:
- Fixed plugin loading errors in single-player
- Fixed crash on Forge dedicated servers (#189, #192)
- Fixed missing previews for trapped chests (#188)
This version of the modpack is an alternative to 3.9-A6, with updated Sodium and Iris, but without Nvidium and Voxy
Updated Iris to 1.8.1 (1.21.1)
Update to Sodium 0.6.1.
Updated Reese's Sodium Options to 1.8.3 (1.21.1)
Full Changelog: https://github.com/FlashyReese/reeses-sodium-options/compare/mc1.21.4-1.8.2...mc1.21.4-1.8.3
Updated Sodium to 0.6.5 (1.21.1)
This release is a hot fix for a critical issue introduced with Sodium 0.6.4 (published earlier today) that was causing frequent crashes. We have archived the previous release and recommend that all players using Sodium 0.6.4 instead update to this version.
Sodium 0.6.5
- Fixed a bug that would cause any usage of block or item rendering from entities to immediately crash.
Sodium 0.6.4
- Fixed a number of bugs with translucency sorting which were caused by the wrong camera coordinates being used in rendering.
- This also fixes rendering bugs with Distant Horizons that were introduced in Sodium 0.6.3.
- Fixed the rendering of block models which have quads with different shading modes (i.e. VT's Bushy Leaves, Bray's World...)
- Fixed a bug that prevented the "Help" button in dialog boxes from opening the default web browser on Windows.
- Improved the rendering of the "Pale Oak Leaves" block in Fast graphics mode.
- ... and some other very minor improvements and changes.
Updated Sodium Extra to 0.6.0 (1.21.1)
Full Changelog: https://github.com/FlashyReese/sodium-extra-fabric/compare/mc1.21.3-0.6.0-beta.4...mc1.21.1-0.6.0
Updated Sodium Shadowy Path Blocks to 4.0.0 (1.21.1)
Mainly just some changes behind the scenes
Updated for Sodium 0.6.2
New:
- Added Turkish (tr_tr) localization (by MissionWAR).
Fabric Loader version 0.16.10 and higher is required!
Updated Concurrent Chunk Management Engine to 0.3.0+alpha.0.312 devbuild (1.21.1)
- 556bdd8e fix: full lithium 0.14.5+ compatibility - ishland
Updated Fzzy Config to 0.6.2 (1.21.1)
Reminder of breaking changes in 0.6.x
ValidatedEntityAttribute
is removedCustom[Widgets]
are moved from the internal widget package to the custom package- Several widgets and other classes have been deleted
PopupWidget
has many deprecations, and probably at least one breaking change despite my best efforts- Possibly more, I didn't take great notes
Registrar is still marked experimental with anticipated stability by 0.7.0
As of 0.6.0, 1.20.4 and 1.20.6 will no longer be receiving active updates.
Additions
- None.
Changes
Registrar
and it's implementations now expectSupplier<? extends T>
instead ofSupplier<T>
Fixes
- None.
Updated Inventory Profiles Next to 2.1.2 (1.21.1)
What's new
2.1.2
Changes
- Fixed forge and neoforge critical startup initialisations
Announcement
- As usual when I announce the end-of-life of a specific version, Murphy makes me release at least one more :)
- This is the last release that supports 1.21.3
Updated Lithium to 0.14.5 (1.21.1)
Lithium 0.14.5 is a backport release for Minecraft 1.21.1 which fixes a server crash that can be caused deliberately by clients. Make sure to take a backup of your world before using the mod and please report any bugs and mod compatibility issues at the issue tracker. You can check the description of each optimization and how to disable it when encountering a problem.
Additions
- Replace streams in Tempting Sensor
- Add debug info for LithiumHashPalette
Changes
- Use fast iterator in Brain outdated memory removal
- Handle BlockTag changes for pathnode and block predicates
Fixes
- Fix server crash that can be caused deliberatly by clients (Thanks to Drex for reporting)
- Keep block entity tickers subscribed to world border changes on size-unrelated world border events
- Fix game event dispatcher optimization by using chunk status tracking
- Fix block entity initialization issues
- Neoforge: Avoid initializing hopper's entity tracking during sleeping attempt
- Neoforge: Update hopper optimization for new neoforge version
Updated Resourcify to 1.6.1 (1.21.1)
Resourcify 1.6.1
The future
This will be the last version that supports all the versions currently supported by Resourcify, in the next version only the following version will be supported:
- 1.21.2-1.21.4
- 1.21.0-1.21.1
- 1.20.0-1.20.1
This decision has been made to streamline the development process, the versions that we are continuing to support account for almost 80% of all downloads over the last 30 days. After this point, all other versions will only receive critical updates, this means if a source API changes or a common crash is found, this will still be fixed. But no new features will be added.
Changes
- Added French translations. - AuthenTiiq (#62)
- Added Portuguese (Brazil) translations. - SeriousFreezing (#58)
- Updated Korean translations. - Koala0107 (#57)
- Updated Turkish translations. - WinTone01 (#60)
- Fixed Resourcify not showing all Modrinth datapacks due to an API change.
- Fixed sorting issues in CurseForge updating causing an older version to be shown as the new version.
- Fixed update all button showing even when no uploads are available, and getting stuck on "updating..." when clicked.
Modpack updated to 1.21.4
- Alternate Current [1.9.0]
- Axiom [4.4.0]
- BadOptimizations [2.2.1]
- BetterF3 [13.0.0]
- Bobby [5.2.6+mc1.21.4]
- Chat Heads [0.13.8]
- Cloth Config v17 [17.0.144]
- Concurrent Chunk Management Engine [0.3.2+alpha.0.24+1.21.4]
- Continuity [3.0.0+1.21.4]
- Dynamic FPS [3.7.7]
- EntityCulling [1.7.2]
- Fabric API [0.114.2+1.21.4]
- Fabric Language Kotlin [1.13.0+kotlin.2.1.0]
- FerriteCore [7.1.1]
- Fzzy Config [0.6.0+1.21.3]
- I see you over there! [1.0.3+1.21.3]
- ImmediatelyFast [1.3.3+1.21.4]
- Inventory Profiles Next [2.1.0]
- Iris [1.8.5+mc1.21.4]
- Ksyxis [1.3.2]
- LambDynamicLights [4.0.1+1.21.4]
- Language Reload [1.7.2+1.21.4]
- Lithium [0.14.3+mc1.21.4]
- Mod Menu [13.0.0]
- ModernFix [5.20.1+mc1.21.4]
- Noisium [2.5.0+mc1.21.4]
- Ok Zoomer [12.0.0-beta.3]
- Reese's Sodium Options [1.8.2+mc1.21.4]
- Resourcify [1.6.0]
- ServerCore [1.5.8+1.21.4]
- Shulker Box Tooltip [5.2.2+1.21.4]
- Smooth Scroll [2.2.2.1]
- Sodium [0.6.6+mc1.21.4]
- Sodium Extra [0.6.1+mc1.21.4]
- Sodium Shadowy Path Blocks [4.0.0]
- Very Many Players [0.2.0+beta.7.190+1.21.4]
- Video Tape [1.0.0]
- YetAnotherConfigLib [3.6.2+1.21.4-fabric]
- libIPN [6.2.1]
Added Resourcify 1.6.0 (1.21.3)
Added Smooth Scrolling 2.2.1 (1.21.3)
Added Shulker Box Tooltip v5.2.1 (1.21.3)
Added Language Reload 1.7.2 (1.21.3)
Updated Concurrent Chunk Management Engine to 0.3.1+alpha.0.40 devbuild (1.21.3)
- 09194fe7 fix: mobcaps counting in border chunks - ishland
Updated Fabric API to 0.114.0 (1.21.3)
- Fix build (modmuss50)
- Fix build (modmuss50)
- Bump version (modmuss50)
- [1.21.1-1.21.4] Custom Ingredients sync fix (#4322) (Salandora)
- Check to make sure Feature isn't present before adding it (#4323) (Joseph T. McQuigg)
- Fix NPE in WaterPotionStorage#isWaterPotion (#4313) (Bruno Ploumhans)
Updated libIPN to 6.2.1 (1.21.3)
What's new
6.2.1
- Adds support for multiple key combinations per keybind. Accessible through the button icon of the keybind option.
Updated Video Tape to 1.5.0 (1.21.3)
No changelog specified.
Updated Concurrent Chunk Management Engine to 0.3.0+alpha.0.310 devbuild (1.21.1)
- 3518529b change: remove a micro optimization that provides virtually zero benefit - ishland
Updated Fzzy Config to 0.6.0 (1.21.1)
Version 0.6.0 implements several breaking changes, please update implementations as needed, and feel free to reach out to discuss issues that come up.
ValidatedEntityAttribute
is removedCustom[Widgets]
are moved from the internal widget package to the custom package- Several widgets and other classes have been deleted
PopupWidget
has many deprecations, and probably at least one breaking change despite my best efforts- Possibly more, I didn't take great notes
Registrar is still marked experimental with anticipated stability by 0.7.0
As of 0.6.0, 1.20.4 and 1.20.6 will no longer be receiving active updates.
Additions
- Created a ground-up list widget system with
CustomListWidget
and the built-in implementationDynamicListWidget
. This new list is more powerful than the vanilla lists, allowing for varying heights for each element, hiding/unhiding individual entries, built in searching of entries, and more. - Created
Searcher
system for building simple search implementations from a collection of elements. ValidatedPair
and corresponding methodValidatedPair.pairWith
. This new validation joins two settings into one, and displays their widgets side-by-side. This is convenient for number ranges and so on.- Validated numbers now have a third widget type,
TEXTBOX_WITH_BUTTONS
. The standard entrybox also has a small up and down button with this layout. - Added custom ScreenNarrator implementation for config screens with several improvements and bug fixes over the vanilla narrator.
Translatable Updates
Translatable
now includes aprefix
element. Add a lang key for a setting, section, or config to add inline "prefix text" that appears above the setting or at the top of the setting list, respectively. This pairs well with the next addition- For implementations of
Translatable
, be sure to overridehasPrefix
,prefix
, andprefixKey
as needed.
Config Groups
- Added new Config Group system. Groups are inline, collapsible collections of settings. Groups are an excellent place to add a prefix, to provide a general description of what the settings inside the group do.
- Groups can be nested, though this is probably not needed in most circumstances
Screen Anchors
- Configs, Sections, and Groups are now Anchors, much like anchors in a web page.
- A new go-to menu in the bottom left (accessible by pressing Ctrl + E also) allows you to quickly navigate between all the anchors of the current config namespace.
Context Action System
- Created new keybind-like
ContextAction
system that allows for powerful handling of context actions and key presses. - Automatically builds context menus as applicable to the right-clicked element.
- Handles complex keybinds like ctrl-shift-C, etc.
- Handles inputs in a layered manner, allowing each layer to only capture the inputs it cares about, passing the input
- Added several new keybinds
- F1: Opens info screen
- Ctrl + E: Opens goto menu
- Backspace: Return to the previous config screen
- Home: Scrolls to the top of the config list
- End: Scrolls to the bottom of the config list
- (Context menu): You can now fully clear collection settings with the Clear command.
EntryCreator
- New system for creating list entries in an orderly manner
ValidatedField
now has several helper methods for easily creating custom entries without needing to fully re-implement the base design.
LayoutWidget
LayoutWidget
added, a generalization and improvement of the system inPopupWidget
. This widget can be used to create automatically laid out collections of widgets using a DOM-like layout model.- Entry creators and several other systems in FC now use these layouts.
Changes
- The Result Provider API is promoted to stable
- The
Pos
system now implementsSupplier
- Overhauled the
Decoration
system, nowDecorated
, a simple Drawable-like interface that allows passing of different types of icons to various FC systems, dynamically rendered, animated, etc. - Most custom widget implementations now use a
TextureSet
system for defining textures to use in various hovered and focused states
Fixes
- Fix apparent concurrent modification problem with screen scope registration.
- Moved catalogue compat back to somewhere that Catalogue can actually find it.
- Fix crash on suggestion windows trying to substring empty suggestions.
- Fix config objects that don't implement
equals
not mapping properly between de/serializations, which improperly caused resets of data. - Fixed bug with update de/serialization not working properly on nested config sections
Updated libIPN to 6.2.1 (1.21.1)
What's new
6.2.1
- Adds support for multiple key combinations per keybind. Accessible through the button icon of the keybind option.
Updated Fabric API to 0.114.0 (1.21.1)
- Bump version (modmuss50)
- [1.21.1-1.21.4] Custom Ingredients sync fix (#4322) (Salandora)
- Check to make sure Feature isn't present before adding it (#4323) (Joseph T. McQuigg)
- Fix NPE in WaterPotionStorage#isWaterPotion (#4313) (Bruno Ploumhans)
Updated ModernFix to 5.20.0 (1.21.1)
Depending on the size of this release, there may be a human-readable changelog available on the wiki page.
Updated Video Tape to 1.5.0 (1.21.1)
No changelog specified.
Added Better Beds 1.4.0 (1.21.3)
Added BetterF3 v12.0.0 (1.21.3)
Updated Concurrent Chunk Management Engine to 0.3.1+alpha.0.38 devbuild (1.21.3)
- 9502f871 fix: handle reentrance in ServerEntityManager#unloadChunks - ishland
Added Better Beds 1.4.0 (1.21.1)
Updated Concurrent Chunk Management Engine to 0.3.0+alpha.0.308 devbuild (1.21.1)
- 74afd310 fix: handle reentrance in ServerEntityManager#unloadChunks - ishland
Added LambDynamicLights 3.1.4 (1.21.1)
Updated Fabric API to 0.112.1 (1.21.3)
- Bump version (modmuss50)
- Update translations (modmuss50)
- Make dynamic registry element path include namespace for none vanilla registries (#4180) (Josiah Glosson, modmuss)
- Rename convention tag mixin package does it doesn't clash with the new tag api. (#4300) (modmuss)
Updated Sodium to 0.6.5 (1.21.3)
This release is a hot fix for a critical issue introduced with Sodium 0.6.4 (published earlier today) that was causing frequent crashes. We have archived the previous release and recommend that all players using Sodium 0.6.4 instead update to this version.
Sodium 0.6.5
- Fixed a bug that would cause any usage of block or item rendering from entities to immediately crash.
Sodium 0.6.4
- Fixed a number of bugs with translucency sorting which were caused by the wrong camera coordinates being used in rendering.
- This also fixes rendering bugs with Distant Horizons that were introduced in Sodium 0.6.3.
- Fixed the rendering of block models which have quads with different shading modes (i.e. VT's Bushy Leaves, Bray's World...)
- Fixed a bug that prevented the "Help" button in dialog boxes from opening the default web browser on Windows.
- Improved the rendering of the "Pale Oak Leaves" block in Fast graphics mode.
- ... and some other very minor improvements and changes.
Added Video Tape 1.4.0 (1.21.2)
Updated BadOptimizations to 2.2.1 (1.21.2)
- The 1.21.2/1.21.3 jars now also work on 1.21.4
- Loading on a Forge/NeoForge server now prints a proper error message instead of crashing
- Lightmap caching is now marked as incompatible with Polytone Note that this is a reupload on Modrinth-I mistakenly uploaded the fabric-only jar for 1.21.2-21.4 previously.
Updated Cloth Config API to v16.0.143 (1.21.2)
No changelog specified.
Updated Fabric API to 0.112.0 (1.21.2)
- Bump version (modmuss50)
- Registry aliasing (#4231) (Syst3ms, modmuss50)
- Add tag aliases (#4198) (Juuz)
Updated BadOptimizations to 2.2.1 (1.21.3)
- The 1.21.2/1.21.3 jars now also work on 1.21.4
- Loading on a Forge/NeoForge server now prints a proper error message instead of crashing
- Lightmap caching is now marked as incompatible with Polytone
Note that this is a reupload on Modrinth-I mistakenly uploaded the fabric-only jar for 1.21.2-21.4 previously.
Updated Cloth Config API to v16.0.143 (1.21.3)
No changelog specified.
Updated Concurrent Chunk Management Engine to 0.3.1+alpha.0.37 devbuild (1.21.3)
42bcdbac fix: missed threading fixes in stronghold and nether fortress - ishland
Updated Entity Culling to 1.7.2 (1.21.3)
What's Changed
- Add 1.21.4 support
- Whitelist avm_staff:campfire_flame entity by @opekope2 in https://github.com/tr7zw/EntityCulling/pull/180
- Add Malay and Malay (Jawi) translations by @NuruddinPlays in https://github.com/tr7zw/EntityCulling/pull/182
New Contributors
- @opekope2 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/180
- @NuruddinPlays made their first contribution in https://github.com/tr7zw/EntityCulling/pull/182
Full Changelog: https://github.com/tr7zw/EntityCulling/compare/1.7.1...1.7.2
Updated Fabric API to 0.112.0 (1.21.3)
- Bump version (modmuss50)
- Registry aliasing (#4231) (Syst3ms, modmuss50)
- Add tag aliases (#4198) (Juuz)
Updated Sodium to 0.6.3 (1.21.3)
- [MC 1.21.4] Fixed compatibility with NeoForge 21.4.3+ Beta
- [MC 1.21.4] Fixed a bug causing font effects (such as italic, bold, underline) and text backgrounds to not render correctly.
- Fixed a number of bugs with fluid rendering that were causing faces to be hidden incorrectly against some modded blocks.
- Fixed detection of Intel graphics cards on Windows, which was causing some important workarounds to not apply.
- Startup warnings about incompatible NVIDIA or Intel GPU driver versions will now only be shown if the GPU is actually in use.