Fix assets generators

This commit is contained in:
Misode
2024-10-27 06:03:58 +01:00
parent 446e04879c
commit 9fa9da0230
2 changed files with 25 additions and 8 deletions

View File

@@ -218,6 +218,19 @@ export class SpyglassService {
world: {
category: 'world',
},
// TODO: move these to the assets folder
atlases: {
category: 'atlas',
},
blockstates: {
category: 'block_definition',
},
font: {
category: 'font',
},
models: {
category: 'model',
},
},
},
lint: {