Skip to content

Commit

Permalink
🔧 prune gray_dye model file from build
Browse files Browse the repository at this point in the history
- Summit will likely already have this setup on their end
  • Loading branch information
TheAfroOfDoom committed Oct 12, 2024
1 parent 19f877d commit 464d56a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package-scripts/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,11 @@ const getSummitResourcepackPaths = () => {
...minecraftPaths,
...omegaFloweyPaths,
]);
const removeGrayDye = async ({ compiledPath }) => {
const grayDyeFile = `${compiledPath}/assets/minecraft/models/item/gray_dye.json`;
await rimraf(grayDyeFile);
};
postProcessors.push(removeGrayDye);

const resourcepackPaths = prefixPaths('resourcepack/', [
'pack.mcmeta',
Expand Down

0 comments on commit 464d56a

Please sign in to comment.