Links
Tags
Creators
Details
Licensed MIT
Published last year
Updated 22 hours ago
All versions
0.1.0
Release
0.1.0 - Nothing But Somethin' Update Part I (1.21.4 NeoForge)10 months ago 271
Compatibility
Minecraft: Java Edition
1.21.4
Platform
NeoForge
Supported environments
Client and server
Changes

This is Part I of the Nothing But Somethin' update.
- New ambient mob: "Walking Chest". The Walking Chest is a passive mob that only drops Xp when killed.
- New ore: "Branite". Branite Ore only spawns at Y levels -60 through 0 in deepslate. Branite Ore always drops 6 Branite.
- New weapon: "Branite Lunge". The Branite Lunge is a new type of weapon that does 17 damage but has a longer cooldown.
- New effect: "Bleeding". Bleeding makes you take 0.25 damage every tick (5 damage every second).
- New enchantment: "Spike". The Spike enchantment can only be enchanted to a Branite Lunge. When applied, the Branite Lunge gives the Bleeding effect to everything it attacks.
- New potion: "Sharp Potion". The Sharp Potion gives you the Bleeding effect.
- New monster: "Bull". The Bull is a neutral cow variant that only spawns at night. The Bull drops beef when killed.
- New weapon: "Stone Lunge". Similar to the Branite Lunge, the Stone Lunge is a Lunge that does 10 damage but has a longer cooldown.
- Updated Everything Potion to have the Bleeding effect
- Bug fixes.
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:ymvZdIpe:JIKVFpKF"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ymvZdIpe:JIKVFpKF"
}

