From 3f65f56b3fbd549c6ac18b1a5486db3b7e777981 Mon Sep 17 00:00:00 2001 From: Naibuu Date: Sun, 12 May 2024 22:26:04 +0300 Subject: [PATCH] add ``IModel`` type --- lib/Schema/Model.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/Schema/Model.ts b/lib/Schema/Model.ts index 6141628..71ecc76 100644 --- a/lib/Schema/Model.ts +++ b/lib/Schema/Model.ts @@ -1,3 +1,8 @@ +export interface IModel { + format_version: '1.12.0' + 'minecraft:geometry': IGeoSchema[] +} + export interface IGeoSchema { description?: IGeoDescriptionSchema bones?: IBoneSchema[]