mirror of
https://codeberg.org/tenplus1/mobs_redo.git
synced 2024-12-25 02:00:21 +01:00
fix typo in api.txt
This commit is contained in:
parent
c6dffd1390
commit
89523195d5
1
api.lua
1
api.lua
@ -3725,7 +3725,6 @@ function mobs:spawn_specific(name, nodes, neighbors, min_light, max_light, inter
|
|||||||
minetest.log("action", string.format(
|
minetest.log("action", string.format(
|
||||||
"[mobs] Chance setting for %s changed to %s (total: %s)",
|
"[mobs] Chance setting for %s changed to %s (total: %s)",
|
||||||
name, chance, aoc))
|
name, chance, aoc))
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
mobs.spawning_mobs[name].aoc = aoc
|
mobs.spawning_mobs[name].aoc = aoc
|
||||||
|
4
api.txt
4
api.txt
@ -701,8 +701,8 @@ mobs_monster:sand_monster 100
|
|||||||
...you can also change how many of a certain mob appear in an active mapblock by
|
...you can also change how many of a certain mob appear in an active mapblock by
|
||||||
adding a comma and then a new value e.g.
|
adding a comma and then a new value e.g.
|
||||||
|
|
||||||
mobs_animal:cow 8000,4 <-- 4 cows per mapblock at 8000 spawn chance
|
mobs_animal:cow = 8000,4 <-- 4 cows per mapblock at 8000 spawn chance
|
||||||
mobs_monster:dirt_monster ,20 <-- 20 dirt monsters per mapblock
|
mobs_monster:dirt_monster = ,20 <-- 20 dirt monsters per mapblock
|
||||||
|
|
||||||
|
|
||||||
Rideable Horse Example Mob
|
Rideable Horse Example Mob
|
||||||
|
Loading…
Reference in New Issue
Block a user