File tree 3 files changed +3
-3
lines changed
src/systems/resourcepackCompiler
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ export default async function compileResourcePack(options: {
219
219
. readFile ( blockAtlasPath , 'utf-8' )
220
220
. catch ( ( ) => {
221
221
console . log ( 'Creating new block atlas...' )
222
- return '{ sources: [] }'
222
+ return '{ " sources" : [] }'
223
223
} )
224
224
. then ( content => JSON . parse ( content ) as ITextureAtlas )
225
225
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ export default async function compileResourcePack(options: {
44
44
. readFile ( blockAtlasPath , 'utf-8' )
45
45
. catch ( ( ) => {
46
46
console . log ( 'Creating new block atlas...' )
47
- return '{ sources: [] }'
47
+ return '{ " sources" : [] }'
48
48
} )
49
49
. then ( content => JSON . parse ( content ) as ITextureAtlas )
50
50
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ export default async function compileResourcePack(options: {
46
46
. readFile ( blockAtlasPath , 'utf-8' )
47
47
. catch ( ( ) => {
48
48
console . log ( 'Creating new block atlas...' )
49
- return '{ sources: [] }'
49
+ return '{ " sources" : [] }'
50
50
} )
51
51
. then ( content => JSON . parse ( content ) as ITextureAtlas )
52
52
You can’t perform that action at this time.
0 commit comments