Skip to content

Commit

Permalink
twerk only for trees
Browse files Browse the repository at this point in the history
  • Loading branch information
enigmaquip committed Jun 25, 2022
1 parent 7d4d4dd commit a029ca7
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions config/squatgrow-common.toml
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"]

0 comments on commit a029ca7

Please sign in to comment.