Tags
Creators
Details
Licensed MIT
Published 2 years ago
Updated last month
All versions
5.0.0
Release
Big Swords R 5.0.0 [1.21] [NeoForge]2 years ago 1,816
Compatibility
Minecraft: Java Edition
1.21–1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Changelog 5.0.0 (Biomass Overhaul - Final Update?)
Biomass Overhaul
Vial
- new way to create biomass, if you hold it in your hand while killing an entity with a glaive's special attack you fill the vial with 1 level of blood
- if you right click with a slime ball, respectively a torchflower seed while having a filled blood vial in the opposite hand, you get a creep ball, respectively a biomass seed
Biomass Glaive
- changed the Special Attack damage from 4.0 - 4.5 to 5.4 - 6.0
Big Swords
Skull Big Sword
- increased attack speed from 1.2 to 1.4
Skull Big Swords
- increased attack speed from 1.2 to 1.6
Textures
- all Biomass textures got updated !
Extra
- added the Livingmetal Block to Beacon Base Blocks
- updated the Old ResourcePack to contain all the old textures and even blood vial and soul aswell
Other
- updated NeoForge to 21.1.83
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:DYU1tVRA"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:edrOLdWE:DYU1tVRA"
}

