本篇教程由作者设定未经允许禁止转载。
配置文件路径
.minecraft-versons-游戏核心-config-uncraftingtable.cfg
记事本打开该文件即可
谁要是去模组内部找我跟谁急
general {
# Minimum required level to uncraft an item
(拆解物品所需最低经验等级)
I:standardLevel=0
# Maximum required level to uncraft an item
(拆解物品所需最高经验等级)
I:maxUsedLevel=0
# Cost per enchantment when removing enchantments onto books
(移除书籍上的附魔时的每次附魔成本)
I:enchantmentCost=1
# ID of the used uncrafting equation.
(使用的拆解公式ID)
I:uncraftMethod=0
# List of items which cannot be uncrafted
(无法拆解物品列表)
S:excludedItems <
>
}
nuggets {
# Use available nuggets for partial returns of damaged items
(使用额外的物品退还已损坏耐久的物品)
B:useNuggets=true
# Register additional nuggets to use for partial returns of damaged Vanilla items
(注册额外的物品以用于退还已消耗耐久的物品)
B:registerNuggets=true
# Use Rabbit Hide for partial returns of damaged Leather items
(使用兔子皮退还已消耗耐久的皮革制品)
B:useRabbitHide=false
# Ensure that at least one nugget is returned, even for items with 0% durability
(一定会返还一些材料,即使被拆解物品耐久为0%)
B:ensureReturn=true
}