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

@ -12,7 +12,7 @@ mobs:register_mob("mobs:sheep", {
armor = 100,
drops = {
{name = "mobs:meat_raw_sheep",
chance = 2,
chance = 1,
min = 1,
max = 2,},
},