mobs_mc: Item names
This commit is contained in:
parent
0257a4104c
commit
7fa7afba54
5 changed files with 15 additions and 47 deletions
|
@ -35,42 +35,10 @@ mobs:register_mob("mobs_mc:creeper", {
|
|||
armor = 200,
|
||||
maxdrops = 3,
|
||||
drops = {
|
||||
{name = "tnt:gunpowder",
|
||||
{name = "default:gunpowder",
|
||||
chance = 1,
|
||||
min = 0,
|
||||
max = 2,},
|
||||
{name = "default:flint_and_steel",
|
||||
chance = 1,
|
||||
min = 0,
|
||||
max = 1,},
|
||||
{name = "farorb:farorb",
|
||||
chance = 1,
|
||||
min = 0,
|
||||
max = 1,},
|
||||
{name = "jdukebox:disc_1",
|
||||
chance = 10,
|
||||
min = 0,
|
||||
max = 1,},
|
||||
{name = "jdukebox:disc_2",
|
||||
chance = 10,
|
||||
min = 0,
|
||||
max = 1,},
|
||||
{name = "jdukebox:disc_3",
|
||||
chance = 10,
|
||||
min = 0,
|
||||
max = 1,},
|
||||
{name = "jdukebox:disc_4",
|
||||
chance = 10,
|
||||
min = 0,
|
||||
max = 1,},
|
||||
{name = "jdukebox:disc_5",
|
||||
chance = 10,
|
||||
min = 0,
|
||||
max = 1,},
|
||||
{name = "jdukebox:disc_6",
|
||||
chance = 10,
|
||||
min = 0,
|
||||
max = 1,},
|
||||
},
|
||||
animation = {
|
||||
speed_normal = 24,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue