Skip to content

Instantly share code, notes, and snippets.

@AEnterprise
Created October 15, 2014 11:00
Show Gist options
  • Save AEnterprise/b59f2cb9f12103f4f3b4 to your computer and use it in GitHub Desktop.
Save AEnterprise/b59f2cb9f12103f4f3b4 to your computer and use it in GitHub Desktop.
{
"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