digging.txt 295 B

123456789
  1. # This file describes Minecase digging table.
  2. # <GetBlock> = <Block> | <Tool>
  3. Dirt = GrassBlock | Air
  4. Air = Stone | *
  5. Cobblestone = Stone | DiamondPickaxe
  6. Cobblestone = Stone | GoldenPickaxe
  7. Cobblestone = Stone | IronPickaxe
  8. Cobblestone = Stone | StonePickaxe
  9. Cobblestone = Stone | WoodenPickaxe