PersonTheCat

Ore Properties Basic Example

Apr 15th, 2018
354
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.33 KB | None | 0 0
  1. {
  2.     "originalTexture" : "assets/minecraft/textures/blocks/coal_ore.png",
  3.     "languageKey" : "tile.oreCoal.name",
  4.     "hardness" : 3.0F,
  5.     "harvestLevel" : 0,
  6.     "drop" : "minecraft:coal",
  7.     "dropMeta" : 0,
  8.     "dropSilkTouch" : "minecraft:coal_ore",
  9.     "dropSilkTouchMeta" : 0,
  10.     "leastDrop" : 1,
  11.     "mostDrop" : 1,
  12.     "leastXp" : 0,
  13.     "mostXp" : 2
  14. }
Advertisement
Add Comment
Please, Sign In to add comment