Tags
Creators
Details
2.0.0
Compatibility
Changes
2.0.0:
26.1: Update to 26.11.20.1,1.21(.1): Add support for Every Compat (  )
- Internal Changes:
1.21(.1)+: Update Mod ID fromlolmblvtomore_barrel_variantsfor clarityThis does not affect existing saves negatively, as the mod will still recognize the old ID and migrate it to the new one seamlessly.
While1.20.1retains the old ID due to the Fabric feature allowing for this kind of change only being available in1.21(.1)+versions,
upgrading to1.21(.1)+will still trigger the ID migration, making sure that you will continue to be able to update existing worlds safely to a newer Minecraft version.- Update main Block and Item Tag for consistency:
Now both Blocks and Items use#more_barrel_variants:barrels(1.21(.1)+) /#lolmblv:barrels(1.20.1)
License update to CC-BY-NC-SA 4.0 (previously MIT)
Looking for changes of previous versions?
You can find them in the changelog history.
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:g4AhyGgi:Ots5n1WR"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:g4AhyGgi:Ots5n1WR"
}

