Skip to content

Commit

Permalink
add IModel type
Browse files Browse the repository at this point in the history
  • Loading branch information
Naibuu committed May 12, 2024
1 parent 590585a commit 3f65f56
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/Schema/Model.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
export interface IModel {
format_version: '1.12.0'
'minecraft:geometry': IGeoSchema[]
}

export interface IGeoSchema {
description?: IGeoDescriptionSchema
bones?: IBoneSchema[]
Expand Down

0 comments on commit 3f65f56

Please sign in to comment.