This commit is contained in:
DaanV2
2021-06-05 21:54:49 +02:00
parent 7fa54de89d
commit a0e4135b59
56 changed files with 717 additions and 147 deletions

View File

@@ -10,7 +10,7 @@
"type": "object",
"title": "Allowed Block",
"description": "A block descriptor that allows to be placed",
"properties": { "tags": { "title": "Tags", "description": "Tags", "$ref": "../../../../molang/1.8.0/string.json" } }
"properties": { "tags": { "title": "Tags", "description": "Tags", "$ref": "../../../../molang/string.json" } }
}
},
"properties": {

View File

@@ -22,7 +22,7 @@
"type": "array",
"items": { "type": "string", "title": "Item", "description": "UNDOCUMENATED" }
},
"repair_amount": { "title": "Repair Amount", "description": "UNDOCUMENATED", "$ref": "../../../../molang/1.8.0/number.json" }
"repair_amount": { "title": "Repair Amount", "description": "UNDOCUMENATED", "$ref": "../../../../molang/number.json" }
}
}
}

View File

@@ -10,7 +10,7 @@
"type": "object",
"title": "Allowed Block",
"description": "A block descriptor that allows to be placed",
"properties": { "tags": { "title": "Tags", "description": "Tags", "$ref": "../../../../molang/1.8.0/string.json" } }
"properties": { "tags": { "title": "Tags", "description": "Tags", "$ref": "../../../../molang/string.json" } }
}
},
"properties": {

View File

@@ -22,7 +22,7 @@
"type": "array",
"items": { "type": "string", "title": "Item", "description": "UNDOCUMENATED" }
},
"repair_amount": { "title": "Repair Amount", "description": "UNDOCUMENATED", "$ref": "../../../../molang/1.8.0/number.json" }
"repair_amount": { "title": "Repair Amount", "description": "UNDOCUMENATED", "$ref": "../../../../molang/number.json" }
}
}
}