Add equipment generator

This commit is contained in:
Misode
2024-11-27 17:37:36 +01:00
parent 11484df930
commit f18b4baf73
4 changed files with 17 additions and 11 deletions

View File

@@ -5,7 +5,6 @@ export interface ConfigLanguage {
code: string,
name: string,
mc: string,
schemas?: boolean,
}
export interface ConfigVersion {