All versions
1.0.0
Release
1.0.07 months ago 295
Uploaded by
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
## 🎉 首次发布 v1.0.0
Player Doll Addon 的第一个正式版本!
### ✨ 核心功能
- **默认玩偶**:提供 Steve(粗手臂)和 Alex(细手臂)的默认玩偶
- **动态加载**:从游戏目录自动扫描并注册自定义皮肤材质玩偶
- **右键放置**:使用玩偶物品右键方块可以在指定位置放置对应的玩偶实体
- **姿态系统**:支持自定义静态姿势配置(如站立、坐下、趴下等)
- **动作系统**:支持创建动态动画序列(如挥手、跳舞等),支持循环播放和关键帧插值
- **模型类型**:支持粗手臂(Steve)和细手臂(Alex)两种模型类型
### 📁 自定义皮肤支持
- 支持从 `player_doll/png/` 目录动态加载自定义皮肤
- 自动识别文件名前缀(S/A)来确定模型类型
- 支持热重载(F3+T 重新加载资源包)
### 🎮 配置系统
- 支持通过 JSON 文件配置姿态和动作
- 配置文件位于 `player_doll/poses/` 和 `player_doll/actions/` 目录
- 提供默认的姿态和动作示例
### 📋 技术信息
- **Minecraft 版本**: 1.21.1
- **NeoForge 版本**: 21.1.217
- **Java 版本**: 21
### 📖 使用说明
详细的使用说明和配置教程请查看模组 README 文件。
---
**作者**: 蓝也(lan_ye)
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:kPCiS28j:tRobJjJh"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:kPCiS28j:tRobJjJh"
}

