Links
Tags
Creators
Details
Licensed GPL-3.0-only
Published last year
Updated 7 months ago
All versions
1.4.3Beta
Beta
Huanle's Weapons 1.4.3Beta7 months ago 1,309
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Any compatible version
Any compatible version
Changes
1.4.3 Beta Update Notes:
- New Content Added: Red Dragon Pill, Azure Dragon Pill, Demonic Sword, Purple Flame, Gem Socketing Table, Flame Orb, Venom Orb, Ice Orb, Star Orb, Leather Pouch, various elemental crystals
- Content Removed: Black Gold Katana, Lava Sword, Plunder Dagger, Emerald Set and related tools, various powders
- New Debuffs: Crimson Curse Mark (marked by Crimson Abyss weapons, each level increases incoming skill damage by an additional 10%), Erosion (Continuous decay: deals direct damage every 2 seconds, equipment wear: loses durability every 2 seconds (1 point at level I to 5 points at level V), attribute weakening: reduces movement, mining, and attack capabilities)
- New Accessories: Chaos Magic Ring, Arcane Surge Ring, Leather Belt
- New Special Weapon: Crimson Abyss
- New Enchantments: Corrosion Resistance (reduces or negates the durability loss from the Erosion effect, reduces 1 point of damage per level, complete immunity at level V), Frostbite (applies a freezing effect to the target upon attack, the effect is stronger at higher levels)
- This version now requires GeckoLib as a prerequisite.
- Optimized Creative Mode Tabs: Integrated some mod items into their corresponding vanilla tabs.
- Reworked the Mysterious Merchant.
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:eksg3sla:UYiIv7o4"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:eksg3sla:UYiIv7o4"
}

