Skip to content

Commit

Permalink
Increase Worm probability
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanWolf committed Jul 11, 2017
1 parent 7b52f40 commit c950bcc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/resources/examples/otherside/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ worlds:
- virus material melon_block seed_radius 3
spider_9_worm:
target_type: spider
probability: 0.05
probability: 0.5
min_y: 63
class: CastRule
y_offset: 32
Expand Down Expand Up @@ -375,7 +375,7 @@ worlds:
- hunter material obsidian seed_radius 2
enderman_8_worm:
target_type: enderman
probability: 0.05
probability: 0.2
min_y: 63
class: CastRule
y_offset: 24
Expand All @@ -385,7 +385,7 @@ worlds:
- worm material log seed_radius 3
enderman_9_worm:
target_type: enderman
probability: 0.01
probability: 0.5
min_y: 63
class: CastRule
y_offset: 32
Expand Down

0 comments on commit c950bcc

Please sign in to comment.