Add horseman

This commit is contained in:
Sergeant Acoustic 2026-02-22 18:52:07 +00:00
parent 3c6418862b
commit 5ca1344ede
2 changed files with 30 additions and 0 deletions

View file

@ -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"
}
]
}

View file

@ -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"
]
}