mirror of
https://codeberg.org/tenplus1/mobs_monster.git
synced 2025-07-04 01:10:22 +02:00
Ajoute le spawn du minotaur sur la roche du desert
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user