Created
October 15, 2014 11:00
-
-
Save AEnterprise/b59f2cb9f12103f4f3b4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "quarry", | |
"category": "BuildcraftAutomatization", | |
"displaystackModID": "BuildCraft|Factory", | |
"displaystackName": "machineBlock", | |
"displaystackType": "block", | |
"maxProgress": 250, | |
"dropsModIDs": [ | |
"BuildCraft|Core", | |
"BuildCraft|Core", | |
"BuildCraft|Core", | |
"minecraft", | |
"minecraft" | |
], | |
"dropsStackName": [ | |
"ironGearItem", | |
"goldGearItem", | |
"diamondGearItem", | |
"redstone", | |
"diamond_pickaxe" | |
], | |
"dropsStackType": [ | |
"item", | |
"item", | |
"item", | |
"item", | |
"item" | |
], | |
"dropsAmount": [ | |
3, | |
2, | |
2, | |
1, | |
1 | |
], | |
"linkedObjectModID": "BuildCraft|Factory", | |
"linkedObjectStackName": "machineBlock", | |
"linkedObjectStackType": "block", | |
"progressType": "breakAnything", | |
"requiredResearch": ["miningWell"] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment