Tags
Creators
Details
Licensed MIT
Published 2 years ago
Updated last month
All versions
1.0.0
Release
Big Swords R 1.0.0 [1.21]2 years ago 88
Uploaded by
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Changelog 1.0.0-release
Glaives
- (Balance) Changed the charge time to be longer
Scythes
- (Rework) Added a special attack (similarly to the old AS), that hits the enemies in a half circle in front of the player (damage is higher or equal to the scythe's damage)
Wooden Scythe
- Special Attack: 2 - 3
Stone Scythe
- Special Attack: 2.5 - 3.5
Iron Scythe
- Special Attack: 3 - 4
Golden Scythe
- Special Attack: 2 - 3
Diamond Scythe
- Special Attack: 3.5 - 4.5
Netherite Scythe
- Special Attack: 4.5 - 5.5
Biomass Scythe
- Special Attack: 3 - 3.5
Livingmetal Scythe
- Special Attack: 3.5 - 4.5
Bone Scythe
- Special Attack: 2 - 2.1
Soul Reaper
- Special Attack: ? - ?
Fixes
- Netherite and Ender no more burn in lava
- Glaives are no more hitting through blocks
- Added smelting and blasting recipes iron & golden glaives
- Add ender upgrade in end city loot
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:edrOLdWE:tfsvpIoV"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:edrOLdWE:tfsvpIoV"
}

