From 1558f34c12cf50fd44f57b2fefdd1f537c926740 Mon Sep 17 00:00:00 2001 From: Pupyrinth Date: Mon, 20 Oct 2025 18:27:50 +0200 Subject: [PATCH] [8.0.1] Replaced FallingTree mod --- CHANGELOG.md | 10 ++++++++++ PACK_CONTENT.md | 5 +++++ index.toml | 10 +++++----- mods/falling-tree.pw.toml | 13 ------------- mods/tree-harvester.pw.toml | 13 +++++++++++++ pack.toml | 4 ++-- 6 files changed, 35 insertions(+), 20 deletions(-) delete mode 100644 mods/falling-tree.pw.toml create mode 100644 mods/tree-harvester.pw.toml diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f7c924..6dcb9cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## 8.0.1 - 20 Oct 2025 + +### Added +- Tree Harvester + +### Removed +- FallingTree + +--- + ## 8.0.0 - 15 Oct 2025 ### Added diff --git a/PACK_CONTENT.md b/PACK_CONTENT.md index ad621bc..48f5081 100644 --- a/PACK_CONTENT.md +++ b/PACK_CONTENT.md @@ -649,6 +649,11 @@ description = "" - [ ] [Trade Cycling](https://www.curseforge.com/minecraft/mc-mods/trade-cycling) - *Licence*: All Rights Reserved - *Both* +- [ ] [Tree Harvester](https://www.curseforge.com/minecraft/mc-mods/tree-harvester) + - *License*: All Rights Reserved + - *Both* + - *Dependencies*: + - Collective ## U - [ ] [Ultimate Car Mod](https://www.curseforge.com/minecraft/mc-mods/ultimate-car-mod) diff --git a/index.toml b/index.toml index e3d2542..4f5a7d3 100644 --- a/index.toml +++ b/index.toml @@ -377,11 +377,6 @@ file = "mods/extra-disks.pw.toml" hash = "5551e291d2ea656b12d43d354eac2736f7d92242bd548aa4bbf5ae2c475cefef" metafile = true -[[files]] -file = "mods/falling-tree.pw.toml" -hash = "5fe387bcad2d72c9bdd7047c19fed3959dcc65e2615e188ae743c517c08209df" -metafile = true - [[files]] file = "mods/farming-for-blockheads.pw.toml" hash = "712a34d3c2f30597150be9f72507a761616db3356038072918569f883fa88092" @@ -822,6 +817,11 @@ file = "mods/trade-cycling.pw.toml" hash = "4c00caba57fa2aa18ebf941fbe897ab444252f6baf816f5d1fea9430ac5b3779" metafile = true +[[files]] +file = "mods/tree-harvester.pw.toml" +hash = "acaf6d5f5cc298e92fd1a9598330661aefdb6721447e23300b2adc54433be57e" +metafile = true + [[files]] file = "mods/ultimate-car-mod.pw.toml" hash = "2ccf7d9ce5def67c99c347a6adb73bf30c680772f3b36eb995956ae991b17714" diff --git a/mods/falling-tree.pw.toml b/mods/falling-tree.pw.toml deleted file mode 100644 index d8a26b0..0000000 --- a/mods/falling-tree.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "FallingTree" -filename = "FallingTree-1.21.1-1.21.1.11.jar" -side = "both" - -[download] -hash-format = "sha1" -hash = "626e7ec3a979dcc15d8e65c53207572c41c1b255" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 6835168 -project-id = 349559 diff --git a/mods/tree-harvester.pw.toml b/mods/tree-harvester.pw.toml new file mode 100644 index 0000000..f5503ae --- /dev/null +++ b/mods/tree-harvester.pw.toml @@ -0,0 +1,13 @@ +name = "Tree Harvester" +filename = "treeharvester-1.21.1-9.1.jar" +side = "both" + +[download] +hash-format = "sha1" +hash = "08abaeb2bca62538c2f33fbc42f9eead478aecee" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 6184916 +project-id = 367178 diff --git a/pack.toml b/pack.toml index 476a660..603038b 100644 --- a/pack.toml +++ b/pack.toml @@ -1,12 +1,12 @@ name = "Chronolock" author = "Pupyrinth" -version = "8.0.0" +version = "8.0.1" pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "0fbe4d170d9f057aefa690a594bc465ae7b552194ebbe53439e69c2639e02bc5" +hash = "78e8b208cf884397a844e68a896db4f7543385e22e3197d7dcdf4c2a91e242c7" [versions] minecraft = "1.21.1"