Skip to content

Commit

Permalink
Fix: don't clear Totems of Undying/non-kit items on death
Browse files Browse the repository at this point in the history
  • Loading branch information
Gegy committed Nov 5, 2023
1 parent 32b484b commit 4558fd4
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,11 @@ attribute @s generic.max_health base set 20
attribute @s generic.movement_speed base set 0.10000000149011612
attribute @s forge:step_height base set 0
attribute @s forge:entity_gravity base set 0.08
clear @s
clear @s leather_chestplate
clear @s wooden_sword
clear @s wooden_axe
clear @s stick

effect clear @s
effect give @s instant_health 5 5 true
effect give @a saturation infinite 0 true
Expand Down

0 comments on commit 4558fd4

Please sign in to comment.