Skip to content

Instantly share code, notes, and snippets.

@Darkhax
Created September 5, 2018 22:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Darkhax/7d5a6264174da9307e782abb782a1473 to your computer and use it in GitHub Desktop.
Save Darkhax/7d5a6264174da9307e782abb782a1473 to your computer and use it in GitHub Desktop.
{
"id": "iron",
"inputs": [
"ore:ingotIron"
],
"output": "minecraft:iron_ingot",
"diggableBlocks": [
"minecraft:gravel"
],
"renderBlock": "minecraft:iron_block",
"validDimensopns": [-1,
0,
1
],
"maxHealth": 15.0,
"movementSpeed": 0.20,
"armorAmount": 6,
"digTickDelay": 1200
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment