luki's hammer mod
This mod adds only one new item to the game - the Hammer. When you mine cobblestone with this tool, it turns into gravel. If you use the hammer on gravel, you get sand - extremely simple!
Currently, only the stone version of the hammer is available, but the developer plans to add other variants in the future. The mod integrates with JEI and allows recipe customization through JSON files (can be used with datapacks, CraftTweaker, or KubeJS).
IMPORTANT: Do not change the hammer tag! It is used exclusively for display in JEI.
JSON structure for recipe editing:
{
"type": "lukishammer:hammer_type",
"ingredients": [
{
"item": "minecraft:gravel"
},
{
"tag": "lukishammer:hammers"
}
],
"output": {
"item": "minecraft:sand",
"count": 1
}
}