From 0a93ee4a3ea927bf0d2a685c1c7a6eabbb9a95be Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Sat, 5 Jun 2021 21:56:06 +0200 Subject: [PATCH] Fixing molang --- source/molang/arraynumber3.json | 2 +- source/molang/number.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/molang/arraynumber3.json b/source/molang/arraynumber3.json index f0e2efb0..954ecd37 100644 --- a/source/molang/arraynumber3.json +++ b/source/molang/arraynumber3.json @@ -1,5 +1,5 @@ { "title": "Molang Array Of 3 Numbers", "description": "The minecraft molang definition that results in a 3 floats", - "anyOf": [{ "type": "string", "minLength": 0, "format": "molang" }] + "anyOf": [{ "type": "string", "minLength": 0 }] } diff --git a/source/molang/number.json b/source/molang/number.json index 00080d56..cc261266 100644 --- a/source/molang/number.json +++ b/source/molang/number.json @@ -2,5 +2,5 @@ "$id": "molang_number1.8.0", "title": "Molang Number", "description": "The minecraft molang definition that results in a float", - "anyOf": [{ "type": "string", "minLength": 0, "format": "molang" }, { "type": "number" }] + "anyOf": [{ "type": "string", "minLength": 0 }, { "type": "number" }] }