Included content
| Name | |
|---|---|
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog.
BlockColors and ItemColors to ColorProvidersContextTransformTypeLivingEntityRenderLayersContextAbstractSkeleton::getStepSound to make the class extensiblecom.electronwill.nightconfig.core.io.ParsingException: Not enough data available.minecraft/config directory instead of locally per worldBlockRenderTypesContextRenderTypes for blocks and fluids in the common projectContentRegistrationFlags so a mod can request specific features that need to be registered to work to be enabledModConstructor::onRegisterBiomeModifications similar to Forge's old BiomeLoadingEvent from before Minecraft 1.19 for applying biome modifications in code in the common project rather than via data packs (like Forge does now)ReflectionHelperV2 to allow for passing target classes in as a raw type name to handle classes that may not be accessible or not present at runtimeItemModelOverrides for registering custom item models for certain ItemTransforms.TransformTypes (like trident and spyglass)BlockEntityWithoutLevelRenderers not reloading when the resource listener does on ForgeNonNullLists when filling in creative mode tab itemsfabric.mod.json access widener entryquilt.mod.jsonPotionBrewingRegistry for registering potions using Ingredient instead of Item, while also providing access in the Common projectClientModConstructor for registering custom skull type renderers and entity shaders for spectator modeSkullRenderersRegistry on Fabric for registering models for custom skull typesEntitySpectatorShaderRegistry on Fabric for registering entity shaders for spectator modeAdditionalAddEntityData interface for sending extra data to clients when an entity is addedCommonAbstractions now includes simplified methods for creating a new CreativeModeTabRegistryReference now includes two helper methods to check whether the reference is present or emptyjava.lang.StackOverflowError when rendering custom creative mode tab due to an oversightCreativeModeTabBuilder, replacing previous factory methods while allowing for setting many more options on a tabKeyMapping is activeStairBlock and DamageSource in common without an anonymous classCreativeModeTab factory to common packages, also add more optionshoveredSlot in the CommonScreens helper classCoreServices and ClientCoreServices currently remain for backwards compatibility)ReflectionHelperV2 class, the old one is now deprecatedNetworkHandler's being recreatedConfigDataSetCoreServices, method for loading a service is now accessible from outsideModelEvents class on Fabric, the same can be achieved by registering a ReloadListener for baked modelsBlockEntityWithoutLevelRenderer's in the common projectnull for received network messages on ForgeNetworkHandlerNetworkHandler to common projectMessage cleanupCapabilityController to reduce duplicate code on different mod loaders required for capability registrationPacketHandler to MessageHandlerCommonScreens class back to using an SPIScreens utility classConfigDataHolderV2 would always throw a NullPointerException during config loadModEntityTypeBuilder being created from supplier too early on ForgeFuelManager and Screens to no longer use a Service Provider InterfaceServices to CoreServices, old classes remain as overloads for nowRegistryManager not returning the exact type it was provided| Name | |
|---|---|
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.
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:hYKHLRZ3"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:QAGBst4M:hYKHLRZ3"
}