Tags
Creators
Details
Licensed LGPL-2.1-only
Published 3 years ago
Updated 2 years ago
All versions
1.3.0
Release
curtain-mc1.20.1-1.3.0.jar3 years ago 336
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Server-side
Singleplayer
Changes
1.3.0 (2023-08-09)
Implemented enhancements:
- [TODO] 更好的告示牌交互 #95
- [TODO] 更好的原木去皮 #94
- [TODO] 更好的栅栏门放置 #93
- [TODO] 假人切换工具 #92
- [TODO] 假人钓鱼 #91
- [TODO] 假人补货 #90
- [TODO] 假人驻留 #89
- [TODO] 方块放置忽略实体 #88
- [TODO] 空潜影盒总能堆叠 #87
- [TODO] 剪鸡毛 #86
- [TODO] 脚手架距离上限 #85
- [TODO] 禁用反作弊移动监测 #84
- [TODO] 1.16.5添加设置跳过夜晚所需的入睡玩家所占百分比 #80
Fixed bugs:
- [Bug] 服务器上安装后,挖掘方块会导致崩服,放置假人后会造成延迟 #110
- [Bug] 安装mod后mc在启动时崩溃 #82
- [Bug] 进末地后服务器重启 #76
- [Bug] 游戏崩溃 #75
- [Bug] 和机械动力兼容性不好 #62
Merged pull requests:
- feat(antiCheatDisabled): 添加
禁用反作弊移动监测功能 #119 (Gu-ZT) - feat(chickenShearing): 添加
剪鸡毛功能 #118 (Gu-ZT) - feat(blockPlacementIgnoreEntity): 添加
方块放置忽略实体功能 #117 (Gu-ZT) - feat(fakePlayerResidentAndAutoReplaceTool): 添加
假人补货、假人切换工具功能 #116 (Gu-ZT) - feat(fakePlayerResident): 添加
假人驻留功能 #115 (Gu-ZT) - feat(betterFenceGatePlacement): 添加
更好的栅栏门放置功能 #114 (Gu-ZT) - many functions #113 (Gu-ZT)
- feat(betterWoodStrip): 添加
更好的原木去皮功能 #112 (Gu-ZT) - 添加
更好的告示牌交互功能 #111 (Gu-ZT) - feat(fakePlayerAutoFish): 添加
假人自动钓鱼功能 #103 (Gu-ZT) - feature(scaffoldingDistance): 添加
脚手架距离上限功能 #101 (Gu-ZT) - 1.19.4updateTo1.2.1 #73 (DancingSnow0517)
- Update to 1.19.4 #58 (DancingSnow0517)
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:2Vw36Ezz:9Wuwzlw0"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:2Vw36Ezz:9Wuwzlw0"
}

