Skip to content

Commit

Permalink
Update aec.json
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 afb051c commit 4c35540
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/danielrh/predicates/acg/aec.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"predicate": {
"type": "minecraft:area_effect_cloud",
"nbt": "{Effects: [
{Id: 26b, Amplifier: 17b, ShowParticles: false, ShowIcon: true},
{Id: 27b, Amplifier: 17b, ShowParticles: false, Ambient: true, ShowIcon: true}
{Id: 26, Amplifier: 17b, ShowParticles: false, ShowIcon: true},
{Id: 27, Amplifier: 17b, ShowParticles: false, Ambient: true, ShowIcon: true}
]}"
}
}
}

0 comments on commit 4c35540

Please sign in to comment.