1.0.0
Compatibility
Changes
PHAT ORES MOD :D
This mod adds a phat variant of the following ores
- Coal
- Iron
- Gold
- Diamond
- Emerald
- Redstone
- Lapis Lazuli
They can't be smelted (unfortunatley) and they are found at the same levels as the normal variant.
These spawn less often then the normal variant of the ore (most spawn around half less then the normal variant of the ore)
Mining the ores gives 3 of the corresponding item, lapis and redstone gives 13.
Nether ores and copper might be added in a future version!
Made by mautip for Creamers Inc.
Enjoy :)
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:ipjNjXR5:RsmsRKxG"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ipjNjXR5:RsmsRKxG"
}

