All versions
0.65
Release
Terra Armory2 years ago 3,509
Compatibility
Minecraft: Java Edition
1.20–1.20.2
Platform
Fabric
Supported environments
Client and server
Changes
Snowly remoded, now the mod will add new weapons with different abilities, which can be found in new structures!
Terra Armory
#OLD
- added new gen tags for snowy structures.
- better throwing sword render.
#NEW
- New Throwing Swords with different effect on hit:
- Fire Sword - 7 base damage, 6 ability damage + set Entity on fire 8 seconds.
- Ice Sword - 7 base damage, 6 ability damage + slowness effect.
- Jungle Sword - 7 base damage, 6 ability damage + poison effect.
- Enchanted Sword - 7 base damage, 8 ability damage.
- Bee Sword - 7 base damage, 3 hits spawns random amount bees, who will attack everyone nearby.
- New structures for all new swords (+check images):
- Fire Sword - Can be obtained in a structure that is generated in almost all nether biomes.
- Jungle Sword - Can be obtained in a structure that is generated in jungle biomes.
- Enchanted Sword - Can be obtained in a structure that is generated in almost all "green" biomes.
- Bee Sword - Can be obtained in a structure that is generated in jungle biomes.
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:iBSqDDaR:dGyKEVzU"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:iBSqDDaR:dGyKEVzU"
}

