Compare commits
No commits in common. "9e6bd5ed3cd3ddf6e2eff8a6b68882ec3c7b9c86" and "0f3d4b8b3f3243485d77aca7fda9640162e2d7e9" have entirely different histories.
9e6bd5ed3c
...
0f3d4b8b3f
|
|
@ -1,4 +1,3 @@
|
|||
[
|
||||
"minecraft:sharpness",
|
||||
"minecraft:power"
|
||||
"minecraft:sharpness"
|
||||
]
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
"type": "generic.attack_damage",
|
||||
"slot": "mainhand",
|
||||
"id": "base_attack_damage",
|
||||
"amount": 9,
|
||||
"amount": 8,
|
||||
"operation": "add_value"
|
||||
},
|
||||
{
|
||||
|
|
@ -8,7 +8,7 @@
|
|||
"type": "generic.attack_damage",
|
||||
"slot": "mainhand",
|
||||
"id": "base_attack_damage",
|
||||
"amount": 6,
|
||||
"amount": 5.5,
|
||||
"operation": "add_value"
|
||||
},
|
||||
{
|
||||
|
|
@ -1,23 +0,0 @@
|
|||
{
|
||||
"items": [
|
||||
"minecraft:diamond_axe"
|
||||
],
|
||||
"patch": {
|
||||
"attribute_modifiers": [
|
||||
{
|
||||
"type": "generic.attack_damage",
|
||||
"slot": "mainhand",
|
||||
"id": "base_attack_damage",
|
||||
"amount": 11,
|
||||
"operation": "add_value"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:generic.attack_speed",
|
||||
"id": "minecraft:base_attack_speed",
|
||||
"amount": -3,
|
||||
"operation": "add_value",
|
||||
"slot": "mainhand"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
@ -1,23 +0,0 @@
|
|||
{
|
||||
"items": [
|
||||
"minecraft:diamond_sword"
|
||||
],
|
||||
"patch": {
|
||||
"attribute_modifiers": [
|
||||
{
|
||||
"type": "generic.attack_damage",
|
||||
"slot": "mainhand",
|
||||
"id": "base_attack_damage",
|
||||
"amount": 7,
|
||||
"operation": "add_value"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:generic.attack_speed",
|
||||
"id": "minecraft:base_attack_speed",
|
||||
"amount": -2.4000000953674316,
|
||||
"operation": "add_value",
|
||||
"slot": "mainhand"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
@ -1,23 +0,0 @@
|
|||
{
|
||||
"items": [
|
||||
"minecraft:netherite_axe"
|
||||
],
|
||||
"patch": {
|
||||
"attribute_modifiers": [
|
||||
{
|
||||
"type": "generic.attack_damage",
|
||||
"slot": "mainhand",
|
||||
"id": "base_attack_damage",
|
||||
"amount": 14,
|
||||
"operation": "add_value"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:generic.attack_speed",
|
||||
"id": "minecraft:base_attack_speed",
|
||||
"amount": -3,
|
||||
"operation": "add_value",
|
||||
"slot": "mainhand"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
@ -1,23 +0,0 @@
|
|||
{
|
||||
"items": [
|
||||
"minecraft:netherite_sword"
|
||||
],
|
||||
"patch": {
|
||||
"attribute_modifiers": [
|
||||
{
|
||||
"type": "generic.attack_damage",
|
||||
"slot": "mainhand",
|
||||
"id": "base_attack_damage",
|
||||
"amount": 9,
|
||||
"operation": "add_value"
|
||||
},
|
||||
{
|
||||
"type": "minecraft:generic.attack_speed",
|
||||
"id": "minecraft:base_attack_speed",
|
||||
"amount": -2.4000000953674316,
|
||||
"operation": "add_value",
|
||||
"slot": "mainhand"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
@ -1,5 +0,0 @@
|
|||
{
|
||||
"op": "remove",
|
||||
"path": "/pools/1/entries/1/functions"
|
||||
}
|
||||
|
||||
|
|
@ -1,5 +1,4 @@
|
|||
[
|
||||
"minecraft:protection",
|
||||
"minecraft:sharpness",
|
||||
"minecraft:power"
|
||||
"minecraft:sharpness"
|
||||
]
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
[
|
||||
"minecraft:sharpness",
|
||||
"minecraft:protection",
|
||||
"minecraft:power"
|
||||
"minecraft:protection"
|
||||
]
|
||||
|
|
|
|||
|
|
@ -140,7 +140,7 @@
|
|||
},
|
||||
{
|
||||
"namespace": "minecraft",
|
||||
"path": "enchantment/(protection|sharpness|power).json"
|
||||
"path": "enchantment/(protection|sharpness).json"
|
||||
},
|
||||
{
|
||||
"namespace": "enderitemod",
|
||||
|
|
|
|||
Loading…
Reference in a new issue