forked from mtcontrib/mobs_monster
spiders now spawn on ethereal's cold dirt
This commit is contained in:
parent
2663922651
commit
33a314934a
|
@ -159,7 +159,7 @@ mobs:spawn({
|
||||||
name = "mobs_monster:spider",
|
name = "mobs_monster:spider",
|
||||||
nodes = {
|
nodes = {
|
||||||
"default:dirt_with_rainforest_litter", "default:snowblock",
|
"default:dirt_with_rainforest_litter", "default:snowblock",
|
||||||
"default:snow", "ethereal:crystal_dirt"
|
"default:snow", "ethereal:crystal_dirt", "ethereal:cold_dirt"
|
||||||
},
|
},
|
||||||
min_light = 0,
|
min_light = 0,
|
||||||
max_light = 8,
|
max_light = 8,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user