Changes
Page history
Update Random Spawns Example
authored
Jun 18, 2023
by
Amy
Show whitespace changes
Inline
Side-by-side
Random-Spawns.md
View page @
9873370d
...
@@ -42,7 +42,7 @@ A complete list of all available randomspawn options.
...
@@ -42,7 +42,7 @@ A complete list of all available randomspawn options.
### Global Randomspawn Options
### Global Randomspawn Options
**Example:**
**Example:**
```
yaml
my_favorite_randomspawn
:
my_favorite_randomspawn
:
Action
:
ADD
Action
:
ADD
Type
:
cute_zombie
Type
:
cute_zombie
...
@@ -51,7 +51,10 @@ A complete list of all available randomspawn options.
...
@@ -51,7 +51,10 @@ A complete list of all available randomspawn options.
Priority
:
10
Priority
:
10
UseWorldScaling
:
false
UseWorldScaling
:
false
Worlds
:
my_overworld,my_overworld_nether
Worlds
:
my_overworld,my_overworld_nether
Biomes
:
JUNGLE,PLAINS
Conditions
:
-
day
true
```
-
**Action: \[action\]**
-
**Action: \[action\]**
-
The spawning method to utilize, defaults to "ADD"
-
The spawning method to utilize, defaults to "ADD"
-
Action: ADD
-
Action: ADD
...
...
...
...