- check_circle Functions
- check_circle Loot Tables
- check_circle Predicates
- check_circle Recipes
- 54,727 views, 61 today
- 17,399 downloads, 21 today
- 42
- 66
- 27
Required Resource Pack
8
Vanilla Hammers and Excavators
is a simple datapack that tries to be minimalistic as to fit into the vanilla gameplay.
- Hammers are basically pickaxes, but they mine a 3x3 area in the direction you're looking and work on stone-like blocks.
- Excavators, same thing, basically shovels, but they work on dirt-like blocks.
- They come in all the material types from wood to netherite.
- They are crafted in a crafting table, and upgraded using a smithing table. NOTE: You must drop the items on the top of the smithing table to imbue the resonant core, all other recipes can be done directly in the crafting table and smithing table.
- Compatible with Enchantments and does not replace any vanilla features (still using fake enchantment for Resonant, but this may change in 1.21)
- Warden drops Resonance Core at 50% rate which can be used to get rid of the Mining Fatigue debuff.
- Translation is semi-supported, you can translate the lang/en_us.json file in the resourcepack to your own language. Send me a message if you want to share the translations :)
- Note that updating to a newer version, may break older tools unfortunately. If you want you can spawn in new tools to replace your old ones using commands (/function #hms:give_...)
Compatibility shows 1.15-1.21. Note that you need to download different packs for those older versions (you can find them on my YT channel)
Credit | French Translations: WaxenSs |
Compatibility | Minecraft 1.15 |
to | Minecraft 1.21 |
Tags |
7 Update Logs
Update 1.21.1 : by AgentM 09/11/2024 7:59:19 amSep 11th
+ Added French (fr_fr.json) Translations (by WaxenSs)
LOAD MORE LOGS
5404568
119
Create an account or sign in to comment.
You can change this file:
[datapack]/v1_21/data/hms/function/player/mining_fatigue.mcfunction
To this:
# People holding an HMS tool: if the tool is not resonant, we apply mining fatigue. Level depends on option.
execute if score $HMS_TOOL_SPEED hms_option matches 0 \
as @a \
if predicate hms:holding_tool \
run effect give @s minecraft:mining_fatigue 1 0 true
execute if score $HMS_TOOL_SPEED hms_option matches 1 \
as @a \
if predicate hms:holding_tool \
run effect give @s minecraft:mining_fatigue 1 0 true