Compare commits

..

No commits in common. "d5c64248871951355ea8e989c0e994c240f9ba6e" and "6fd76464ba233ee177e6a29b52ab4e8d8b35510d" have entirely different histories.

2 changed files with 0 additions and 44 deletions

View file

@ -2,7 +2,6 @@
"values": [ "values": [
"mc_rebalance:wooden_paxel", "mc_rebalance:wooden_paxel",
"mc_rebalance:stone_paxel", "mc_rebalance:stone_paxel",
"mc_rebalance:copper_paxel",
"mc_rebalance:iron_paxel", "mc_rebalance:iron_paxel",
"mc_rebalance:golden_paxel", "mc_rebalance:golden_paxel",
"mc_rebalance:diamond_paxel", "mc_rebalance:diamond_paxel",

View file

@ -1,43 +0,0 @@
{
"items": [
"minecraft:golden_spear"
],
"patch": {
"attribute_modifiers": [
{
"type": "generic.attack_damage",
"slot": "mainhand",
"id": "base_attack_damage",
"amount": 2.5,
"operation": "add_value"
},
{
"type": "minecraft:generic.attack_speed",
"id": "minecraft:base_attack_speed",
"amount": -3,
"operation": "add_value",
"slot": "mainhand"
}
],
"kinetic_weapon": {
"damage_multiplier": 1,
"sound": "minecraft:item.spear.use",
"hit_sound": "minecraft:item.spear.hit",
"damage_conditions": {
"max_duration_ticks": 225,
"min_relative_speed": 4.6
},
"forward_movement": 0.38,
"delay_ticks": 11,
"dismount_conditions": {
"max_duration_ticks": 55,
"min_speed": 8.0
},
"knockback_conditions": {
"max_duration_ticks": 85,
"min_speed": 5.1
},
"hitbox_margin": 0.125
}
}
}