Tags
Creators
Details
Licensed LGPL-3.0-only
Published 6 months ago
Updated 13 hours ago
All versions
26.1-r5.1-fabric
Release
Unified API 26.1-r5.1-fabric3 weeks ago 441
Compatibility
Minecraft: Java Edition
26.1.x
Platform
Fabric
Supported environments
Client-side
Server-side
Client and server
Changes
Added
BlockSet.Settings-
- new
getDestroyTimemethod
- new
-
- new
getExplosionResistancemethod
- new
BlockSet.Builder-
- new
setDestroyTimemethod
- new
-
- new
setExplosionResistancemethod
- new
-
- new
hasLegacySlabmethod
- new
-
- new
baseBlockSuffixmethod
- new
BlockPreset-
- new
LEGACY,STONE_BRICKS,COBBLED_DEEPSLATE,POLISHED_DEEPSLATE,DEEPSLATE_BRICKS,DEEPSLATE_TILES,TUFF,POLISHED_TUFF,TUFF_BRICKS,MUD_BRICKS,RESIN_BRICKS,SANDSTONE,END_STONE_BRICKSandPURPURpresets
- new
Changed
UnifiedRegistries.Blocks.Builders-
- deprecated the old
blockSetBuildermethod in favour of a new one which doesn't require two floats
- deprecated the old
WoodSet.Settings&BlockSet.Settings-
- fixed incorrect naming of
canArrowsActivateButton
- fixed incorrect naming of
BlockPreset-
- deprecated
CRACKEDandCHISELEDpresets
- deprecated
-
STONEandPOLISHED_BLACKSTONEandNETHER_BRICKSpresets now use legacy slabs
-
- the
NETHER_BRICKSpreset now uses the correct sounds
- the
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:vWUn8M9s:e4cAP8Z1"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:vWUn8M9s:e4cAP8Z1"
}

