Fix #338 Add damage types

This commit is contained in:
Misode
2023-02-13 16:07:34 +01:00
parent b47841870d
commit 50d84d07b3
4 changed files with 23 additions and 16 deletions

View File

@@ -135,6 +135,12 @@
"schema": "text_component",
"noPath": true
},
{
"id": "damage_type",
"url": "damage-type",
"schema": "damage_type",
"minVersion": "1.19.4"
},
{
"id": "chat_type",
"url": "chat-type",