PlayerRevive

PlayerRevive

5M Downloads

config options "reviveItem" "needReviveItem" and "consumeReviveItem" are not working

DasMazl opened this issue ยท 1 comments

commented

So, Im setting up a little private server for a hardcore project. The mod itself works fine. You die, can get revived etc. Also other config options like "bleedTime" or "healthAfterRevive" work perfectly. But the options "reviveItem", "needReviveItem" and "consumeReviveItem" just wont work. When I leave the item as default setting, which is on "minecraft:paper" and put "needReviveItem" on true, you can still revive others without having that item in your inventory.

"reviveItem": "{id:\"item\",item:\"minecraft:paper\"}",
"needReviveItem": true,
"consumeReviveItem": true,

The mod is running on 1.17.1 and the latest forge version

commented

This is just a placeholder, it's not actually implemented yet, sorry.