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": {
"title": "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": {
"title": "Repair amount",
"description": "UNDOCUMENATED",
"$ref": "../../../../general/molang/1.8.0/number.json"
"$ref": "../../../../molang/1.8.0/number.json"
}
}
}

View File

@@ -15,7 +15,7 @@
"tags": {
"title": "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": {
"title": "Repair amount",
"description": "UNDOCUMENATED",
"$ref": "../../../../general/molang/1.8.0/number.json"
"$ref": "../../../../molang/1.8.0/number.json"
}
}
}

View File

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