-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7d4d4dd
commit a029ca7
Showing
1 changed file
with
26 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
|
||
#General settings | ||
[general] | ||
#Enable debug logging | ||
debug = false | ||
#Enables OP mode! | ||
#Enable at your own risk | ||
opMode = false | ||
#Enable mystical crops | ||
enableMysticalCrops = false | ||
#Use whitelist instead of blacklist | ||
useWhitelist = true | ||
#Range for bonemeal effect | ||
#Range: 0 ~ 16 | ||
range = 3 | ||
#Chance of bonemeal effect | ||
#0 being never and 1.0 being most of the time | ||
#Range: 0.0 ~ 1.0 | ||
chance = 0.5 | ||
#List of blocks to blacklist from twerking | ||
#Tags can be used by using #minecraft:<tag_name> or #modid:<tag_name> | ||
blacklist = ["minecraft:grass_block", "minecraft:grass", "minecraft:tall_grass", "minecraft:netherrack", "minecraft:warped_nylium", "minecraft:crimson_nylium"] | ||
#If useWhitelist is true use, only allow twerking the list below | ||
#Tags can be used by using #minecraft:<tag_name> or #modid:<tag_name> | ||
whitelist = ["#minecraft:saplings"] | ||
|