From 32da992452dd76e184422f555521f7d6aa52b7d5 Mon Sep 17 00:00:00 2001 From: matteo335 <79221584+matteo335@users.noreply.github.com> Date: Mon, 16 Mar 2026 16:41:47 +0100 Subject: [PATCH 1/2] Create datapack_searcher.bat to find mcfunction --- files/datapack_searcher.bat | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 files/datapack_searcher.bat diff --git a/files/datapack_searcher.bat b/files/datapack_searcher.bat new file mode 100644 index 0000000..50695ca --- /dev/null +++ b/files/datapack_searcher.bat @@ -0,0 +1,2 @@ +findstr /S /M /I "mcfunction" *.jar +pasue From 79a2ced696b45453bc8c6a063a6fd07ec20d0da0 Mon Sep 17 00:00:00 2001 From: matteo335 <79221584+matteo335@users.noreply.github.com> Date: Mon, 16 Mar 2026 16:49:47 +0100 Subject: [PATCH 2/2] Fix a typo Co-authored-by: NoLifeKing --- files/datapack_searcher.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/datapack_searcher.bat b/files/datapack_searcher.bat index 50695ca..b3b8fa6 100644 --- a/files/datapack_searcher.bat +++ b/files/datapack_searcher.bat @@ -1,2 +1,2 @@ findstr /S /M /I "mcfunction" *.jar -pasue +pause