1
0
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:
sys4-fr
2018-11-02 13:48:56 +01:00
parent b993f11b92
commit 4e47e4f02c
8 changed files with 16 additions and 3 deletions

View File

@ -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,