Minecraft Data Packs / Tool

Vanilla Hammers and Excavators for 1.21.X

  • check_circle Functions
  • check_circle Loot Tables
  • check_circle Predicates
  • check_circle Recipes
  • 54,727 views, 61 today
  • 17,399 downloads, 21 today
AgentM's Avatar AgentM
Level 45 : Master Engineer
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_...)
If you need more info, check out the video for more details like install instructions and how to craft the tools.

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)
CreditFrench Translations: WaxenSs
CompatibilityMinecraft 1.15
toMinecraft 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

Create an account or sign in to comment.

User5311489G
09/11/2024 7:13 pm
Level 1 : New Miner
User5311489G's Avatar
WHY IS IT ONLY WORKING WITH /FUNKSHEN
1
WaxenSs
09/10/2024 5:08 pm
Level 1 : New Miner
WaxenSs's Avatar
First of all, thank you for this datapack, which for me remains the best for the hammer and excavator. Can you tell me if it's possible to make Mining Fatigue II into Mining Fatigue I without the /function command? Paper sometimes resets the default datapack parameters, so I'd like to change it in the code itself and set Mining Fatigue I as default instead of Mining Fatigue II. Thank you!
1
AgentM
09/11/2024 8:03 am
Level 45 : Master Engineer
history
AgentM's Avatar
Hey I already replied to you on YouTube, but I'd like to add the 'fix' here as well if anyone else stumbles upon it :)



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


1
Dyscho
08/23/2024 10:20 am
Level 1 : New Crafter
Dyscho's Avatar
can you please upload this to Modrinth / GitHub? we want an easy way to add the resource pack to our server's server.properties, and Planet Minecraft doesn't allow this when using their download link
1
AgentM
09/11/2024 8:19 am
Level 45 : Master Engineer
AgentM's Avatar
1
ThatGuyThatLikesMC
08/12/2024 1:37 am
Level 1 : New Miner
ThatGuyThatLikesMC's Avatar
trying to upgrade the tools is giving a normal shovel or pickaxe. i have the resource pack enabled.
1
pesegolsson
06/20/2024 1:17 am
Level 1 : New Miner
pesegolsson's Avatar
1.21 soon? or does it need a complete rewrite to work after all the changes?
1
FrogOut
06/19/2024 4:19 pm
Level 1 : New Miner
FrogOut's Avatar
The data pack unfortunately doesn't work on 1.21, so I was wondering if you're currently updating the data pack to that version.
1
badongski
06/09/2024 8:36 pm
Level 1 : New Miner
badongski's Avatar
can't make it work on 1.20.4. any ideas how to fix this? i'm using optifine.
1
CoreyByte
06/22/2023 2:37 am
Level 28 : Expert Miner
CoreyByte's Avatar
Glad to see you still updating this ^^
1

Welcome