Skip to content

Instantly share code, notes, and snippets.

@HelixOW
Created September 10, 2016 00:35
Show Gist options
  • Save HelixOW/afc7c1aed24e7f667b579c1ed6313208 to your computer and use it in GitHub Desktop.
Save HelixOW/afc7c1aed24e7f667b579c1ed6313208 to your computer and use it in GitHub Desktop.
Blocks:
Ore:
Coal:
enabled: true //checks if you can mine this ore
drop: coal:2 //first argument is the Material the second after the ":" is the amount which will be dropped when you mine it
Iron:
enabled: true
drop: iron_ingot:2
Gold:
enabled: true
drop: gold_ingot:5
Diamond:
enabled: true
drop: diamond:7
Gravel:
enabled: true
drop: arrow:3
Wood:
enabled: true //checks if timber is enabled
Mobs:
Pig:
enabled: true //checks if this mob will drop other items
drop: grilled_pork:3 //first argument is the Material the second after the ":" is the amount which will be dropped when you kill it
Zombie:
enabled: true
drop: grilled_pork:3
Cow:
enabled: true
drop: leather:8
Chicken:
enabled: true
drop: arrow:3
Spider:
enabled: true
drop: string:2
Skeleton:
enabled: true
drop: bow:1
Sheep:
enabled: false
drop: cooked_mutton:3
Rabbit:
enabled: true
drop: cooked_rabbit:3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment