From 4c355407adc928d8351f3911e094b55c1d77039a Mon Sep 17 00:00:00 2001 From: weeedy Date: Sat, 18 Jun 2022 22:40:08 +0200 Subject: [PATCH] Update aec.json 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 --- data/danielrh/predicates/acg/aec.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/danielrh/predicates/acg/aec.json b/data/danielrh/predicates/acg/aec.json index 7699240..38ae656 100644 --- a/data/danielrh/predicates/acg/aec.json +++ b/data/danielrh/predicates/acg/aec.json @@ -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} ]}" } -} \ No newline at end of file +}