All versions
0.0.2b
Beta
Minegenshin 0.0.2b4 months ago 1,909
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Required content
Any compatible version
Unavailable version
Changes
v0.0.2b
新增内容 / New Features
物品 / Items
- 甜甜花酿鸡
- 食用后为当前选中角色恢复生命值。
- 复活队伍内所有已离队角色(死亡状态)。
- Sweet Madame
- Restores HP to the currently selected character upon consumption.
- Revives all fallen characters (dead state) in the party.
角色 / Characters
- 哥伦比娅 - 元素战技
- 释放后获得持续 25 秒的效果。
- 每 2 秒对半径 6 格内的所有实体造成 20 点水元素伤害。
- Columbina - Elemental Skill
- Grants a buff lasting 25 seconds upon activation.
- Deals 20 Hydro damage every 2 seconds to all entities within a 6-block radius.
实体 / Entities
- 冰史莱姆
- 添加了模型与基础动画。
- 注:攻击 AI 与战利品表尚未实装。
- Cryo Slime
- Added model and basic animations.
- Note: Attack AI and loot tables are not yet implemented.
错误修复 / Bug Fixes
-
角色选择逻辑修复
- 修复了只能选中队伍内前两个未死亡的角色的问题。
-
Fixed Character Selection Logic
- Fixed an issue where only the first two alive characters in the party could be selected.
-
战利品表重复掷骰修复
- 修复了实体自爆行为(如苦力怕自爆、召唤凋零时的爆炸)导致战利品表被异常多次触发的问题。
-
Fixed Duplicate Loot Table Rolls
- Fixed an issue where entity self-explosions (e.g., Creeper explosions, Wither summoning explosions) caused the loot table to be rolled multiple times abnormally.
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:L0tRpY3u:4QUSPg50"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:L0tRpY3u:4QUSPg50"
}

