使用潜行键让树木或者农作物生长的更快,类似于跳舞树成长。
配置文件说明(1.16.5 TwerkItMeal-1.3.8):
配置文件位置:.minecraft/config/twerk-config.toml
#Whether to show particles or not when crouching to grow things
#是否在作物受到加速时显示粒子,true 表示显示,false 表示不显示
showParticles = true
#whether to enable the whitelist this does not disable the blacklist
#是否启用白名单,并不禁用黑名单
useWhiteList = false
#growables to disable crouching on
#不会受到加速的名单(黑名单),建议配合 CrT 或 Hwyla 查看方块信息
blacklist = ["minecraft:netherrack", "minecraft:grass_block", "minecraft:warped_nylium", "minecraft:crimson_nylium", "minecraft:tall_grass", "botanypots", "gaiadimension"]
#growables to enable crouching on (only works if 'useWhiteList' is true and will give exclisivity to those growables)
#会受到加速的名单(白名单),需要先将上面的 'useWhiteList' 设置为 true 才会有效
whitelist = []
#the minimum number of crouches before the bonemeal is applied (bonemeal is applied randomly so this will not be exact)
#Range: > 0
#玩家至少按键多少次才会对植物有加速(必须大于 0 且为整数)
minCrouchesToApplyBonemeal = 5
#The radius of effect in blocks of applying the growth effect. Not recommended to change due to performance.
#Range: 0 ~ 20
#玩家跳舞的时候对植物的影响半径(0~20)
effectRadius = 5
#When true only saplings are allowed to grow with twerking
#是否只有树苗受到加速
saplingsOnly = false
#The chance of growth effect being applied from sprinting
#Range: 0.0 ~ 1.0
#每次植物受到影响时会加速生长的概率
sprintGrowChance = 0.15
1.20版本可使用:Squat Grow。