mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-01-12 03:27:35 +01:00
remove enderman spawning
This commit is contained in:
parent
f285e18d24
commit
489ee80490
@ -315,16 +315,6 @@ minetest.register_abm({
|
||||
end,
|
||||
})
|
||||
|
||||
mobs:spawn({
|
||||
name = "mobs_mc:enderman",
|
||||
nodes = "mcl_crimson:warped_nylium",
|
||||
max_light = 15,
|
||||
min_light = 0,
|
||||
chance = 300,
|
||||
active_object_count = 20,
|
||||
max_height = -28940,
|
||||
})
|
||||
|
||||
minetest.register_node("mcl_crimson:crimson_fungus", {
|
||||
description = S("Crimson Fungus Mushroom"),
|
||||
drawtype = "plantlike",
|
||||
|
Loading…
Reference in New Issue
Block a user