From 685d50d47a8eedeb27324bf8eb1d39542ef1a891 Mon Sep 17 00:00:00 2001 From: TheAfroOfDoom Date: Tue, 22 Oct 2024 10:54:08 -0400 Subject: [PATCH] =?UTF-8?q?=E2=9E=95=20update=20`gu`=20references=20from?= =?UTF-8?q?=20`mud`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitattributes | 2 +- package-scripts/build.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitattributes b/.gitattributes index 25040c8bc..36518d989 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,7 +3,7 @@ /.yarn/plugins/**/* binary /.pnp.* binary linguist-generated -datapacks/mud/** linguist-vendored +datapacks/gu/** linguist-vendored *.ajblueprint linguist-language=JSON *.bbmodel linguist-language=JSON diff --git a/package-scripts/build.js b/package-scripts/build.js index 91b7bb06b..35fcefdbf 100644 --- a/package-scripts/build.js +++ b/package-scripts/build.js @@ -150,7 +150,7 @@ const getSummitDatapackPaths = () => { const datapackPaths = prefixPaths('datapacks/', [ 'animated_java/data', 'animated_java/pack.mcmeta', - 'mud', + 'gu', ...primaryDatapackPaths, ]);