bug fixing

This commit is contained in:
DaanV2
2021-01-06 13:16:42 +01:00
parent 703994ce04
commit 7f0d198045
5 changed files with 5 additions and 6 deletions

View File

@@ -15,7 +15,7 @@
"tags": { "tags": {
"title": "Tags", "title": "Tags",
"description": "Tags", "description": "Tags",
"$ref": "../../../../general/molang/1.8.0/string.json" "$ref": "../../../../molang/1.8.0/string.json"
} }
} }
} }

View File

@@ -34,7 +34,7 @@
"repair_amount": { "repair_amount": {
"title": "Repair amount", "title": "Repair amount",
"description": "UNDOCUMENATED", "description": "UNDOCUMENATED",
"$ref": "../../../../general/molang/1.8.0/number.json" "$ref": "../../../../molang/1.8.0/number.json"
} }
} }
} }

View File

@@ -15,7 +15,7 @@
"tags": { "tags": {
"title": "Tags", "title": "Tags",
"description": "Tags", "description": "Tags",
"$ref": "../../../../general/molang/1.8.0/string.json" "$ref": "../../../../molang/1.8.0/string.json"
} }
} }
} }

View File

@@ -34,7 +34,7 @@
"repair_amount": { "repair_amount": {
"title": "Repair amount", "title": "Repair amount",
"description": "UNDOCUMENATED", "description": "UNDOCUMENATED",
"$ref": "../../../../general/molang/1.8.0/number.json" "$ref": "../../../../molang/1.8.0/number.json"
} }
} }
} }

View File

@@ -32,8 +32,7 @@
"category": { "category": {
"title": "Category", "title": "Category",
"description": "TODO", "description": "TODO",
"type": "string", "type": "string"
"enum": ["Equipment"]
} }
} }
}, },