• 6/24/20 8:47 am
- 6.2k views • 0 today
- save_alt 928 downloads
- Compatibility
- Minecraft 1.16
- Changes include
- Recipes
13
A simple datapack that makes mining for cobblestone more chill because you don't have to avoid Andesite, Diorite, nor Granite.
This datapack:
This datapack:
- Adds Andesite, Diorite, and Granite to the furnace- and stone tool materials.
- Includes the use of Cobblestone alternatives (including Blackstone) for Brewing stands, Dispensers, Droppers, Levers, Observers, and Pistons.
More like this
4651613
119



Have something to say?
With the nice simple way you put this datapack together I was able to discern that all I had to do was edit the stone_crafting_materials.json file to add the stone types from other mods... and it worked!!!
For example, where the file says .....
"minecraft:diorite","minecraft:granite"]]
I simply changed it to:
"minecraft:diorite","minecraft:granite", "create:dolomite"]]
And now dolomite from the Create mod can be used for all of the cobblestone crafting recipes!
I think I've figured out how the recipes work too, so I will also be adding stone pressure plates, just for consistency.
Thank you again for making this! I was surprised just how hard it was to find something that did what your datapack does... and I was super happy to see that it was modular enough (likely because of the "minecraft:" prefix on the stone types) to be easily modified to include blocks from mods.