Compatibility
Minecraft: Java Edition
1.21–1.21.4
1.20.6
1.20.1
Platforms
Supported environments
75% of ad revenue goes to creators
Support creators and Modrinth ad-free with Modrinth+Creators
Details
Licensed ARR
Published 9 months ago
Updated yesterday
Changelog
Updated Axiom to 4.2.0 (1.21.1)
- Added Modelling tool with flat surface, catmull-rom surface, bezier surface, convex hull, smart surface, triangle strip and triangle fan
- Added entity copy-paste to the Editor UI
- Added support for entities in blueprints
- Other tools can now be used while a Placement is active
- Added direction options to Floodfill Tool
- Added config option to axiom.hocon to override blueprint browser path
- Added window to view all text annotations in the world and teleport to them
- Various bug fixes and performance improvements
Updated Concurrent Chunk Management Engine to 0.3.0+alpha.0.294 devbuild (1.21.1)
- c162b1d0 fix: suppress ghost mushrooms outside of simulation distance - ishland
Updated Dynamic FPS to v3.7.6 (1.21.1)
- Toast rendering issues for versions before 1.21.2 were also resolved
Updated Entity Culling to 1.7.1 (1.21.1)
What's Changed
- Add 1.21.3 support (no 1.21.2)
- Correctly skip invisible armor stands instead of marker
- Fix drg_flares:drg_flare whitelist
- Whitelist Alex's Caves Gum Worm entity in Config by @AlexModGuy in https://github.com/tr7zw/EntityCulling/pull/174
- Create es_es.json by @C4BR3R4 in https://github.com/tr7zw/EntityCulling/pull/171
- Added translation key for keybind category (fix issue #172) by @Thijzert123 in https://github.com/tr7zw/EntityCulling/pull/175
New Contributors
- @AlexModGuy made their first contribution in https://github.com/tr7zw/EntityCulling/pull/174
- @C4BR3R4 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/171
- @Thijzert123 made their first contribution in https://github.com/tr7zw/EntityCulling/pull/175
Updated Fabric API to 0.107.0 (1.21.1)
- Bump version (modmuss50)
- Fix overriding vanilla translations (#4187) (apple502j)
- Add ServerChunkEvents.Generate (#4183) (Jason Penilla)
- Remove LevelProperties check (#4171) (SemmieDev)
- New Crowdin updates (#4167) (Fabric Bot)
- AttachmentType Registration Enhancements (#4109) (forgetmenot13579)
- fix: Add operator tab to common group list and filter for visible tabs in getPageCount. (#4172) (Reece Mackie)
Updated FerriteCore to ferritecore-7.0.2-hotfix-fabric (1.21.1)
- Upload correct jar in automatic release task
Updated Fzzy Config to 0.5.6 (1.21.1)
Additions
- Added a flag system
EntryFlag
toValidatedField
andConfigAction
. Currently only has one flagREQUIRES_WORLD
. A field marked with REQUIRES_WORLD marks that the player needs to be in-game for the setting to work properly. The config screen will show Not in Game instead of the setting, when not in game. - Added
ofDynamicKey
builder methods toValidatedIdentifier
. Use ofofRegistryKey
for non-synced dynamic registries (Loot registries, or modded dynamic registries that don't sync, primarily) is now deprecated and will log a warning.ofDynamicKey
handles synchronization of predicated registry lists more robustly. - Added zh_tw translations
Changes
ValidatedIdentifier
now automatically appliesREQUIRES_WORLD
to validation for dynamic registries, which require the world to be loaded. They will now not be available out of game.- Validation wrappers (lists, ValidatedCondition, etc.) will inherit their delegates flags automatically
- ConfigActions based on
ClickAction.RUN_COMMAND
orClickAction.SUGGEST_COMMAND
now automatically applyREQUIRES_WORLD
Fixes
ValidatedIdentifier
without validation no longer tries to "force" you to use the minecraft namespace in the text box- Enums revert to their proper default when automatically validated (plain field in the config)
- Config actions now respect permissions
Updated ImmediatelyFast to 1.3.1 (1.21.1)
- Reverted fast buffer upload to old approach
- The previous method (Using a streaming buffer) didn't show much of an extra performance improvement, but was a lot more complex/error-prone and doesn't work on older GPUs.
- If you notice a significant performance drop or graphical glitches when updating to this version, please open an issue on the GitHub repository.
- 1.21.2+ only: Fixed performance regression on Apple GPUs
- 1.21.2+ only: Screen Batching: Only batch container items and chat screen
- 1.21.2+ only: Added workaround for item cooldown render order issue
Updated Inventory Profiles Next to 2.0.8 (1.21.1)
What's new
2.0.8
- support for 1.21.3 all modloaders
- some minor bugfixes
Updated Language Reload to 1.7.1 (1.21.1)
- Fixed potential NullPointerException.
Updated libIPN to 6.1.1 (1.21.1)
What's new
6.1.1
- fixed swipe shift click to detect mouse button release.
Updated Lithium to 0.14.0 (Beta 1) (1.21.1)
This is the first experimental release for Lithium 0.14.0 which supports both the fabric and neoforge modloader. Make sure to take a backup of your world before using this experimental version. In case you find any bugs, please report them at the issue tracker. You can check the description of each optimization and how to disable it when encountering a problem.
Changes
- Adapt almost all optimizations and settings to work with neoforge
Updated Resourcify to 1.5.0.1 (1.21.1)
Resourcify 1.5.0.1
- (1.21.2/3 fabric) Fixed mod not being marked as compatible with 1.21.2.
- (1.21.0/1 fabric) Fixed mod not being marked as compatible with 1.21.0.
Resourcify 1.5.0
Please make sure to report any bugs and/or visual anomalies on Resourcify's GitHub or in the Discord.
New features
- Added world support: a plus button will now appear on the world selection screen, which you can use to download maps from CurseForge.
- Added config option to disable the buttons in specific screens (for example you can disable the world browser button,
if you wish). To access Resourcify's config go to mod menu for fabric and click on Resourcify and then the config
button, or for (Neo)Forge press the mods button, select Resourcify and then press the config button. If you would like
to include a specific config in a modpack, all settings are saved in
.minecraft/config/resourcify.json
. - Added a config option to choose if you want to use full resolution images (when available) instead of the lower resolution thumbnail images, this is usefully if you have a high-resolution screen and a fast internet connection.
- Added Korean translations by Koala0107 (#52).
- Support for 1.21.3 fabric, Forge and NeoForge will come at a later date.
Changes
- Fix modrinth gallery images using low-res images when opening them
- Use linear scaling for images instead of nearest neighbour scaling, fixes modrinth banners and logos looking pixelated due to modrinth switching to lower-resolution images for them.
- Switch to smaller thumbnail images for search and un-opened gallery images, improves gallery image loading speed, especially on slower connections
- Fix buttons getting re-created too many times, causing the fancy menu widget locator to change
Updated Shulker Box Tooltip to v5.1.2 (1.21.1)
5.1.2+1.21.1:
- Added Traditional Chinese localization by notlin4. (#177)
Updated Very Many Players to 0.2.0+beta.7.169 devbuild (1.21.1)
e33cd3cf fix: bypass staging when adding player - ishland
Dependencies
voxy-0.1.6-alpha.jarAdded via overrides
ResolutionControl-3-1.21.1-4.0.2.jarAdded via overrides
RailOptimization-1.2.jarAdded via overrides
Files
Metadata
Release channel
ReleaseVersion number
3.9Loaders
Game versions
1.21.1Downloads
22Publication date
November 2, 2024 at 7:19 AMPublisher

SparkleFlake
Owner