mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-06-26 02:34:42 +02:00
2.1.120
This commit is contained in:
@ -11,7 +11,7 @@
|
||||
## This defaults to OTHER.
|
||||
#
|
||||
# ItemMaterialCategory: This is the type of the material of the item to be repaired, this is only important for permissions.
|
||||
## Valid values are STRING, LEATHER, WOOD, STONE, IRON, GOLD, DIAMOND, and OTHER
|
||||
## Valid values are STRING, LEATHER, WOOD, STONE, IRON, GOLD, DIAMOND, NETHER, and OTHER
|
||||
## This defaults to OTHER.
|
||||
#
|
||||
# RepairMaterial: This is the material name of the item used to repair this repairable.
|
||||
@ -186,32 +186,32 @@ Repairables:
|
||||
# Diamond repairables
|
||||
###
|
||||
# Tools
|
||||
NETHERRITE_SWORD:
|
||||
netherite_SWORD:
|
||||
MinimumLevel: 0
|
||||
XpMultiplier: .6
|
||||
NETHERRITE_SHOVEL:
|
||||
netherite_SHOVEL:
|
||||
MinimumLevel: 0
|
||||
XpMultiplier: .4
|
||||
NETHERRITE_PICKAXE:
|
||||
netherite_PICKAXE:
|
||||
MinimumLevel: 0
|
||||
XpMultiplier: 1.1
|
||||
NETHERRITE_AXE:
|
||||
netherite_AXE:
|
||||
MinimumLevel: 0
|
||||
XpMultiplier: 1.1
|
||||
NETHERRITE_HOE:
|
||||
netherite_HOE:
|
||||
MinimumLevel: 0
|
||||
XpMultiplier: .75
|
||||
# Armor
|
||||
NETHERRITE_HELMET:
|
||||
netherite_HELMET:
|
||||
MinimumLevel: 0
|
||||
XpMultiplier: 7
|
||||
NETHERRITE_CHESTPLATE:
|
||||
netherite_CHESTPLATE:
|
||||
MinimumLevel: 0
|
||||
XpMultiplier: 7
|
||||
NETHERRITE_LEGGINGS:
|
||||
netherite_LEGGINGS:
|
||||
MinimumLevel: 0
|
||||
XpMultiplier: 7
|
||||
NETHERRITE_BOOTS:
|
||||
netherite_BOOTS:
|
||||
MinimumLevel: 0
|
||||
XpMultiplier: 7
|
||||
#
|
||||
|
@ -12,7 +12,7 @@
|
||||
## This defaults to OTHER.
|
||||
#
|
||||
# MaterialType: This is the type of the material of the item to be salvaged, this is only important for permissions.
|
||||
## Valid values are STRING, LEATHER, WOOD, STONE, IRON, GOLD, DIAMOND, NETHERRACK, and OTHER
|
||||
## Valid values are STRING, LEATHER, WOOD, STONE, IRON, GOLD, DIAMOND, NETHER, and OTHER
|
||||
## This defaults to OTHER.
|
||||
#
|
||||
# SalvageMaterial: This is the material name of the item used to salvage this item.
|
||||
@ -220,40 +220,40 @@ Salvageables:
|
||||
XpMultiplier: 6
|
||||
MaximumQuantity: 4
|
||||
|
||||
NETHERRITE_SWORD:
|
||||
netherite_SWORD:
|
||||
MinimumLevel: 50
|
||||
XpMultiplier: .5
|
||||
MaximumQuantity: 2
|
||||
NETHERRITE_SHOVEL:
|
||||
netherite_SHOVEL:
|
||||
MinimumLevel: 50
|
||||
XpMultiplier: .3
|
||||
MaximumQuantity: 1
|
||||
NETHERRITE_PICKAXE:
|
||||
netherite_PICKAXE:
|
||||
MinimumLevel: 50
|
||||
XpMultiplier: 1
|
||||
MaximumQuantity: 3
|
||||
NETHERRITE_AXE:
|
||||
netherite_AXE:
|
||||
MinimumLevel: 50
|
||||
XpMultiplier: 1
|
||||
MaximumQuantity: 3
|
||||
NETHERRITE_HOE:
|
||||
netherite_HOE:
|
||||
MinimumLevel: 50
|
||||
XpMultiplier: .5
|
||||
MaximumQuantity: 2
|
||||
# Armor
|
||||
NETHERRITE_HELMET:
|
||||
netherite_HELMET:
|
||||
MinimumLevel: 50
|
||||
XpMultiplier: 6
|
||||
MaximumQuantity: 5
|
||||
NETHERRITE_CHESTPLATE:
|
||||
netherite_CHESTPLATE:
|
||||
MinimumLevel: 50
|
||||
XpMultiplier: 6
|
||||
MaximumQuantity: 8
|
||||
NETHERRITE_LEGGINGS:
|
||||
netherite_LEGGINGS:
|
||||
MinimumLevel: 50
|
||||
XpMultiplier: 6
|
||||
MaximumQuantity: 7
|
||||
NETHERRITE_BOOTS:
|
||||
netherite_BOOTS:
|
||||
MinimumLevel: 50
|
||||
XpMultiplier: 6
|
||||
MaximumQuantity: 4
|
||||
|
Reference in New Issue
Block a user