mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2024-11-05 07:13:51 +01:00
remove enderman spawning
This commit is contained in:
parent
f285e18d24
commit
489ee80490
@ -315,16 +315,6 @@ minetest.register_abm({
|
|||||||
end,
|
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", {
|
minetest.register_node("mcl_crimson:crimson_fungus", {
|
||||||
description = S("Crimson Fungus Mushroom"),
|
description = S("Crimson Fungus Mushroom"),
|
||||||
drawtype = "plantlike",
|
drawtype = "plantlike",
|
||||||
|
Loading…
Reference in New Issue
Block a user