mirror of
https://codeberg.org/tenplus1/mobs_monster.git
synced 2024-11-13 14:20:19 +01:00
tweak dm,stone and tree monster drops
This commit is contained in:
parent
ce7055ee50
commit
876d544c1c
|
@ -38,8 +38,9 @@ mobs:register_mob("mobs_monster:dungeon_master", {
|
|||
view_range = 15,
|
||||
drops = {
|
||||
{name = "default:mese_crystal_fragment", chance = 1, min = 0, max = 2},
|
||||
{name = "mobs:leather", chance = 2, min = 0, max = 2},
|
||||
{name = "default:mese_crystal", chance = 3, min = 0, max = 2},
|
||||
{name = "default:diamond", chance = 4, min = 0, max = 1},
|
||||
{name = "default:mese_crystal", chance = 2, min = 0, max = 2},
|
||||
{name = "default:diamondblock", chance = 30, min = 0, max = 1},
|
||||
},
|
||||
water_damage = 1,
|
||||
|
|
|
@ -32,9 +32,9 @@ mobs:register_mob("mobs_monster:stone_monster", {
|
|||
floats = 0,
|
||||
view_range = 10,
|
||||
drops = {
|
||||
{name = "default:torch", chance = 2, min = 0, max = 2},
|
||||
{name = "default:cobble", chance = 1, min = 0, max = 2},
|
||||
{name = "default:coal_lump", chance = 3, min = 0, max = 2},
|
||||
{name = "default:iron_lump", chance = 5, min = 0, max = 2},
|
||||
{name = "default:coal_lump", chance = 3, min = 0, max = 3},
|
||||
},
|
||||
water_damage = 0,
|
||||
lava_damage = 1,
|
||||
|
|
|
@ -32,9 +32,10 @@ mobs:register_mob("mobs_monster:tree_monster", {
|
|||
jump = true,
|
||||
view_range = 15,
|
||||
drops = {
|
||||
{name = "default:stick", chance = 1, min = 0, max = 2},
|
||||
{name = "default:sapling", chance = 2, min = 0, max = 2},
|
||||
{name = "default:junglesapling", chance = 2, min = 0, max = 2},
|
||||
{name = "default:apple", chance = 2, min = 1, max = 2},
|
||||
{name = "default:junglesapling", chance = 3, min = 0, max = 2},
|
||||
{name = "default:apple", chance = 4, min = 1, max = 2},
|
||||
},
|
||||
water_damage = 0,
|
||||
lava_damage = 0,
|
||||
|
|
Loading…
Reference in New Issue
Block a user