1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-07-15 14:10:26 +02:00

Fix spawning fregency

Drastically decrease chance to spawn NPCs
This commit is contained in:
sys4-fr
2017-12-05 02:14:48 +01:00
parent d8572b83cf
commit a22a4e7c3e
9 changed files with 33 additions and 30 deletions

View File

@ -60,7 +60,7 @@ mobs:register_mob("mobs_monster:spider", {
local spawn_on = {"default:desert_stone", "default:jungleleaves", "default:jungletree"}
if minetest.get_modpath("ethereal") then
spawn_on = {"ethereal:crystal_dirt"}
spawn_on = {"ethereal:crystal_dirt"}
else
minetest.register_alias("ethereal:crystal_spike", "default:sandstone")
end