mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-25 18:24:43 +02:00
Add custom_item_support config file to optionally disable repair/salvage on items with custom models
This commit is contained in:
11
src/main/resources/custom_item_support.yml
Normal file
11
src/main/resources/custom_item_support.yml
Normal file
@ -0,0 +1,11 @@
|
||||
# This is meant to be a general config for allowing mcMMO to allow interaction with custom items.
|
||||
# In the future, I would like to add configs to be specific about certain custom items.
|
||||
# For now, support is generalized to whether the custom item has a custom model.
|
||||
# This is an easy solution to implement for now, but not the most ideal.
|
||||
Custom_Item_Support:
|
||||
Repair:
|
||||
# Turn this off to disable repair on any items with custom model data
|
||||
Allow_Repair_On_Items_With_Custom_Model_Data: true
|
||||
Salvage:
|
||||
# Turn this off to disable salvage on any items with custom model data
|
||||
Allow_Salvage_On_Items_With_Custom_Model_Data: true
|
@ -423,6 +423,8 @@ Salvage.Skills.Lottery.Perfect=&a&lPerfect!&r&6 You salvaged &3{1}&6 effortlessl
|
||||
Salvage.Skills.Lottery.Untrained=&7You aren't properly trained in salvaging. You were only able to recover &c{0}&7 materials from &a{1}&7.
|
||||
#Anvil (Shared between SALVAGE and REPAIR)
|
||||
Anvil.Unbreakable=This item is unbreakable!
|
||||
Anvil.Repair.Reject.CustomModelData=A mysterious force prevents you from repairing this item...
|
||||
Anvil.Salvage.Reject.CustomModelData=A mysterious force prevents you from salvaging this item...
|
||||
#CROSSBOWS
|
||||
Crossbows.SkillName=CROSSBOWS
|
||||
Crossbows.Ability.Lower=&7You lower your crossbow.
|
||||
|
Reference in New Issue
Block a user