forked from mtcontrib/mobs_monster
Ajoute le spawn du minotaur sur la roche du desert
This commit is contained in:
parent
2e99fafa82
commit
b993f11b92
|
@ -63,7 +63,7 @@ mobs:alias_mob("mobs:minotaur", "mobs_monster:minotaur")
|
|||
--mobs:spawn_specific("mobs_monster:minotaur", {"default:dirt_with_dry_grass"}, {"air"}, -1, 20, 30, 50000, 1, -31000, 31000, false)
|
||||
mobs:spawn({
|
||||
name = "mobs_monster:minotaur",
|
||||
nodes = {"default:dirt_with_dry_grass", "default:desert_sand"},
|
||||
nodes = {"default:dirt_with_dry_grass", "default:desert_sand", "default:desert_stone"},
|
||||
min_light = 0,
|
||||
max_light = default.LIGHT_MAX,
|
||||
chance = 7000,
|
||||
|
|
Loading…
Reference in New Issue
Block a user