作者:rebot | 分类:模组
Minecraft 版本: 26.2
平台: fabric
标签: game-mechanics transportation
This mod increases damage to moving minecarts; the faster they move, the higher the damage, with virtually no damage limit!
| Server Mod | Relation | Description |
|---|---|---|
| Fabric API | Required | - |
| Cloth Config API | Optional | Custom Configuration Features |
| Client Mod | Relation | Description |
|---|---|---|
| Fabric API | Required | - |
| Cloth Config API | Optional | Configuration Controller |
| Mod Menu | Optional | Configuration Entry |
| Server Mod | Relation | Description |
|---|---|---|
| Cloth Config API | Optional | Custom Configuration Features |
| Client Mod | Relation | Description |
|---|---|---|
| Cloth Config API | Optional | Configuration Controller |
Check out the latest development progress here. Development Progress

Speed >= 6 -> Damage = Speed cubed;
Speed > 2 and < 6 -> Damage = Speed squared;
Target has Vehicle -> Damage = Speed;
Speed <= 2 -> Damage = 0;
After being hit by a minecart, the entity is propelled approximately the same distance as its speed.
It offers custom configuration options, including customizing the collision effects of the minecart.
Configuration files that will be generated after installing Cloth Config API:
.../config/kinetic-minecart.json



kinetic-minecart.json
[enabled] Value: true/false, Default: true
[selectedApplicaionMode] Value: "Collide"/"Radius", Default: "Collide"
[intRadius] Range: 3 - 10, Default: 5
[enabledDamage] Value: true/false, Default: true
[selectedDamageMode] Value: "TieredDamage"/"DirectlyKill", Default: "TieredDamage"
[enabledKnock] Value: true/false, Default: true
[excludePlayer] Value: true/false, Default: false
[excludePet] Value: true/false, Default: false
[excludePassenger] Value: true/false, Default: true
[excludeNamedEntity] Value: true/false, Default: false
[excludeItemEntity] Value: true/false, Default: false
[enabledExclusionList] Value: true/false, Default: false
[exclusionList]
Value: [
"<Namespace>:<Path>",
"<Namespace>:<Path>",
...
"<Namespace>:<Path>"
]
Example: [
"minecraft:creeper",
"minecraft:cat",
"minecraft:fox",
"minecraft:pig",
"minecraft:wolf",
"minecraft:zombie"
]
Default: []请登录后举报
暂无评论,抢个沙发吧~