Advertisement
Guest User

droopingears json

a guest
Jan 1st, 2015
290
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.     "oreGen": [
  3.         {
  4.             "blockToSpawn": "customitems:not_conventional_petrol_ore",
  5.             "blockToReplace": "minecraft:stone",
  6.             "maxY": 25,
  7.             "maxVeinSize": 10,
  8.             "chancesToSpawn": 10,
  9.             "dimensionId": 0,
  10.             "minY": 6,
  11.             "minVeinSize": 5
  12.         }
  13.     ],
  14.     "items": [
  15.         {
  16.             "name": "Not conventional Petrol",
  17.             "textureName": "notconpetrol",
  18.             "maxStackSize": 16,
  19.             "creativeTab": "Ran Things"
  20.         }
  21.     ],
  22.     "creativeTabs": [
  23.         {
  24.             "tabLabel": "Ran Things",
  25.             "iconItem": "minecraft:hopper"
  26.         }
  27.     ],
  28.     "blocks": [
  29.         {
  30.             "name": "Not conventional Petrol ore",
  31.             "textureName": "notconpetrolore",
  32.             "toolClass": "pickaxe",
  33.             "stepSound": "stone",
  34.             "material": "rock",
  35.             "resistance": 30,
  36.             "creativeTab": "Ran Things",
  37.             "canSilkHarvest": true,
  38.             "dropItemName": "customitems:not_conventional_petrol",
  39.             "harvestLevel": 2,
  40.             "hardness": 5,
  41.             "eachExtraItemDropChance": 50,            
  42.             "minItemDrop": 1,
  43.             "maxItemDrop": 3,
  44.             "type":"normal"
  45.         }
  46.     ],
  47.     "fluids": [
  48.         {
  49.             "name": "Liquid not conventional Petrol",
  50.             "textureName": "liquidnotconpetrol",
  51.             "creativeTab": "Ran Things"
  52.         }
  53.     ]
  54. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement