mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-23 23:27:09 +00:00
Fix assets generators
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user