All versions
0.1.0-alpha
Alpha
HumanFallCraft 0.1.0 Alphalast month 65
Uploaded by
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
HumanFallCraft 0.1.0 Alpha
首次 Alpha 版本发布。
新增
- 添加面条人模式
/noodle - 添加抓取系统:右键抓取实体或墙面
- 添加左键甩出抓取物
- 添加抓墙攀爬
- 添加潜行下爬
- 添加
V键抓墙翻越 - 添加布娃娃死亡效果
- 添加 5 张示例地图
- 添加简体中文与英文语言文件
调整
- 方块抓取改为固定墙面锚点,不会把方块抓掉
- 正常模式下恢复原版挖掘和放置
- 抓取目标可直接切换,不需要先松手
- 改进抓取实体的牵引手感
注意
- 当前版本仍为 Alpha,部分物理、模型、贴图和地图内容仍在完善中
- 客户端和服务端都需要安装本模组
- 不需要额外依赖
Supplementary resources
| File | Type | Size | |
|---|---|---|---|
| HumanFallCraft_source.zip | Source jar | 46.68 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:B399eDsg:pSKcdqB0"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:B399eDsg:pSKcdqB0"
}

