Tags
Creators
Details
Licensed GPL-3.0-only
Published 3 years ago
Updated last week
All versions
2.2.0+1.21.10
Release
Basic Weapons 2.2.0+1.21.1010 months ago 143
Compatibility
Minecraft: Java Edition
1.21.10
Platform
NeoForge
Supported environments
Client and server
Changes
BACK UP YOUR SAVE BEFORE UPDATING!
The jump from 1.21.1 has come with major code changes. While everything should be fine, please always back up your saves when upgrading to newer Minecraft versions
🆕 Materialpack Creator Major Update
- The materialpack creator has received a facelift and new features to go along with the 1.21.10 update. Check out the new features and create something great 🔥
🌞 New
- Updated to Minecraft 1.21.10
- Materialpacks now have the ability to define swords and axes for their material too. This only works in 1.21.10+ versions, and can't be backported.
- Copper weapons are now in the base mod! Vanilla 1.21.10 is the copper age drop after all. If you have the copper materialpack installed on a previous version and intend to upgrade, please remove the materialpack first. Mineccraft will otherwise try to register copper weapons twice, causing a crash.
- Quarterstaves can now be used to block incoming attacks and projectiles, akin to shields. Be careful not to break your weapon this way.
- Added compatibility with the enchantment descriptions mod. The Might enchantment now has a description.
📋 Changes
- Quarterstaves, Glaives have had a small nerf to their reach (bonus 1.25 -> 1.0)
- Basic Weapons has moved to two new tabs in the creative menu - one for the base mod's weapons, and one for all materialpack weapons
🔧 Fixes
- config/basicweapons/bwmp_data and bwmp_resources are now properly cleaned (deleted) and recreated on each launch. This should solve major problems for people who add and remove materialpacks a lot
🌍 Languages
- Added Belarusian
- Updated existing translations
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:sc2Pektv:MUrw35S8"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:sc2Pektv:MUrw35S8"
}

