Tags
Creators
Details
1.0.2-(1.21-1.21.1)
Compatibility
Required content
Changes
Release 1.0.2:
- Features:
I. "Loquatnite Hoe" now has Fortune IV by default. (Ahora la azada de nisperita tiene por defecto Fortuna IV).
II. "Loquatnite Sickle" has been balanced. More area, less reach. (Ahora la hoz de nisperita tiene un ataque en área más amplio, pero con menor rango de distancia. Es decir, ha sido balanceado).
III. New JEI Info tab for "Loquat" item. Just for people who doesn't know how to obtain it (Ahora el mod contiene un apartado de info en JEI para el item del níspero, por si no sabes cómo encontrarlo).
- Fixes:
I. "Loquat Boat" and "Loquat Boat with Chest" now have a maximum stack limit of 1 per inventory slot. (Ahora las barcas de níspero y las barcas de níspero con cofre solo se podrán stackear de a 1 item en el inventario).
II. All wooden blocks are now flammable. (Todos los bloques de madera ahora son inflamables).
III. Now, you can obtain "Loquatnite Fragments" uncrafting "Loquatnite" ingot. (Ahora pueden conseguirse fragmentos de nisperita por medio de los lingotes de nisperita descrafteandolos).
IV. Now, "Loquatnite Arrow" crafting gives you 2 items instead of only 1. (Ahora al craftear las flechas de nisperita te dará 2 items en lugar de solo 1).
V. You can now make "Concentrated Loquatnite" using the smoker and the blast furnace, not only the furnace. (Ahora puedes hacer nisperita concentrada usando el ahumador y el alto horno, no solamente con el horno).
VI. Using "Loquatnite Arrow" with a bow to shoot any mob for the first time, now completes "Take Aim" advancement. (Ahora usar una flecha de nisperita con un arco para disparar cualquier mob por primera vez, completa el logro de "¡Diana!" o "Take Aim" en inglés).
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:HpyZZVGs:oFyLGMOs"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:HpyZZVGs:oFyLGMOs"
}

