From 5ca1344ede2c264102786bc8e2b6d5bef2f4d953 Mon Sep 17 00:00:00 2001 From: Sergeant Acoustic Date: Sun, 22 Feb 2026 18:52:07 +0000 Subject: [PATCH] Add horseman --- modrinth.index.json | 15 +++++++++++++++ .../assets/emi/recipe/additions/copper_horn.json | 15 +++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 overrides/global_packs/mc_rebalance_datapack/assets/emi/recipe/additions/copper_horn.json diff --git a/modrinth.index.json b/modrinth.index.json index 13be88d..0778620 100644 --- a/modrinth.index.json +++ b/modrinth.index.json @@ -502,6 +502,21 @@ "sha512": "37ece11e36fe5e78c6060cf8698f2dd522890bbf5084a2018dda48416e2cbff1f116786ae7a99b8e267cab5bc0703ef2118c9278b9ef58bf711717643394d03d" }, "path": "mods/brainierbees-1.6.jar" + }, + { + "downloads": [ + "https://cdn.modrinth.com/data/qIv5FhAA/versions/HgOnHXUH/horseman-fabric-1.21.1-1.5.9.jar" + ], + "env": { + "client": "required", + "server": "required" + }, + "fileSize": 260754, + "hashes": { + "sha1": "dea34b6eb34cf168b388ae49d9f8b3594e78f584", + "sha512": "a91da389f01ae951db3c7d52835c85547bfdd5f488c9533ac95d669fa04b19c6ce0cc5374f28de6ae3ea089cba10f783f9ed1e16d0d4ba5fdbbdfb6a6182d0dc" + }, + "path": "mods/horseman-fabric-1.21.1-1.5.9.jar" } ] } diff --git a/overrides/global_packs/mc_rebalance_datapack/assets/emi/recipe/additions/copper_horn.json b/overrides/global_packs/mc_rebalance_datapack/assets/emi/recipe/additions/copper_horn.json new file mode 100644 index 0000000..2f4a20d --- /dev/null +++ b/overrides/global_packs/mc_rebalance_datapack/assets/emi/recipe/additions/copper_horn.json @@ -0,0 +1,15 @@ +{ + "type": "emi:world_interaction", + "left": [ + "item:minecraft:crafting_table" + ], + "right": [ + "item:minecraft:goat_horn", + "item:minecraft:copper_ingot", + "item:minecraft:copper_ingot", + "item:minecraft:copper_ingot" + ], + "output": [ + "item:horseman:copper_horn" + ] +}