Changes
Page history
typo
authored
May 18, 2024
by
Lxlp
Hide whitespace changes
Inline
Side-by-side
Guides/Your-First-Random-Spawn.md
View page @
947b0997
...
@@ -35,7 +35,7 @@ In this basic example, we are making our mob `SkeletonKing` spawn with a 10% cha
...
@@ -35,7 +35,7 @@ In this basic example, we are making our mob `SkeletonKing` spawn with a 10% cha
We can go further and specify the biomes our mobs spawn in too! We can do this with the Biomes option. We can add just 1 or a list of multiple biomes.
We can go further and specify the biomes our mobs spawn in too! We can do this with the Biomes option. We can add just 1 or a list of multiple biomes.
Biomes uses the
[
Spigot Biome Names
[
(https://hub.spigotmc.org/javadocs/spigot/org/bukkit/block/Biome.html)
Biomes uses the
[
Spigot Biome Names
]
(
https://hub.spigotmc.org/javadocs/spigot/org/bukkit/block/Biome.html
)
```
yaml
```
yaml
SkeletonKingSpawn
:
SkeletonKingSpawn
:
Action
:
ADD
Action
:
ADD
...
...
...
...