should fix build
This commit is contained in:
parent
7fbf966621
commit
f34a24cbb1
1 changed files with 1 additions and 0 deletions
|
|
@ -48,4 +48,5 @@ for (const [i, version] of minecraftAssets.versions.reverse().entries()) {
|
|||
// }
|
||||
}
|
||||
|
||||
fs.mkdirSync('./generated', { recursive: true, })
|
||||
fs.writeFileSync('./generated/blocks.json', JSON.stringify({ blockNames: blockNames, indexes: indexesPerVersion }))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue