1.40-1.18.2
Compatibility
Changes
Want to play with Simply Swords on a server with friends? How about considering a server from BisectHosting? They're already set up and ready to go!
Regenerating config recommended when upgrading from an older version
- All changes from v1.34 to v1.37
- All existing 3D assets have been replaced with 2D equivalents to be more inline with vanilla Minecraft.
- Optional Classic 3D resourcepack bundled with the mod for those who prefer the original look
- Runic weapons now have higher enchantability
- Unique weapons now have higher enchantability & durability, and now repair using runic tablets instead of netherite ingots
- Runic Scythe was missing from loot table - this has been corrected
- Runic tablets have been moved to the 'rare' loot table to increase scarcity
- Added new unique weapon trio: Slumbering/Waking/Awakened Lichblade
- Reworked Brimstone Claymore ability
- Reworked Stormbringer ability
- All recipes adjusted to make use of forge tags for common sticks
- Balance changes to existing recipes to reduce overall ingot costs
- Rewrite of unique weapon logic to better work on servers
- All unique weapon effects now obey the server PvP flag
- Fixed a broken spear/glaive recipe
- Greatsword idle pose changed
- Advancements added
- Patchouli support added
- LevelZ support added
- Mythic Metal compatibility now also applies the relevant innate abilities
- Added Russian translation (Thank you to the BeingArt Minecraft discord)
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:bK3Ubu9p:49zrERp3"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:bK3Ubu9p:49zrERp3"
}


