1.0.0
Compatibility
Changes
中文
本模组添加了一个名为“Nan Niang”的类人型生物
生命值 20,移速 0.28,攻击力 8,使用纤细玩家模型渲染,可穿戴盔甲(Alex 模型)
未驯服时,玩家手持木棍右键点击可驯服,驯服后绑定主人
驯服后,主人手持末地烛右键点击,可查看介绍
通过命令 /nn <1|2|3> 执行指令
驯服后自动攻击主人攻击的实体或攻击主人的实体(范围 32 格),每秒恢复 1 点生命,每 10 秒吸引附近 16 格内无目标的怪物攻击自己
距离主人过远时会传送回身边
自然生成:仅白天,每 5 分钟刷新,概率 78%,同时最多存在 3 只未驯服个体,生成在在线玩家周围 24 格的安全位置
地牢箱子有 91% 概率生成刷怪蛋
English
This mod adds a humanoid mob named "Nan Niang".
Stats: 20 HP, 0.28 speed, 8 attack damage. Uses slim player model for rendering and can wear armor (Alex model).
Untamed: right-click with a stick to tame and bind to the player as owner.
Tamed: owner right-clicks with an end rod to see its name, gender (male), and three action numbers.
Command: /nn <1|2|3>.
After taming, it attacks the owner's target or anything that attacks the owner (within 32 blocks). Regenerates 1 HP per second. Every 10 seconds, it draws aggro from nearby monsters (within 16 blocks) that have no target.
Teleports to owner if too far away.
Natural spawn: only during daytime, attempts every 5 minutes with 78% chance, max 3 untamed entities at a time. Spawns near online players (within 24 blocks) on safe ground.
Dungeon chests have 91% chance to contain a spawn egg.
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:ueQeRSkZ:PGxCqheQ"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ueQeRSkZ:PGxCqheQ"
}

