mirror of
https://codeberg.org/tenplus1/mobs_monster.git
synced 2025-07-04 17:30:21 +02:00
Ajout de drops d'items
This commit is contained in:
@ -42,6 +42,9 @@ mobs:register_mob("mobs_monster:dungeon_master", {
|
||||
{name = "default:mese_crystal", chance = 3, min = 0, max = 2},
|
||||
{name = "default:diamond", chance = 4, min = 0, max = 1},
|
||||
{name = "default:diamondblock", chance = 30, min = 0, max = 1},
|
||||
{name = "mobs_monster:dungeon_master_blood", chance = 2, min = 0, max = 2,},
|
||||
{name = "mobs_monster:dungeon_master_diamond", chance = 6, min = 0, max = 1,},
|
||||
{name = "maptools:gold_coin", chance = 20, min = 0, max = 1,},
|
||||
},
|
||||
water_damage = 1,
|
||||
lava_damage = 1,
|
||||
@ -64,7 +67,7 @@ mobs:register_mob("mobs_monster:dungeon_master", {
|
||||
|
||||
mobs:spawn({
|
||||
name = "mobs_monster:dungeon_master",
|
||||
nodes = {"default:stone"},
|
||||
nodes = {"default:stone", "default:sandstone", "nether:netherrack"},
|
||||
max_light = 5,
|
||||
chance = 9000,
|
||||
active_object_count = 1,
|
||||
|
Reference in New Issue
Block a user