Skip to content

Commit

Permalink
🔧 update build export config
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAfroOfDoom committed Oct 16, 2024
1 parent c468b5e commit 37096cd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package-scripts/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ const getSummitDatapackPaths = () => {

const playerPaths = prefixPaths('player/', [
'death',
'interacted_with_github_description',
'interacted_with_github_description.mcfunction',
'interacted',
'rejoin',
'room',
'room.mcfunction',
Expand Down Expand Up @@ -74,6 +73,8 @@ const getSummitDatapackPaths = () => {
]);

const entityPaths = prefixPaths('omegaflowey.entity/', [
'advancement/player_interacted_with_animated_java_link.json',
'advancement/player_interacted_with_back_cave_github_link.json',
'advancement/player_interacted_with_github_description.json',
...prefixPaths('function/', [
...bossFightPaths,
Expand Down

0 comments on commit 37096cd

Please sign in to comment.