Advertisement
Shadowcat

customitems

Dec 18th, 2014
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 6.13 KB | None | 0 0
  1. {
  2.     "creativeTabs":[
  3.     {
  4.         "tabLabel":"CustomItems",
  5.         "name":"CustomItems",
  6.         "iconItem":"customItems:block_recipum"
  7.     }
  8.     ],
  9.     "changeItems":[
  10.     {
  11.         "name":"minecraft:ender_pearl",
  12.         "maxstackSize": 64
  13.     }
  14.     ],
  15.     "blocks":[
  16.     {
  17.         "name":"ore_platinum",
  18.         "textureName": "orePlatinum",
  19.         "material": "rock",
  20.         "hardness": 2,
  21.         "harvestLevel": 2,
  22.         "dropItemName": "customitems:chunk_platinum",
  23.         "minItemDrop": 5,
  24.         "maxItemDrop": 10,
  25.         "eachExtraItemDropChance": 75,
  26.         "creativeTab":"CustomItems",
  27.         "maxstackSize": 64
  28.     },
  29.     {
  30.         "name":"block_recipum",
  31.         "textureName": "blockRecipum",
  32.         "material": "iron",
  33.         "hardness": 2,
  34.         "harvestLevel": 2,
  35.         "creativeTab":"CustomItems",
  36.         "maxstackSize": 64
  37.     },
  38.     {
  39.         "name":"asphalt",
  40.         "textureName": "asphalt",
  41.         "material": "rock",
  42.         "hardness": 2,
  43.         "harvestLevel": 1,
  44.         "creativeTab":"CustomItems",
  45.         "maxstackSize": 64
  46.     },
  47.     {
  48.         "name":"sulfur",
  49.         "textureName": "sulfur",
  50.         "material": "rock",
  51.         "hardness": 1,
  52.         "harvestLevel": 1,
  53.         "creativeTab":"CustomItems",
  54.         "maxstackSize": 64
  55.     },
  56.     {
  57.         "name":"luted_wood",
  58.         "textureName": "luted_wood",
  59.         "material": "wood",
  60.         "hardness": 2,
  61.         "harvestLevel": 0,
  62.         "creativeTab":"CustomItems",
  63.         "maxstackSize": 64
  64.     },
  65.     {
  66.         "name":"blood_hive",
  67.         "multipleTextures":{
  68.             "yneg":"bloodhive-top",
  69.             "ypos":"bloodhive-top",
  70.             "zneg":"bloodhive-side",
  71.             "zpos":"bloodhive-side",
  72.             "xneg":"bloodhive-side",
  73.             "xpos":"bloodhive-side"
  74.         },
  75.         "material": "tnt",
  76.         "hardness": 1,
  77.         "harvestLevel": 0,
  78.         "creativeTab":"CustomItems",
  79.         "maxstackSize": 64
  80.     }
  81.     ],
  82.     "items":[
  83.     {
  84.         "name":"luting",
  85.         "texturename":"luting",
  86.         "creativeTab":"CustomItems",
  87.         "maxstackSize": 1
  88.     },
  89.     {
  90.         "name":"hammer_obsidian",
  91.         "texturename":"hammer_obsidian",
  92.         "creativeTab":"CustomItems",
  93.         "maxstackSize": 1
  94.     },
  95.     {
  96.         "name":"hammer_advanced",
  97.         "texturename":"hammer_advanced",
  98.         "creativeTab":"CustomItems",
  99.         "maxstackSize": 1
  100.     },
  101.     {
  102.         "name":"shard_obsidian",
  103.         "texturename":"shard_obsidian",
  104.         "creativeTab":"CustomItems",
  105.         "maxstackSize": 64
  106.     },
  107.     {
  108.         "name":"shard_diamond",
  109.         "texturename":"shard_diamond",
  110.         "creativeTab":"CustomItems",
  111.         "maxstackSize": 64
  112.     },
  113.     {
  114.         "name":"dust_newitum",
  115.         "texturename":"dust_newitum",
  116.         "creativeTab":"CustomItems",
  117.         "maxstackSize": 64
  118.     },
  119.     {
  120.         "name":"ingot_recipum",
  121.         "texturename":"ingot_recipum",
  122.         "creativeTab":"CustomItems",
  123.         "maxstackSize": 64
  124.     },
  125.     {
  126.         "name":"dust_steel",
  127.         "texturename":"dust_steel",
  128.         "creativeTab":"CustomItems",
  129.         "maxstackSize": 64
  130.     },
  131.     {
  132.         "name":"dust_carbon",
  133.         "texturename":"dust_carbon",
  134.         "creativeTab":"CustomItems",
  135.         "maxstackSize": 64
  136.     },
  137.     {
  138.         "name":"ingot_steel",
  139.         "texturename":"ingot_steel",
  140.         "creativeTab":"CustomItems",
  141.         "maxstackSize": 64
  142.     },
  143.     {
  144.         "name":"vise",
  145.         "texturename":"vise",
  146.         "creativeTab":"CustomItems",
  147.         "maxstackSize": 1
  148.     },
  149.     {
  150.         "name":"scissors",
  151.         "texturename":"scissors",
  152.         "creativeTab":"CustomItems",
  153.         "maxstackSize": 1
  154.     },
  155.     {
  156.         "name":"rubber",
  157.         "texturename":"rubber",
  158.         "creativeTab":"CustomItems",
  159.         "maxstackSize": 64
  160.     },
  161.     {
  162.         "name":"rubber_raw",
  163.         "texturename":"rubber_raw",
  164.         "creativeTab":"CustomItems",
  165.         "maxstackSize": 64
  166.     },
  167.     {
  168.         "name":"plastic_raw",
  169.         "texturename":"plastic_raw",
  170.         "creativeTab":"CustomItems",
  171.         "maxstackSize": 64
  172.     },
  173.     {
  174.         "name":"plastic_sheet",
  175.         "texturename":"plastic_sheet",
  176.         "creativeTab":"CustomItems",
  177.         "maxstackSize": 64
  178.     },
  179.     {
  180.         "name":"sand_compound",
  181.         "texturename":"sand_compound",
  182.         "creativeTab":"CustomItems",
  183.         "maxstackSize": 64
  184.     },
  185.     {
  186.         "name":"silicon",
  187.         "texturename":"silicon",
  188.         "creativeTab":"CustomItems",
  189.         "maxstackSize": 64
  190.     },
  191.     {
  192.         "name":"coke",
  193.         "texturename":"coke",
  194.         "creativeTab":"CustomItems",
  195.         "maxstackSize": 64
  196.     },
  197.     {
  198.         "name":"redstone_compound",
  199.         "texturename":"redstone_compound",
  200.         "creativeTab":"CustomItems",
  201.         "maxstackSize": 64
  202.     },
  203.     {
  204.         "name":"glowstone_compound",
  205.         "texturename":"glowstone_compound",
  206.         "creativeTab":"CustomItems",
  207.         "maxstackSize": 64
  208.     },
  209.     {
  210.         "name":"kerosene_can",
  211.         "texturename":"kerosene_can",
  212.         "creativeTab":"CustomItems",
  213.         "maxstackSize": 16
  214.     },
  215.     {
  216.         "name":"gasoline_can",
  217.         "texturename":"gasoline_can",
  218.         "creativeTab":"CustomItems",
  219.         "maxstackSize": 16
  220.     },
  221.     {
  222.         "name":"fuels_can",
  223.         "texturename":"fuels_can",
  224.         "creativeTab":"CustomItems",
  225.         "maxstackSize": 16
  226.     },
  227.     {
  228.         "name":"chunk_iron",
  229.         "texturename":"chunk_iron",
  230.         "creativeTab":"CustomItems",
  231.         "maxstackSize": 64
  232.     },
  233.     {
  234.         "name":"chunk_gold",
  235.         "texturename":"chunk_gold",
  236.         "creativeTab":"CustomItems",
  237.         "maxstackSize": 64
  238.     },
  239.     {
  240.         "name":"chunk_copper",
  241.         "texturename":"chunk_copper",
  242.         "creativeTab":"CustomItems",
  243.         "maxstackSize": 64
  244.     },
  245.     {
  246.         "name":"chunk_tin",
  247.         "texturename":"chunk_tin",
  248.         "creativeTab":"CustomItems",
  249.         "maxstackSize": 64
  250.     },
  251.     {
  252.         "name":"chunk_silver",
  253.         "texturename":"chunk_silver",
  254.         "creativeTab":"CustomItems",
  255.         "maxstackSize": 64
  256.     },
  257.     {
  258.         "name":"chunk_lead",
  259.         "texturename":"chunk_lead",
  260.         "creativeTab":"CustomItems",
  261.         "maxstackSize": 64
  262.     },
  263.     {
  264.         "name":"chunk_nickel",
  265.         "texturename":"chunk_nickel",
  266.         "creativeTab":"CustomItems",
  267.         "maxstackSize": 64
  268.     },
  269.     {
  270.         "name":"chunk_platinum",
  271.         "texturename":"chunk_platinum",
  272.         "creativeTab":"CustomItems",
  273.         "maxstackSize": 64
  274.     },
  275.     {
  276.         "name":"chunk_aluminum",
  277.         "texturename":"chunk_aluminum",
  278.         "creativeTab":"CustomItems",
  279.         "maxstackSize": 64
  280.     },
  281.     {
  282.         "name":"chunk_ardite",
  283.         "texturename":"chunk_ardite",
  284.         "creativeTab":"CustomItems",
  285.         "maxstackSize": 64
  286.     },
  287.     {
  288.         "name":"chunk_cobalt",
  289.         "texturename":"chunk_cobalt",
  290.         "creativeTab":"CustomItems",
  291.         "maxstackSize": 64
  292.     },
  293.     {
  294.         "name":"chunk_osmium",
  295.         "texturename":"chunk_osmium",
  296.         "creativeTab":"CustomItems",
  297.         "maxstackSize": 64
  298.     },
  299.     {
  300.         "name":"chunk_zinc",
  301.         "texturename":"chunk_zinc",
  302.         "creativeTab":"CustomItems",
  303.         "maxstackSize": 64
  304.     }
  305.     ],
  306.     "pickaxes":
  307.     [
  308.     {
  309.         "name":"taptap",
  310.         "textureName":"tap",
  311.         "harvestLevel":0,
  312.         "maxUses":255,
  313.         "efficiencyOnProperMaterial":0,
  314.         "damageVsEntity":0,
  315.         "enchantability":0
  316.     }
  317.     ]
  318. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement