• • 4/25/19 6:28 pm • 2 logs
- 56.7k views • 3 today
- save_alt 7.4k downloads
- Compatibility
- Minecraft 1.14
- Changes include
- Functions
90
Crafted by throwing 2 logs and 3 iron blocks (think a BIG pickaxe) on top of a crafting table.
Will mine stoney blocks in the cardinal direction you are looking, at the expense of the pick. Unfortunately this does not take advantage of custom crafting due to how limited custom crafting in datapacks is at the moment. Instruction file included. Should be multiplayer compatible but not guaranteed, I haven't been able to test it on a server. I'm open to suggestions for improvements.
Will mine stoney blocks in the cardinal direction you are looking, at the expense of the pick. Unfortunately this does not take advantage of custom crafting due to how limited custom crafting in datapacks is at the moment. Instruction file included. Should be multiplayer compatible but not guaranteed, I haven't been able to test it on a server. I'm open to suggestions for improvements.
2 Update Logs
Version 1.1.3 : by Firebug 04/25/2019 6:28:25 pmApril 25, 2019 @ 10:28 pm UTC
- Added end stone and netherrack to the list of stone blocks
- Made everything less laggy
LOAD MORE LOGS
More like this
4250220
119







Have something to say?
data\underminer\tags\blocks\stone.json
and replace its contents with:
{"values":
[
"minecraft:andesite",
"minecraft:diorite",
"minecraft:granite",
"minecraft:stone",
"minecraft:gravel",
"minecraft:dirt",
"minecraft:lava",
"minecraft:water",
"minecraft:netherrack",
"minecraft:basalt",
"minecraft:blackstone"
]
}