1.0.0
Compatibility
Changes
🇺🇸 (English Version Recommended Mods It is highly recommended to use this mod alongside a Health Indicator mod (such as Neat, Jade, or ToroHealth) so you can visually track mob levels and HP changes.
Overview & Mob Behavior In this mod, every single mob possesses a Level System.
Extreme Aggression: Most mobs become incredibly hostile. They will indiscriminately attack any entity with a similar HP pool, except for those of their own kind.
Unconditional Targets: Players are targeted unconditionally.
Growth System: Mobs level up and enhance their stats by either defeating other entities or obtaining experience points.
Stat Boosts & Upgrades As mobs level up, they receive the following enhancements:
Every Level Up: Increases maximum Health (HP) and Attack Damage.
Every 3 Levels: Gains a random status effect, excluding debuffs.
Every 5 Levels: Automatically obtains a new piece of equipment.
Equipment Spawn Loot: All mobs have a random chance to spawn already wearing armor and wielding weapons.
Equipment Pickup: Mobs will always pick up any equipment dropped on the ground and immediately put it to use.
🇯🇵 日本語版 (Japanese Version) 推奨MOD モブのレベルやHPの変化を視覚的にチェックできるように、ヘルスインジケーター系MOD(Neat、Jade、ToroHealth など)を一緒に導入することを強くおすすめします
概要 & モブの生態 このMODでは、すべてのモブがレベルの概念を持つようになります。
極めて高い好戦性: ほとんどのモブが非常に凶暴化します。自分と同種以外のモブで、自分とHPが近い相手であれば、誰彼構わず無差別に攻撃を仕掛け始めます。
無条件のターゲット: プレイヤーは無条件で敵視されます。
成長システム: モブは他のエンティティを倒すか、経験値をゲットすることでレベルアップし、能力が強化されていきます。
ステータス強化 & アップグレード モブはレベルアップするたびに、以下の強化を獲得します:
レベルアップごと: 最大体力(HP)と攻撃力が上昇。
3レベルごと: デバフを除く、ランダムなステータス効果を獲得。
5レベルごと: 新しい装備を自動的に獲得。
装備 スポーン時ガチャ: すべてのモブが、スポーン時に確率で防具を身にまともい、武器を構えた状態で現れるようになります。
装備の回収・使用: 地面に落ちている装備を必ず回収するようになります。拾った装備はその場ですぐに身につけ、使用してきます。
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:5GDb3jEb:2cgf5r9v"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:5GDb3jEb:2cgf5r9v"
}

