Tags
Creators
Details
Licensed MPL-2.0
Published 4 years ago
All versions
26.1.11
Release
[FABRIC] [26.1.x] v26.1.113 weeks ago 202.1K
Compatibility
Minecraft: Java Edition
26.1.x
Platform
Fabric
Supported environments
Client-side
Server-side
Client and server
Required content
Changes
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[v26.1.11-mc26.1.x] - 2026-06-15
Fixed
- Fix
ModPackMetadataProvidergenerating invalid metadata
[v26.1.10-mc26.1.x] - 2026-06-10
Added
- Add
AbstractWidgetsContainerScreen
Changed
- Delay calling
ClientModConstructor::onRegisterBlockStateResolver
Fixed
- Fix error when installed together with the Cucumber Library mod
- Fix
NetworkingHelper::hasChannelnot checkingConnection::isConnectedon NeoForge
[v26.1.9-mc26.1.x] - 2026-05-30
Changed
- Make registry syncing more lenient for vanilla clients on Fabric
Fixed
- Fix crash when trying to open a config screen for a config which is not loaded
- Fix wrong sign type being passed to the
BlockSetVariant#HANGING_SIGNitem
[v26.1.8-mc26.1.x] - 2026-05-17
Fixed
- Fix crash on dedicated servers due to referencing the unregistered
ClientTagsUpdatedCallback - Fix crash when installed together with the ModernFix mod
[v26.1.7-mc26.1.x] - 2026-05-17
Added
- Add
ServerResourcesLoadCallback&ClientTagsUpdatedCallback, replacingTagsUpdatedCallback - Add support for tag file removals on Fabric during data generation
- Add
DataAttachmentType::remove
Fixed
- Fix breaking the Do a Barrel Roll mod
- Fix
TransmuteShapedRecipeBuilderstill usingItemStackinstead ofItemStackTemplate
[v26.1.6-mc26.1.x] - 2026-05-06
Added
- Add
SimpleHumanoidArmorLayerandSimpleItemInHandLayer
Fixed
- Fix
EventResultHoldernot accepting anullvalue
[v26.1.5-mc26.1.x] - 2026-05-06
Added
- Add
ServerEntityEvents, deprecatingServerEntityLevelEvents - Add
HotbarScrollingCallback, deprecatingClientInputEvents::MouseScroll - Add an additional
ItemComponentsContext::registerItemComponentsPatchoverload
Fixed
- Fix crash with the Do a Barrel Roll mod
[v26.1.4-mc26.1.x] - 2026-04-30
Added
- Add
SingleChestRenderer::createXmasChest - Add
ItemComponentsContext$InitializerV2
Changed
- Update
ServerEntityLevelEvents$Loadto use the native Fabric event
[v26.1.3-mc26.1.x] - 2026-04-29
Fixed
- Properly support data components in
LazyHolder
[v26.1.2-mc26.1.x] - 2026-04-27
Changed
- Refactor
SingleChestRenderer - Skip world upgrade screens
Fixed
- Fix texture return types in
ModelLocationHelper - Fix recompilation failing for the common subproject due to a missing access transformer entry
[v26.1.1-mc26.1.x] - 2026-04-26
Fixed
- Fix the Mixin config plugin package for common
[v26.1.0-mc26.1.x] - 2026-04-24
Changed
- Update to Minecraft 26.1.x
- Refactor
SpecialBlockModelRenderersContextasBuiltInBlockModelsContext - Replace with
ItemComponentsContext&ModConstructor::onRegisterItemComponentPatches CustomTransmuteRecipesno longer store theRecipeSerializer, instead they use the ResourceKey for dynamically retrieving the serializer instance- Rename
ExtractRenderStateCallbacktoExtractEntityRenderStateCallback - Rename
DrawItemStackOverlayCallbacktoExtractItemStackDecorationsCallback
Removed
- Remove
ClientModConstructor::onRegisterBlockRenderTypes&ClientModConstructor::onRegisterFluidRenderTypes - Remove
BlockColorsContext::getBlockColor - Remove
SpritelessImageButton - Remove
MutableBakedQuad::hasAmbientOcclusion - Remove
ChunkSectionLayerhandling inClientBlockSetFamily - Remove
VillagerTradesContext - Remove plain
TickingBlockEntity::clientTickandTickingBlockEntity::serverTickmethods - Remove
AbstractLanguageProvider$BlockFamilyBuilder - Remove
PlayerInteractEvents$UseEntityAtin favor ofPlayerInteractEvents$UseEntity
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:QAGBst4M:EzXrKtxs"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:QAGBst4M:EzXrKtxs"
}


