配置文件位于config文件夹,配置文件名为pitweaks.toml。

内容如下:

#Anvil Tweaks铁砧微调

[anvil]

#Removes additional cost from repairing/enchanting items in an anvil multiple times

#移除修复惩罚

noRepairCost = true

#Allow books to be combined over the enchantment max level

#移除附魔等级上限

allowOverlevelBooks = true

#Always allow enchantments from books to be applied in an anvil, regardless of item type or other enchantments

#移除附魔不兼容

alwaysAllowBooks = true

#Enables disenchanting items by combining with a vanilla book

#允许祛魔(通过在铁砧内放置已附魔物品和书)

disenchant = true

#Chance for an anvil to be damaged on use (default 0.12)

#铁砧在使用过程中损坏的几率(允许的值为0.0~1.0)

#Range: 0.0 ~ 1.0

breakChance = 0.12


#Vanilla Machine Speed Tweaks原版功用方块速率调整

[machines]

#Vanilla furnaces are faster.

#更快的熔炉

fastFurnace = false

#Vanilla blast furnaces are faster.

#更快的高炉

fastBlastFurnace = false

#Vanilla smokers are faster.

#更快的烟熏炉

fastSmoker = false

#Vanilla campfires cook faster.

#更快的篝火熏烤

fastCampfire = true

#Cook speed multiplier for furnace, blast furnace, and smoker. Time per item is (10/multiplier) seconds. Valid values (2,4,5,8,10,20,25,40,50)

#这个值决定了各式熔炉的速率,用10除以这个值就是每个物品在熔炉中消耗的实际秒数。你可以把这个值改为2,4,5,8,10,20,25,40,50中的一个。

#Range: 2 ~ 50

multiplier = 5

#Brewing stands are faster.

#更快的酿造

fastBrewing = true

#Number of ticks to brew a potion.  Vanilla = 400.

#酿造一瓶药水所需的时间,原版为400

#Range: 2 ~ 400

brewTicks = 200


#Entity Tweaks实体微调

[entity]

#Mobs can only spawn blocks with a full-cube collision box.  Prevents spawning on partial blocks like top-slabs, upside-down-stairs, and hoppers.

#仅在完整的方块的方块上生成实体(即上半砖之类的方块上面不会生成怪物了)

spawnRequiresFullCube = true

#Set to false to disable phantom spawns.

#允许幻翼生成

allowPhantoms = true

#Removes 0.5 sec invulnerability time after an entity gets hit.

#移除生物受到攻击后0.5秒的无敌时间

noInvulnerabilityTicks = false

#Crouch while flying to immediately end elytra flight.

#停用鞘翅时蜷曲一下

crouchStopsFlight = true


#Hunger Tweaks饥饿机制微调

[food]

#Remove food cap that limits food value to 20. Useful with modded foods

#移除饱食度上限(针对模组食物)

uncapFood = true

#Remove saturation cap that limits saturation to current food level

#移除饱和度上限

uncapSaturation = true


#Plant Tweaks

[plant]

#Leaves decay immediately when their supporting tree is removed

#砍完树后树叶快速掉落

instantLeafDecay = true

以上,如有不当欢迎指教