Skip to content

Commit

Permalink
Update renew.mcfunction
Browse files Browse the repository at this point in the history
1.19 uses another datatype
changelog:
The type of the field Id in the mob effect structure (for example, in the ActiveEffects list on entities) has been changed from byte to int
  • Loading branch information
weeedy authored Jun 18, 2022
1 parent 9798ddc commit 0b1a58b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data/danielrh/functions/acg/renew.mcfunction
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
data modify entity @s ActiveEffects[{Id: 26b}].Duration set value 2147483637
data modify entity @s ActiveEffects[{Id: 27b}].Duration set value 2147483637
data modify entity @s ActiveEffects[{Id: 26}].Duration set value 2147483637
data modify entity @s ActiveEffects[{Id: 27}].Duration set value 2147483637

0 comments on commit 0b1a58b

Please sign in to comment.