2.0.0
Compatibility
Changes
RELEASE VERSIONNNNN!!!!!!
Welcome to all mine 2.0.0 or the first release of all mine!, in this mod i did all i wanted for this mod for the first version
NEW VAULTS!!
i made many 4 new vauls strucuture, 1 for each dimension, the overworld, the sea, the nether and for the end,
NEW SHARDS SPAWN!!!
Now the shards only can spawn on 1 vault, for exemple, the overworld shard, only spawn on overworld vault, the sea shard, only on the sea vault
THE WIKIII
I made the oficial all mine wiki, u can acess it with this link: https://all-mine-mod.fandom.com/wiki/All_mine_mod_Wiki
Optional dependencies
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:N3kYXafB:ksZ4lfEG"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:N3kYXafB:ksZ4lfEG"
}


