{"id":17017243,"url":"https://github.com/zsoltmolnarrr/combatroll","last_synced_at":"2025-08-15T00:41:14.034Z","repository":{"id":59769821,"uuid":"537489285","full_name":"ZsoltMolnarrr/CombatRoll","owner":"ZsoltMolnarrr","description":"🧶 Adds combat roll ability, with related attributes and enchantments.","archived":false,"fork":false,"pushed_at":"2025-05-01T20:24:11.000Z","size":989,"stargazers_count":21,"open_issues_count":7,"forks_count":17,"subscribers_count":1,"default_branch":"1.21.1","last_synced_at":"2025-06-11T12:12:37.135Z","etag":null,"topics":["combat","fabric","forge","minecraft","minecraft-mod","mod","roll","rolling"],"latest_commit_sha":null,"homepage":"https://www.curseforge.com/minecraft/mc-mods/combat-roll","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ZsoltMolnarrr.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":["ZsoltMolnarrr"]}},"created_at":"2022-09-16T14:18:51.000Z","updated_at":"2025-05-01T20:19:51.000Z","dependencies_parsed_at":"2024-10-14T06:36:27.105Z","dependency_job_id":"e1bccb79-5bc6-4deb-8e70-7cc8ab111474","html_url":"https://github.com/ZsoltMolnarrr/CombatRoll","commit_stats":null,"previous_names":[],"tags_count":51,"template":false,"template_full_name":null,"purl":"pkg:github/ZsoltMolnarrr/CombatRoll","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZsoltMolnarrr%2FCombatRoll","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZsoltMolnarrr%2FCombatRoll/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZsoltMolnarrr%2FCombatRoll/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZsoltMolnarrr%2FCombatRoll/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ZsoltMolnarrr","download_url":"https://codeload.github.com/ZsoltMolnarrr/CombatRoll/tar.gz/refs/heads/1.21.1","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ZsoltMolnarrr%2FCombatRoll/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270505993,"owners_count":24596506,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-14T02:00:10.309Z","response_time":75,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["combat","fabric","forge","minecraft","minecraft-mod","mod","roll","rolling"],"created_at":"2024-10-14T06:36:06.408Z","updated_at":"2025-08-15T00:41:13.981Z","avatar_url":"https://github.com/ZsoltMolnarrr.png","language":"Java","funding_links":["https://github.com/sponsors/ZsoltMolnarrr"],"categories":[],"sub_categories":[],"readme":"![Title](.github/title.png)\n\n\u003cdiv align=\"center\"\u003e\n\n\u003ca href=\"\"\u003e![Java 17](https://img.shields.io/badge/Java%2017-ee9258?logo=coffeescript\u0026logoColor=ffffff\u0026labelColor=606060\u0026style=flat-square)\u003c/a\u003e\n\u003ca href=\"\"\u003e![Environment: Client \u0026 Server](https://img.shields.io/badge/environment-Client%20\u0026%20Server-1976d2?style=flat-square)\u003c/a\u003e\n\u003ca href=\"\"\u003e[![Discord](https://img.shields.io/discord/973561601519149057.svg?label=\u0026logo=discord\u0026logoColor=ffffff\u0026color=7389D8\u0026labelColor=6A7EC2\u0026style=flat-square)](https://discord.gg/KN9b3pjFTM)\u003c/a\u003e\n\n\u003c/div\u003e\n\n# 🧶️ Features\n\n- Adds Combat Roll ability for players, press `R` to roll (by default)\n- Adds entity attributes to improve rolling capabilities\n  - `combat_roll:distance` determines how far the player rolls (the default distance is 3 blocks, server configurable)\n    - Example for increasing the rollign range by 3: `/give @s leather_boots{AttributeModifiers:[{AttributeName:\"combat_roll:distance\", Name:\"testing\", Amount:3.0, Operation:0,Slot:\"feet\",UUID:[I; 66453, 79497593, -201178, -16957605]}]} 1`\n  - `combat_roll:recharge` determines how quickly the cooldown of the roll ability recovers (the default cooldown is 4 seconds, server configurable)\n    - Example for increasing the recharge speed by +50%: `/give @s leather_leggings{AttributeModifiers:[{AttributeName:\"combat_roll:recharge\", Name:\"testing\", Amount:0.5, Operation:1,Slot:\"legs\",UUID:[I; 66453, 79497593, -201177, -16957605]}]} 1`\n  - `combat_roll:count` determines how many times a player can roll before having to wait for recharging (by default a player has 1 roll)\n    - Example for increasing the number of rolls by 2: `/give @s leather_helmet{AttributeModifiers:[{AttributeName:\"combat_roll:count\", Name:\"testing\", Amount:2, Operation:0,Slot:\"head\",UUID:[I; 66453, 79497594, -201177, -16957605]}]} 1`\n- Adds new enchantments related to the rolling ability\n  - `Longfooted` can be enchanted on boots\n    - Increases the distance of your rolls (by 1 block / level)\n  - `Acrobat's Shirt` \u0026 `Acrobat's Pants` can be enchanted on chests and legs respectively \n    - Increases the recharge speed of the roll cooldown (by +10% / level)\n  - `Multi-Roll` can be enchanted on helmets\n    - Grants extra rolls (+1 roll / level)\n- Adds an indicator (arrow) to the ingame UI (aka HUD) showing the cooldown of the roll ability and number of rolls available\n- Exhaust (aka hunger) is added to the player upon rolling (server side configurable)\n- Roll ability can only be used when player is: not using item, not jumping, not swimming\n- High compatibility with [Better Combat](https://github.com/ZsoltMolnarrr/BetterCombat)\n\n# 🔧 Configuration\n\n### Fabric\n\nClient side settings can be accessed via the [Mod Menu](https://github.com/TerraformersMC/ModMenu).\n\n### Forge\n\nClient side settings can be accessed in Main Menu \u003e Mods \u003e Combat Roll \u003e Config.\n\n### Server\n\n**Server side** configuration can be found in the `config` directory, after running the game with the mod installed.\n\n# 🔨 Using it as a modder\n\n## Installation\n\nAdd this mod as dependency into your build.gradle file.\n\nRepository\n```groovy\nrepositories {\n    maven {\n        name = 'Modrinth'\n        url = 'https://api.modrinth.com/maven'\n        content {\n            includeGroup 'maven.modrinth'\n        }\n    }\n}\n```\n\n### Fabric workspace\n```groovy\ndependencies {\n    modImplementation \"maven.modrinth:combat-roll:VERSION-fabric\"\n}\n```\nIn `fabric.mod.json` add a dependency to the mod:\n```json\n  \"depends\": {\n    \"combat_roll\": \"\u003e=1.0.0\"\n  },\n```\n\n(Substitute `VERSION` with the name of the latest release available on [Modrinth](https://modrinth.com/mod/combat-roll/versions))\n\n### Forge workspace\n```groovy\ndependencies {\n    implementation \"maven.modrinth:combat-roll:VERSION-forge\"\n}\n```\nIn `mods.toml` add a dependency to the mod:\n```\nmodId=\"combat_roll\"\nmandatory=true\nversionRange=\"[1.0.0,)\"\nordering=\"AFTER\"\nside=\"BOTH\"\n```\n\n(Substitute `VERSION` with the name of the latest release available on [Modrinth](https://modrinth.com/mod/combat-roll/versions))\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzsoltmolnarrr%2Fcombatroll","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzsoltmolnarrr%2Fcombatroll","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzsoltmolnarrr%2Fcombatroll/lists"}