diff --git a/schemas/1.14.json b/schemas/1.14.json index ea0c85bf..b55c53c1 100644 --- a/schemas/1.14.json +++ b/schemas/1.14.json @@ -506,7 +506,7 @@ }, "minecraft:killed_by_player", { - "value": "survives_explosion", + "value": "minecraft:survives_explosion", "require": ["minecraft:block"] } ] diff --git a/schemas/1.15.json b/schemas/1.15.json index b758852f..c89cca1f 100644 --- a/schemas/1.15.json +++ b/schemas/1.15.json @@ -535,7 +535,7 @@ }, "minecraft:killed_by_player", { - "value": "survives_explosion", + "value": "minecraft:survives_explosion", "require": ["minecraft:block"] } ]