1.2.2
Compatibility
Required content
Changes
v1.2.2
[EN]
News:
- Alloy Steel Block
Changes:
[durability]
- spears: 32 > 62
- spears with stone: 122 > 124
[Attack Damage]
- handsaw: 4.5 > 7.5
- bowsaw: 7 > 6.6
- hammer: 4.8 > 4.6
- rolling pin: 5.5 > 5.3
- plank with nails: 5.5 > 5.8
- butcher knife: 6 > 6.5
- katana: 11 > 11.5
- improvised halberd: 9 > 9.5
- farm fork: 7 > 6.5
[Attack Speed]
- short axe: 2 > 1.8
[Attack Range]
- sledgehammer: 3.3 > 3
- katana: 2.75 > 2.85
[Recipes]
- sledgehammer: Now uses a Alloy Steel Block.
- bowsaw: Now uses less iron.
[Improved GUI render]
- farm fork
- machete
- knife
- katana
[Textures Changes]
- chrome
- raw alloy steel
[ES]
Nuevo:
- Bloque de Acero Aleado
Cambios:
[durabilidad]
- lanzas: 32 > 62
- lanzas con piedra: 122 > 124
[Daño de Ataque]
- serrucho: 4.5 > 7.5
- sierra arco: 7 > 6.6
- martillo: 4.8 > 4.6
- palo de amasar: 5.5 > 5.3
- tablon con clavos: 5.5 > 5.8
- cuchillo de carnicero: 6 > 6.5
- katana: 11 > 11.5
- alabarda improvisada: 9 > 9.5
- trinche: 7 > 6.5
[Velocidad de Ataque]
- hacha corta: 2 > 1.8
[Rango de Ataque]
- almadena: 3.3 > 3
- katana: 2.75 > 2.85
[Recetas]
- almadena: Ahora usa un bloque acero aleado.
- sierra arco: Ahora usa menos hierro.
[Mejoras de renderizado en Interfaces]
- trinche
- machete
- cuchilla
- katana
[Cambios en Texturas]
- cromo
- acero aleado en bruto
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:BAplbFER:dI1jqqkS"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:BAplbFER:dI1jqqkS"
}




