More lag reduction.
This commit is contained in:
parent
02d6c44638
commit
558e778861
12 changed files with 1011 additions and 927 deletions
6
mobs.lua
6
mobs.lua
|
@ -96,9 +96,9 @@ end
|
|||
|
||||
if minetest.registered_entities["mobs_creeper:creeper"] then
|
||||
mobs:spawn_specific("mobs_creeper:creeper",
|
||||
{"fun_caves:stone_with_moss"},
|
||||
{"air"},
|
||||
-1, 20, 30, 20000, 1, -31000, 31000
|
||||
{"fun_caves:stone_with_moss"},
|
||||
{"air"},
|
||||
-1, 20, 30, 20000, 1, -31000, 31000
|
||||
)
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue