diff --git a/schemas/blockLoot_schema.json b/schemas/blockLoot_schema.json index f1e006d13..d93b752cf 100644 --- a/schemas/blockLoot_schema.json +++ b/schemas/blockLoot_schema.json @@ -20,7 +20,7 @@ "type": "array", "uniqueItems": true, "items": { - "title": "itemDrop", + "title": "blockItemDrop", "type": "object", "properties": { "item": { diff --git a/schemas/entityLoot_schema.json b/schemas/entityLoot_schema.json index 8c7808f8f..5b3a4942e 100644 --- a/schemas/entityLoot_schema.json +++ b/schemas/entityLoot_schema.json @@ -16,7 +16,7 @@ "type": "array", "uniqueItems": true, "items": { - "title": "itemDrop", + "title": "entityItemDrop", "type": "object", "properties": { "item": { @@ -35,7 +35,10 @@ }, "stackSizeRange": { "description": "The min/max of number of items in this item drop stack", - "type": "array" + "type": "array", + "items": { + "type": ["number", "null"] + } }, "playerKill": { "description": "If a player killer is required",