mirror of
https://github.com/misode/misode.github.io.git
synced 2026-05-01 01:59:33 +00:00
Add dimension schemas
This commit is contained in:
@@ -6,6 +6,8 @@ import {
|
||||
ConditionSchema,
|
||||
LootTableSchema,
|
||||
AdvancementSchema,
|
||||
DimensionSchema,
|
||||
DimensionTypeSchema,
|
||||
LOCALES,
|
||||
locale
|
||||
} from 'minecraft-schemas'
|
||||
@@ -60,6 +62,8 @@ Promise.all([
|
||||
'loot-table': new DataModel(LootTableSchema),
|
||||
'predicate': new DataModel(ConditionSchema),
|
||||
'advancement': new DataModel(AdvancementSchema),
|
||||
'dimension': new DataModel(DimensionSchema),
|
||||
'dimension-type': new DataModel(DimensionTypeSchema),
|
||||
'sandbox': new DataModel(SandboxSchema)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user