作者:rebot | 分类:模组
Minecraft 版本: 1.20.1
平台: forge
标签: equipment food game-mechanics
Simple mod that adds in an antidote shot for the hordes mod, Also works in vanilla minecraft by just giving you a regeneration effect.

Blue - Super Antidote.
Most powerful antidote but takes one enchanted golden apple to craft.
Green - Normal Antidote.
Can cure the virus, but cant prevent you from getting it.
Pink - Weak Antidote
Cures the virus but debufs you for a short while.
Note in order to change the default antidote, change the infection_cures.json config file from the hordes mod to this -
{
"replace": false,
"values": [
"cure:antidote",
"cure:weak_antidote"
]
}
you can also optionally change the immunity item from the enchanted golden apple to this -
[
{
"item": "cure:super_antidote",
"duration": 150
}
]
请登录后举报
暂无评论,抢个沙发吧~