1.3.9
Compatibility
Changes
--- MORE TWEAKS! ---
♦ Short changelog so let's go ♦ Changed how the /locate structure command looks, making it more easy to read and more consinstent, so if you download my other proyects, it won't look confused ♦ Improved the loot of piglin ruin structure, making it more challenge and rewarded ♦ Changed the distribution of all the structures, i did some test using this awesome website https://jacobsjo.eu/ ♦ Changed the values weight of some pieces of the portals
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| [DatapackVer.]HopoBetterRuinedPortals-[1.20.2-1.20.4]-1.3.9.zip | Optional resource pack | 411.08 KiB |
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:hIpLSyga:qZT5Izyd"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:hIpLSyga:qZT5Izyd"
}

