# "name", "maxAmount", "chance" and "type" are required. "durability", "dataValue", "displayName", "lore" and "enchantment" can be set to "null".
#
# Lines starting with "#" are comments.
#
# name: The name of the loot item.
# maxAmount: The maximum amount of loot of this type that can spawn in a LootChest.
# chance: For each item out of the maxAmount, the chance that each item spawns.
# type: The item type(eg. 1 for stone, 2 for grass, 3 for dirt, 4 for cobblestone...)
# durability: The amount of uses left for this item. Set to "null" for a new item/default. Is also used to set different kinds of the same item, for example Wood, Coloured Carpets, Stained Clay etc.
# displayName: This item's display name. Set to "null" for default name. Underscores("_") will be replaced with a space.
# lore: Set the lore or description of this item. Set to "null" for no lore. The lore can have more than 1 line. Use "" for line break. Underscores("_") will be replaced with a space.
# enchantment: Set the enchantment for this item. (format: "enchantmentID:level-enchantmentID:level" example: "16:2-21:3-32:2" This gives Sharpness II, Looting III and Efficiency II). Set to "null" for no enchantment.
#
# name                     maxAmount  chance    type       durability   dataValue   displayName                  lore                                                                   enchantment
  
  Stone                    32         15        1          0            null        null                         null                                                                   null
  Grass                    12         5         2          0            null        null                         null                                                                   null
  Dirt                     128        25        3          0            null        null                         null                                                                   null
  Cobblestone              64         20        4          0            null        null                         null                                                                   null
  
  OakPlanks                48         20        5          0            null        null                         null                                                                   null
  BirchPlanks              48         20        5          1            null        null                         null                                                                   null
  SprucePlanks             48         20        5          2            null        null                         null                                                                   null
  JunglePlanks             48         20        5          3            null        null                         null                                                                   null
  
  OakSapling               4          20        6          0            null        null                         null                                                                   null
  BirchSapling             4          20        6          1            null        null                         null                                                                   null
  SpruceSapling            4          20        6          2            null        null                         null                                                                   null
  JungleSapling            4          20        6          3            null        null                         null                                                                   null
  
  Bedrock                  12         5         7          0            null        null                         null                                                                   null
  
# Type 8, 9, 10 and 11 are Water and Lava. Perhaps use buckets instead?

  Sand                     32         20        12         0            null        null                         null                                                                   null  
  Gravel                   32         12        13         0            null        null                         null                                                                   null
  
  GoldOre                  8          10        14         0            null        null                         null                                                                   null
  IronOre                  12         15        15         0            null        null                         null                                                                   null
  CoalOre                  20         20        16         0            null        null                         null                                                                   null
 
  OakWood                  24         20        17         0            null        null                         null                                                                   null
  BirchWood                24         20        17         1            null        null                         null                                                                   null
  SpruceWood               24         20        17         2            null        null                         null                                                                   null
  JungleWood               24         20        17         3            null        null                         null                                                                   null
  
  OakLeaves                16         25        18         0            null        null                         null                                                                   null
  BirchLeaves              16         25        18         1            null        null                         null                                                                   null
  SpruceLeaves             16         25        18         2            null        null                         null                                                                   null
  JungleLeaves             16         25        18         3            null        null                         null                                                                   null
  
  Sponge                   4          5         19         0            null        null                         null                                                                   null
  
  Glass                    24         25        20         0            null        null                         null                                                                   null
  
  LapisOre                 32         15        21         0            null        null                         null                                                                   null
  LapisBlock               32         15        22         0            null        null                         null                                                                   null
  
  Dispenser                32         15        1          0            null        null                         null                                                                   null
  
  