simple-tech

Minecraft: Better than Adventure! mod that adds simple blocks to automate tasks
git clone git://memoryshards.xyz/simple-tech.git
Log | Files | Refs | README | LICENSE

commit 99b8e280fbe496786c86ccf89c7771808234a852
parent b3a5deeee2a0c4b25c1fd5348d2b145f67489c1a
Author: Amb0s <ambos@disroot.org>
Date:   Wed, 30 Aug 2023 20:04:34 +0200

Added dependency checks

Diffstat:
Msrc/main/resources/fabric.mod.json | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/main/resources/fabric.mod.json b/src/main/resources/fabric.mod.json @@ -23,7 +23,9 @@ "simpletech.mixins.json" ], "depends": { - "fabricloader": ">=0.13.3" + "fabricloader": ">=0.13.3", + "halplibe": ">=2.1.6", + "minecraft": ">=1.7.7.0" }, "suggests": { }