Removes disableMaterialLimitation
All checks were successful
EpicKnarvik97/Blacksmith/pipeline/head This commit looks good
All checks were successful
EpicKnarvik97/Blacksmith/pipeline/head This commit looks good
Removes the disableMaterialLimitation option Replaces EnchantmentTarget.BREAKABLE.includes(item) with getMaxDurability(item) > 0 as it seems more generic
This commit is contained in:
@ -33,10 +33,6 @@ global:
|
||||
|
||||
# The cost of fully repairing a damaged anvil
|
||||
damagedAnvilReforgingCost: 20.0
|
||||
|
||||
# This disables the EnchantmentTarget.BREAKABLE limitation. If set to true, all items able to have durability are seen
|
||||
# as reforgeAble. This should not be set to true unless you have special needs.
|
||||
disableMaterialLimitation: false
|
||||
|
||||
# The settings which are set to any new NPC. To change any of these settings for an existing NPC, you must change the
|
||||
# Citizens NPC file, or use the /blacksmith command
|
||||
|
Reference in New Issue
Block a user