spiders now spawn on ethereal's cold dirt

This commit is contained in:
TenPlus1 2020-04-07 09:22:37 +01:00
parent 2663922651
commit 33a314934a
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ mobs:spawn({
name = "mobs_monster:spider",
nodes = {
"default:dirt_with_rainforest_litter", "default:snowblock",
"default:snow", "ethereal:crystal_dirt"
"default:snow", "ethereal:crystal_dirt", "ethereal:cold_dirt"
},
min_light = 0,
max_light = 8,