Tags
Creators
Details
1.1-fabric-1.20.1
Compatibility
Required content
Changes
更新内置的示例对话数据包
移除对话框人名自带的[]
优化命令和选项解锁命令的执行方法
组件新增hidden(配合后者使用)和renderEvents字段(即可以直接在主题里定义组件渲染事件)
立绘相关:
-
现在对话框、选项、按键都是立绘的子类,也就是都可以添加动画和渲染附件
-
立绘可以设置鼠标悬浮纹理
-
渲染附件可以通过动画改变
-
渲染附件新增文本类型
-
对话文件中替换立绘新增
replace字段,用于移除其他同id的立绘
调试功能优化,可以调整更多参数,支持用快捷键重载数据包
新增了两个内置的组件渲染事件类型(PLAY_ANIMATION和RESTART_ANIMATION)
选项的next字段如果填this,则不会进行跳转(对应的组件渲染事件也是)
Optional dependencies
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:ufXo7W3f:Qcfp3Qau"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ufXo7W3f:Qcfp3Qau"
}



