Ajoute le spawn du minotaur sur la roche du desert

This commit is contained in:
sys4-fr 2018-11-02 11:42:29 +01:00
parent 2e99fafa82
commit b993f11b92
1 changed files with 1 additions and 1 deletions

View File

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