Skip to content

Commit

Permalink
Merge pull request #40 from KermX/patch-3
Browse files Browse the repository at this point in the history
Update spawn_mobs.md
  • Loading branch information
WillFP authored Dec 11, 2023
2 parents 3eaa7ca + f421d5c commit caf7489
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/effects/all-effects/spawn_mobs.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ Spawns mobs to help you
ticks_to_live: 120 # The amount of ticks the mobs should live for
health: 5 # The mob health
range: 10 # The range around the location for mobs to spawn
entity: cave_spider speed:100 # The mob to spawn, takes a lookup string
entity: cave_spider speed:0.8 # The mob to spawn, takes a lookup string
...other config (eg triggers, filters, mutators, etc)
```
```

0 comments on commit caf7489

Please sign in to comment.