From 2f3d76de58b140dab2f6365f7e29f7c0b6af4aaf Mon Sep 17 00:00:00 2001 From: Misode Date: Tue, 17 Dec 2019 21:45:02 +0100 Subject: [PATCH] Fix survives_explosion namespace missing --- schemas/1.14.json | 2 +- schemas/1.15.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"] } ]