Add several craftitems

This commit is contained in:
Wuzzy 2017-01-12 03:04:58 +01:00
parent 452ef75e8a
commit 68e773f6e7
20 changed files with 147 additions and 9 deletions

View file

@ -17,8 +17,8 @@ mobs:register_mob("mobs:creeper", {
drops = {
{name = "default:gunpowder",
chance = 1,
min = 1,
max = 3,},
min = 0,
max = 2,},
},
armor = 70,
drawtype = "front",