Links
Tags
Creators
Details
Licensed MIT
Published 3 months ago
Updated 3 days ago
All versions
1.20.1-1.0.4
Release
TW's Core 1.20.1-1.0.43 days ago 20
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Fabric
Supported environments
Client and server
Required content
Changes
1.20.1-1.0.4
- 新增方块体系统:以真实世界为准自动维护由同种方块构成的长方体结构,注册方块后即可查询归属,并自动处理合并与拆分
- 方块堆系统标记为废弃,请迁移到方块体系统
- 新增环境查询:动态温度与湿度查询,以及游戏日历、季节、昼夜的时刻查询
- 配置读取权威化:按配置类型读取时会校验注册状态,未注册或尚未加载直接报错,不再静默返回空值
- 流程系统增强:执行步骤前校验方块实体与步骤注册状态,无玩家推进时保证空安全
- 流程状态展示重构:新增详细状态输出,标准对象表示更清晰
- 新增内置默认模型规则类型
- 修复内容物玩家操作缺失的物品与数量访问器
- 修复解析物品为容器时的强引用问题
- 统一对外 API 文档格式与完整度;方块体 API 收敛为对外契约,容器内容物栈新增语义明确的比较方法
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| tw-core-1.20.1-1.0.4-sources.jar | Unknown | 177.38 KiB |
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:4he1oZzI:o2M1dhju"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:4he1oZzI:o2M1dhju"
}

