Tags
Creators
Details
Licensed AGPL-3.0-only
Published last year
Updated 2 months ago
All versions
1.1.2-fabric-1.20.1
Release
chatbox 1.1.25 months ago 21
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
引入MVEL,使立绘配置的条件判断更简单灵活。为此,组件渲染事件有如下改动:
增加了condition字段,留空即无条件,默认客户端执行mvel,若以execute开头就是服务端执行命令,若以server:开头就是在服务端执行mvel
增加了两种触发时机:tick和check(即使不被渲染也会执行一次,可用于被隐藏的组件)
增加了一些类型:lock, unlock, set_normal, mvel
立绘现在新增了isLock和lockTexture字段;选项的unlockCommand字段逻辑和组件事件的condition字段一样,效果同之前
chatbox指令新增mvelTest子命令,便于测试mvel的执行情况
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:UUB021Nr"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:ufXo7W3f:UUB021Nr"
}


