lava titan's can spawn on lava also

This commit is contained in:
tenplus1 2023-06-20 06:12:55 +01:00
parent e448903ec4
commit decaf26c8c

View File

@ -336,7 +336,10 @@ if mm ~= 0 then
mobs:spawn({
name = "nssm:lava_titan",
nodes = {"default:stone", "default:desert_stone", "default:sandstone"},
nodes = {
"default:stone", "default:desert_stone",
"default:sandstone", "default:lava_source"
},
max_height = -100,
max_light = 12,
interval = 120,