Updated entity damages

This commit is contained in:
DaanV2
2021-06-03 16:06:23 +02:00
parent c2448327e3
commit bc12c1e663

View File

@@ -2,6 +2,7 @@
"$id": "blockception.minecraft.general.1.8.0.entity.damage", "$id": "blockception.minecraft.general.1.8.0.entity.damage",
"type": "string", "type": "string",
"title": "Entity Damage Name", "title": "Entity Damage Name",
"description": "TODO description",
"enum": [ "enum": [
"all", "all",
"anvil", "anvil",
@@ -34,6 +35,5 @@
"thorns", "thorns",
"void", "void",
"wither" "wither"
], ]
"description": "TODO description"
} }