Add several craftitems
This commit is contained in:
parent
452ef75e8a
commit
68e773f6e7
20 changed files with 147 additions and 9 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue