-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'update/2.6.0' into tier-move-grs
- Loading branch information
Showing
31 changed files
with
3,142 additions
and
442 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
# Configuration file | ||
|
||
~CONFIG_VERSION: 3.0.0 | ||
|
||
beekeeping { | ||
# The maximum number of flowers for hives to spawn nearby over time. [range: 0 ~ 1000, default: 20] | ||
I:flowers.spawn=20 | ||
|
||
# Change the beekeeping mode. [default: NORMAL] [valid: [EASY, NORMAL, HARD, HARDCORE, INSANE]] | ||
S:mode=NORMAL | ||
|
||
# Percent chance of a second princess drop, for limited/skyblock maps. [range: 0.0 ~ 100.0, default: 0.0] | ||
S:second.princess=0.0 | ||
|
||
# If true bees will pollinate leaves with themselves to speed up getting a homozgous genome. [default: false] | ||
B:self.pollination=false | ||
|
||
# The number of ticks per bee work cycle. [range: 250 ~ 850, default: 550] | ||
I:ticks.work=550 | ||
|
||
hivedamage { | ||
# The bees only attack the player if he starts to destroy the hive. [default: true] | ||
B:onlyAfterAttack=true | ||
|
||
# Whether bees can damage other entities than the player. [default: false] | ||
B:onlyPlayers=false | ||
|
||
# Whether bees can damage a player playing on peaceful mode. [default: false] | ||
B:peaceful=false | ||
|
||
# Whether bees can damage a player while they are underwater. [default: true] | ||
B:underwater=true | ||
} | ||
|
||
} | ||
|
||
|
||
species { | ||
# Add species to blacklist identified by their uid, one per line. [default: ] | ||
S:blacklist < | ||
> | ||
} | ||
|
||
|
Oops, something went wrong.