Skip to content

Commit

Permalink
🐛 Fix missing function folder template
Browse files Browse the repository at this point in the history
  • Loading branch information
ChenCMD committed Apr 8, 2021
1 parent a168b2e commit bcba6b4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/commands/createDatapackTemplate/utils/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,15 @@ export const pickItems: { [key in '#load & #tick' | 'Vanilla data' | 'Folders']:
}
]
},
{
label: 'data/%namespace%/functions/',
generates: [
{
type: 'folder',
rel: 'data/%namespace%/functions/'
}
]
},
{
label: 'data/%namespace%/dimension/',
generates: [
Expand Down

0 comments on commit bcba6b4

Please sign in to comment.