Tags
Creators
Details
Licensed GPL-3.0-only
Published 3 years ago
Updated last week
All versions
2.3.0+1.21.11
Release
Basic Weapons 2.3.08 months ago 92
Compatibility
Minecraft: Java Edition
1.21.11
Platform
NeoForge
Supported environments
Client and server
Changes
π¬ Overview
- This update mainly works on dealing with the fallout of Mojang adding a new weapon with the exact name and recipe as Basic Weapons' old spear, as well as texture changes and materialpack improvements under the hood.
π New
- Added a new weapon, the Pike
- functionally replaces the old spear
- has a custom stabbing attack animation
- crafted with a stick and two ingots/planks/etc. diagonally
- NOTE: Your existing spears in old worlds will remain, but the crafting recipe has been removed and it will no longer show up in loot chests. I don't intend to remove the spear fully from this mod, but it isn't obtainable in normal gameplay any more.
- Zombies are able to spawn in with iron basic weapons at similar rates to vanilla (higher on Hard difficulty)
π§ Material Packs
- Updated the materialpack creator to support the new pike, as well as creating custom (vanilla) spears
βοΈ Changes
- Textures for long weapons (glaive, quarterstaff, pike) have been updated to match how vanilla does its spear textures with the orange handle
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:pZIv9nND"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:sc2Pektv:pZIv9nND"
}

