A comprehensive combat update featuring overhauled shield mechanics, all-new quivers, reworked hunger systems, rebalanced weapon values and so much more.
Made as part of Legacies, with the aim of reimagining the core principles of vanilla Minecraft. Explore, adventure and survive in an all-new world. If you like Combat Reborn, I highly recommend you check out Legacies!
Combat Reborn aims to rethink current combat systems whilst still feeling familiar. This is accomplished through an inventive Shield overhaul, all-new Quivers to enhance ranged combat, reworked hunger & regeneration mechanics, rebalanced weapon values and plenty of smaller tweaks & QOL improvements.
Combat
By default, every item has had its attack damage, hit speed and range tweaked. These changes are extensive, and thus will not be individually documented here. It is worth noting that the default config has Copper & Gold tools be more effective at combat than Wood & Stone, whilst less effective than Iron.
More items (modded or not) can be added to (or even removed from) and modified by this list, so damage/speed/reach are configurable per-item. Out of the box, all vanilla Minecraft, Progression Reborn, End Reborn, Legacies and Legends & Farmer's Delight weapons and tools are included in the config, though you can always add additional modded items at your discretion.
Cleaving enchantment (configurable)
Potions are now stackable to 16 (configurable).
Snowballs and Eggs now deal a small amount of knockback (configurable).
Shields
Shields have been overhauled, aiming to be much more interesting design-wise whilst still convenient to use. The Shield Overhaul (and thus all related features) can be toggled via a config option.
Both Parrying bonuses and Blocking Strength are displayed on the tooltip of a Shield.
Parrying
Blocking Strength
Blocking Delay
Shield Overhaul Enchantments
Enderscape Integration
Quivers
Quivers are an all-new item designed to enhance the flow of ranged combat. Think of them to ranged combat what Shields are to melee combat.
As always, Quivers are highly configurable.
Quivers
Quivers can be found in structures such as Dungeons or Jungle Temples by default, though there is a config option to enable a crafting recipe for them.
There are also configurable tweaks to ranged combat balance which slightly reduce base bow draw speed to better accomodate the introduction of Quivers
Legacies and Legends Integration
Hunger
Combat Reborn features an optional hunger rework system, which can be set on or off in the config.
Further, additional tweaks are added such as stackable stews/soups & eating being interrupted when taking damage, which are of course configurable.
Config
config/combat_reborn/general.json
{
"combat": {
"modified_values": true,
"cleaving": true
},
"shields": {
"shield_overhaul": true,
"display_style": "HOTBAR",
"show_tooltips": true,
"block_delay": 0
},
"quivers": {
"enable_quivers": true,
"show_tooltips": true,
"craftable": false,
"ranged_rebalance": true
},
"hunger": {
"hunger_rework": true,
"hunger_barrier": 6
},
"consumables": {
"stackable_stews": true,
"stackable_potions": true,
"damage_interruptions": true,
"knockback_throwables": true
},
"integrations": {
"lal_quiver_variants": true,
"lal_quiver_accessories": true,
"enderscape_rubble_shields": true,
"end_reborn_netherite": true
}
}
config/combat_reborn/modifiers.json
{
"sets": [
{
"ids": [
"minecraft:wooden_sword",
"minecraft:stone_sword",
"legacies_and_legends:verdant_sword"
],
"damage": 4.0,
"speed": 2.0,
"reach": 3.0
},
{
"ids": [
"minecraft:copper_sword",
"minecraft:golden_sword"
],
"damage": 5.0,
"speed": 2.0,
"reach": 3.0
},
{
"ids": [
"minecraft:iron_sword",
"progression_reborn:rose_sword"
],
"damage": 6.0,
"speed": 2.0,
"reach": 3.0
},
{
"ids": [
"minecraft:diamond_sword"
],
"damage": 7.0,
"speed": 2.0,
"reach": 3.0
},
{
"ids": [
"minecraft:netherite_sword",
"end_reborn:remnant_sword",
"end_reborn:featherzeal_sword"
],
"damage": 8.0,
"speed": 2.0,
"reach": 3.0
},
{
"ids": [
"minecraft:wooden_axe",
"minecraft:stone_axe"
],
"damage": 7.0,
"speed": 0.8,
"reach": 3.0
},
{
"ids": [
"minecraft:copper_axe",
"minecraft:golden_axe"
],
"damage": 7.0,
"speed": 1.0,
"reach": 3.0
},
{
"ids": [
"minecraft:iron_axe",
"progression_reborn:rose_axe",
"legacies_and_legends:cleaving_battleaxe"
],
"damage": 8.0,
"speed": 1.0,
"reach": 3.0
},
{
"ids": [
"minecraft:diamond_axe"
],
"damage": 8.0,
"speed": 1.2,
"reach": 3.0
},
{
"ids": [
"minecraft:netherite_axe",
"end_reborn:remnant_axe",
"end_reborn:featherzeal_axe"
],
"damage": 9.0,
"speed": 1.2,
"reach": 3.0
},
{
"ids": [
"minecraft:wooden_spear",
"minecraft:stone_spear",
"legacies_and_legends:frosted_spear"
],
"damage": 2.0,
"speed": 1.6,
"reach": 3.0
},
{
"ids": [
"minecraft:copper_spear",
"minecraft:golden_spear"
],
"damage": 3.0,
"speed": 1.4,
"reach": 3.0
},
{
"ids": [
"minecraft:iron_spear",
"progression_reborn:rose_spear"
],
"damage": 4.0,
"speed": 1.2,
"reach": 3.0
},
{
"ids": [
"minecraft:diamond_spear"
],
"damage": 5.0,
"speed": 1.0,
"reach": 3.0
},
{
"ids": [
"minecraft:netherite_spear",
"end_reborn:remnant_spear",
"end_reborn:featherzeal_spear"
],
"damage": 6.0,
"speed": 0.8,
"reach": 3.0
},
{
"ids": [
"minecraft:wooden_pickaxe",
"minecraft:stone_pickaxe"
],
"damage": 3.0,
"speed": 0.8,
"reach": 3.0
},
{
"ids": [
"minecraft:copper_pickaxe",
"minecraft:golden_pickaxe"
],
"damage": 4.0,
"speed": 0.8,
"reach": 3.0
},
{
"ids": [
"minecraft:iron_pickaxe",
"progression_reborn:rose_pickaxe",
"legacies_and_legends:molten_pickaxe"
],
"damage": 5.0,
"speed": 0.8,
"reach": 3.0
},
{
"ids": [
"minecraft:diamond_pickaxe"
],
"damage": 6.0,
"speed": 0.8,
"reach": 3.0
},
{
"ids": [
"minecraft:netherite_pickaxe",
"end_reborn:remnant_pickaxe",
"end_reborn:featherzeal_pickaxe"
],
"damage": 7.0,
"speed": 0.8,
"reach": 3.0
},
{
"ids": [
"minecraft:wooden_shovel",
"minecraft:stone_shovel"
],
"damage": 2.0,
"speed": 1.0,
"reach": 3.0
},
{
"ids": [
"minecraft:copper_shovel",
"minecraft:golden_shovel"
],
"damage": 3.0,
"speed": 1.0,
"reach": 3.0
},
{
"ids": [
"minecraft:iron_shovel",
"progression_reborn:rose_shovel",
"legacies_and_legends:prospector_shovel"
],
"damage": 4.0,
"speed": 1.0,
"reach": 3.0
},
{
"ids": [
"minecraft:diamond_shovel"
],
"damage": 5.0,
"speed": 1.0,
"reach": 3.0
},
{
"ids": [
"minecraft:netherite_shovel",
"end_reborn:remnant_shovel",
"end_reborn:featherzeal_shovel"
],
"damage": 6.0,
"speed": 1.0,
"reach": 3.0
},
{
"ids": [
"minecraft:wooden_hoe",
"minecraft:stone_hoe",
"legacies_and_legends:withered_hoe"
],
"damage": 1.0,
"speed": 2.0,
"reach": 3.5
},
{
"ids": [
"minecraft:copper_hoe",
"minecraft:golden_hoe"
],
"damage": 1.0,
"speed": 2.5,
"reach": 3.5
},
{
"ids": [
"minecraft:iron_hoe",
"progression_reborn:rose_hoe"
],
"damage": 1.0,
"speed": 3.0,
"reach": 3.5
},
{
"ids": [
"minecraft:diamond_hoe"
],
"damage": 1.0,
"speed": 3.5,
"reach": 3.5
},
{
"ids": [
"minecraft:netherite_hoe",
"end_reborn:remnant_hoe",
"end_reborn:featherzeal_hoe"
],
"damage": 1.0,
"speed": 4.0,
"reach": 3.5
},
{
"ids": [
"minecraft:mace"
],
"damage": 6.0,
"speed": 0.9,
"reach": 3.0
},
{
"ids": [
"minecraft:trident"
],
"damage": 9.0,
"speed": 1.6,
"reach": 3.5
},
{
"ids": [
"legacies_and_legends:boomerang"
],
"damage": 4.0,
"speed": 3.0,
"reach": 2.5
},
{
"ids": [
"legacies_and_legends:hook"
],
"damage": 9.0,
"speed": 0.9,
"reach": 3.5
},
{
"ids": [
"remnants:katana"
],
"damage": 6.0,
"speed": 2.4,
"reach": 3.0
},
{
"ids": [
"farmersdelight:flint_knife"
],
"damage": 2.0,
"speed": 2.8,
"reach": 2.5
},
{
"ids": [
"farmersdelight:copper_knife",
"farmersdelight:golden_knife"
],
"damage": 3.0,
"speed": 2.8,
"reach": 2.5
},
{
"ids": [
"farmersdelight:iron_knife",
"farmersknives:rose_knife"
],
"damage": 4.0,
"speed": 2.8,
"reach": 2.5
},
{
"ids": [
"farmersdelight:diamond_knife"
],
"damage": 5.0,
"speed": 2.8,
"reach": 2.5
},
{
"ids": [
"legacies_and_legends:knife"
],
"damage": 5.0,
"speed": 3.0,
"reach": 2.5
},
{
"ids": [
"farmersdelight:netherite_knife",
"farmersknives:remnant_knife",
"farmersknives:featherzeal_knife"
],
"damage": 6.0,
"speed": 2.8,
"reach": 2.5
}
]
}