Eternal Starlight

Eternal Starlight

5M Downloads

[Feature Request] Better Combat support for deer antlers and star fury

Tikurage opened this issue ยท 1 comments

commented

There are weapons in this mod that seem to recommend Better Combat, such as hammers and scythes, but
deer antlers and star fury are not supported, so please make them Better Combat compatible if possible!

commented

There are weapons in this mod that seem to recommend Better Combat, such as hammers and scythes, but deer antlers and star fury are not supported, so please make them Better Combat compatible if possible!

for now you can add this lines to your "config/bettercombat/fallback_compatibility.json"

{
  "item_id_regex": "eternal_starlight:aurora_deer_antler",
  "weapon_attributes": "bettercombat:sickle"
},
{
  "item_id_regex": "eternal_starlight:rage_of_stars",
  "weapon_attributes": "bettercombat:sword"
}