{"id":18898318,"url":"https://github.com/brainstone/ultimatemultitool","last_synced_at":"2025-07-01T15:05:17.783Z","repository":{"id":258657039,"uuid":"874352749","full_name":"BrainStone/UltimateMultiTool","owner":"BrainStone","description":"The ultimate Minecraft MultiTool datapack (and resourcepack)","archived":false,"fork":false,"pushed_at":"2024-11-01T23:32:28.000Z","size":8597,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-12-31T08:45:36.582Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JSON","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/BrainStone.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2024-10-17T17:12:18.000Z","updated_at":"2024-11-10T17:51:33.000Z","dependencies_parsed_at":"2024-11-08T08:42:25.669Z","dependency_job_id":"55b68a09-0701-4519-a283-0aa1f5713287","html_url":"https://github.com/BrainStone/UltimateMultiTool","commit_stats":null,"previous_names":["brainstone/ultimatemultitool"],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrainStone%2FUltimateMultiTool","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrainStone%2FUltimateMultiTool/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrainStone%2FUltimateMultiTool/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrainStone%2FUltimateMultiTool/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BrainStone","download_url":"https://codeload.github.com/BrainStone/UltimateMultiTool/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239879317,"owners_count":19712176,"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","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":[],"created_at":"2024-11-08T08:41:59.829Z","updated_at":"2025-02-20T17:14:28.532Z","avatar_url":"https://github.com/BrainStone.png","language":"JSON","funding_links":[],"categories":[],"sub_categories":[],"readme":"# UltimateMultiTool\n\nThe ultimate Minecraft MultiTool datapack (and resourcepack)\n\n## Features\n\n- Allows combining any combination of tools\n- Discoverable recipes for the vanilla recipe book\n- Upgrading your diamond tools via the smithing table works\n- Enchantments and item renaming works. Everything with an axe can additionally receive damage enhancing enchantments\n- Secondary tool functions partially preserved. The priority for which tool's secondary functions are retained is: axe,\n\tshovel, hoe\n- Easy to use commands to give the items outright: `/loot give @s loot umultitool:\u003cmaterial\u003e_\u003ctool\u003e` (example:\n\t`/loot give @s loot umultitool:netherite_paxeloe`)\n- Only one continuously running command with a predicate in place to further reduce the impact (required for the\n\tnetherite upgrading logic)\n\n## Screenshots\n\n![Showing off all tools available in this datapack.](pictures/all_tools.png \"All Tools\")\n\n### Recipes\n\nThese recipes work with all materials and the tools are interchangeable.\n\n| Tool    | Recipe                                                    |\n|---------|-----------------------------------------------------------|\n| Povel   | ![Povel recipe](pictures/recipes/povel.png \"Povel\")       |\n| Shaxe   | ![Shaxe recipe](pictures/recipes/shaxe.png \"Shaxe\")       |\n| Paxe    | ![Paxe recipe](pictures/recipes/paxe.png \"Paxe\")          |\n| Hovel   | ![Hovel recipe](pictures/recipes/hovel.png \"Hovel\")       |\n| Poe     | ![Poe recipe](pictures/recipes/poe.png \"Poe\")             |\n| Haxe    | ![Haxe recipe](pictures/recipes/haxe.png \"Haxe\")          |\n| Paxel   | ![Paxel recipe](pictures/recipes/paxel.png \"Paxel\")       |\n| Poveloe | ![Poveloe recipe](pictures/recipes/poveloe.png \"Poveloe\") |\n| Shaxoe  | ![Shaxoe recipe](pictures/recipes/shaxoe.png \"Shaxoe\")    |\n| Paxoe   | ![Paxoe recipe](pictures/recipes/paxoe.png \"Paxoe\")       |\n| Paxeloe | ![Paxeloe recipe](pictures/recipes/paxeloe.png \"Paxeloe\") |\n\n## Useful Stuff\n\nSome stuff that helps me create this pack.  \nYou might get some use out of it as well, as this contains all internal values and much more.\n\n### Links\n\nThese links helped me create this pack\n\n- https://gitlab.project-creative.net/BrainStone/MCPackPacker\n- https://minecraft.wiki/w/Pack_format\n- https://minecraft.wiki/w/Tutorials/Models#Item_predicates\n- https://minecraft.wiki/w/Recipe\n- https://minecraft.wiki/w/Data_component_format\n- https://minecraft.wiki/w/Raw_JSON_text_format\n- https://minecraft.wiki/w/Item_modifier\n- https://minecraft.wiki/w/Advancement_definition\n- https://minecraft.wiki/w/Predicate\n- https://minecraft.wiki/w/Item_sub-predicate\n- https://minecraft.wiki/w/Tag\n- https://www.digminecraft.com/lists/color_list_pc.php\n- Inspiration: https://modrinth.com/datapack/paxels\n- https://github.com/misode/mcmeta\n- https://github.com/Ersatz77/mcdata\n\n### Custom Model Calculation\n\nBase value: 1236864 (randomly chosen by smashing the keyboard and setting the last few bits to 0)\n\n| Flag | Meaning          |\n|------|------------------|\n| 0x01 | Contains Shovel  |\n| 0x02 | Contains Pickaxe |\n| 0x04 | Contains Axe     |\n| 0x08 | Contains Hoe     |\n\n#### Tool Names\n\n| Flag | Included Tools            | Tool Name           | Tier |\n|------|---------------------------|---------------------|------|\n| 0x00 |                           |                     |      |\n| 0x01 | *Shovel*                  | *Shovel*            |      |\n| 0x02 | *Pickaxe*                 | *Pickaxe*           |      |\n| 0x03 | Shovel, Pickaxe           | Povel               | 1    |\n| 0x04 | *Axe*                     | *Axe*               |      |\n| 0x05 | Shovel, Axe               | Shaxe               | 1    |\n| 0x06 | Pickaxe, Axe              | Paxe                | 1    |\n| 0x07 | Shovel, Pickaxe, Axe      | Paxel (the classic) | 2    |\n| 0x08 | *Hoe*                     | *Hoe*               |      |\n| 0x09 | Shovel, Hoe               | Hovel               | 1    |\n| 0x0A | Pickaxe, Hoe              | Poe                 | 1    |\n| 0x0B | Shovel, Pickaxe, Hoe      | Poveloe             | 2    |\n| 0x0C | Axe, Hoe                  | Haxe                | 1    |\n| 0x0D | Shovel, Axe, Hoe          | Shaxoe              | 2    |\n| 0x0E | Pickaxe, Axe, Hoe         | Paxoe               | 2    |\n| 0x0F | Shovel, Pickaxe, Axe, Hoe | Paxeloe             | 3    |\n\n### Default Tool Data\n\n#### Material Name, Durability \u0026 Mining Speeds\n\n| Material  | Material Name | Durability | Speed |\n|-----------|---------------|------------|-------|\n| Wood      | wooden        | 59         | 2     |\n| Stone     | stone         | 131        | 4     |\n| Iron      | iron          | 250        | 6     |\n| Gold      | golden        | 32         | 12    |\n| Diamond   | diamond       | 1561       | 8     |\n| Netherite | netherite     | 2031       | 9     |\n\n#### Durability, Damage \u0026 Attack Speed\n\n*Note*: Real attack damage is 1 less than the value here, because of the base attack damage of 1.  \n*Note*: Real attack speed is a negative value, because it gets added to base value of 4 (so if attack speed is 1.2, the\nreal value is -2.8 because 4 + -2.8 = 1.2).\n\n| Item Name         | Attack Damage | Attack Speed |\n|-------------------|---------------|--------------|\n| wooden_axe        | 7             | 0.8          |\n| wooden_hoe        | 1             | 1.0          |\n| wooden_pickaxe    | 2             | 1.2          |\n| wooden_shovel     | 2.5           | 1.0          |\n| stone_axe         | 9             | 0.8          |\n| stone_hoe         | 1             | 2.0          |\n| stone_pickaxe     | 3             | 1.2          |\n| stone_shovel      | 3.5           | 1.0          |\n| iron_axe          | 9             | 0.9          |\n| iron_hoe          | 1             | 3.0          |\n| iron_pickaxe      | 4             | 1.2          |\n| iron_shovel       | 4.5           | 1.0          |\n| golden_axe        | 7             | 1.0          |\n| golden_hoe        | 1             | 1.0          |\n| golden_pickaxe    | 2             | 1.2          |\n| golden_shovel     | 2.5           | 1.0          |\n| diamond_axe       | 9             | 1.0          |\n| diamond_hoe       | 1             | 4.0          |\n| diamond_pickaxe   | 5             | 1.2          |\n| diamond_shovel    | 5.5           | 1.0          |\n| netherite_axe     | 10            | 1.0          |\n| netherite_hoe     | 1             | 4.0          |\n| netherite_pickaxe | 6             | 1.2          |\n| netherite_shovel  | 6.5           | 1.0          |\n\n### New Tool Data\n\n#### Rarity\n\n| Tier   | Rarity   |\n|--------|----------|\n| Tier 1 | uncommon |\n| Tier 2 | rare     |\n| Tier 3 | epic     |\n\n#### Material Name, Durability \u0026 Mining Speeds\n\nEach tier gives 10% bonus (rounded up).\n\n| Material  | Durability Tier 1 | Durability Tier 2 | Durability Tier 3 |\n|-----------|-------------------|-------------------|-------------------|\n| Wood      | 65                | 71                | 77                |\n| Stone     | 145               | 158               | 171               |\n| Iron      | 275               | 300               | 325               |\n| Gold      | 36                | 39                | 42                |\n| Diamond   | 1718              | 1874              | 2030              |\n| Netherite | 2235              | 2438              | 2641              |\n\n#### Durability, Damage \u0026 Attack Speed\n\nAttack damage values are rounded to 0.5, attack speed values are rounded to 0.1\n\n*Note*: Real attack damage is 1 less than the value here, because of the base attack damage of 1.  \n*Note*: Real attack speed is a negative value, because it gets added to base value of 4 (so if attack speed is 1.2, the\nreal value is -2.8 because 4 + -2.8 = 1.2).\n\n| Item Name         | Attack Damage | Attack Speed | Real Attack Damage | Real Attack Speed |\n|-------------------|---------------|--------------|--------------------|-------------------|\n| wooden_povel      | 2.5           | 1.1          | 1.5                | -2.9              |\n| wooden_shaxe      | 5.0           | 0.9          | 4.0                | -3.1              |\n| wooden_paxe       | 4.5           | 1.0          | 3.5                | -3.0              |\n| wooden_paxel      | 4.0           | 1.0          | 3.0                | -3.0              |\n| wooden_hovel      | 2.0           | 1.0          | 1.0                | -3.0              |\n| wooden_poe        | 1.5           | 1.1          | 0.5                | -2.9              |\n| wooden_poveloe    | 2.0           | 1.1          | 1.0                | -2.9              |\n| wooden_haxe       | 4.0           | 0.9          | 3.0                | -3.1              |\n| wooden_shaxoe     | 3.5           | 0.9          | 2.5                | -3.1              |\n| wooden_paxoe      | 3.5           | 1.0          | 2.5                | -3.0              |\n| wooden_paxeloe    | 3.0           | 1.0          | 2.0                | -3.0              |\n| stone_povel       | 3.5           | 1.1          | 2.5                | -2.9              |\n| stone_shaxe       | 6.5           | 0.9          | 5.5                | -3.1              |\n| stone_paxe        | 6.0           | 1.0          | 5.0                | -3.0              |\n| stone_paxel       | 5.0           | 1.0          | 4.0                | -3.0              |\n| stone_hovel       | 2.5           | 1.5          | 1.5                | -2.5              |\n| stone_poe         | 2.0           | 1.6          | 1.0                | -2.4              |\n| stone_poveloe     | 2.5           | 1.4          | 1.5                | -2.6              |\n| stone_haxe        | 5.0           | 1.4          | 4.0                | -2.6              |\n| stone_shaxoe      | 4.5           | 1.3          | 3.5                | -2.7              |\n| stone_paxoe       | 4.5           | 1.3          | 3.5                | -2.7              |\n| stone_paxeloe     | 4.0           | 1.3          | 3.0                | -2.7              |\n| iron_povel        | 4.5           | 1.1          | 3.5                | -2.9              |\n| iron_shaxe        | 7.0           | 1.0          | 6.0                | -3.0              |\n| iron_paxe         | 6.5           | 1.1          | 5.5                | -2.9              |\n| iron_paxel        | 6.0           | 1.0          | 5.0                | -3.0              |\n| iron_hovel        | 3.0           | 2.0          | 2.0                | -2.0              |\n| iron_poe          | 2.5           | 2.1          | 1.5                | -1.9              |\n| iron_poveloe      | 3.0           | 1.7          | 2.0                | -2.3              |\n| iron_haxe         | 5.0           | 2.0          | 4.0                | -2.0              |\n| iron_shaxoe       | 5.0           | 1.6          | 4.0                | -2.4              |\n| iron_paxoe        | 4.5           | 1.7          | 3.5                | -2.3              |\n| iron_paxeloe      | 4.5           | 1.5          | 3.5                | -2.5              |\n| golden_povel      | 2.5           | 1.1          | 1.5                | -2.9              |\n| golden_shaxe      | 5.0           | 1.0          | 4.0                | -3.0              |\n| golden_paxe       | 4.5           | 1.1          | 3.5                | -2.9              |\n| golden_paxel      | 4.0           | 1.1          | 3.0                | -2.9              |\n| golden_hovel      | 2.0           | 1.0          | 1.0                | -3.0              |\n| golden_poe        | 1.5           | 1.1          | 0.5                | -2.9              |\n| golden_poveloe    | 2.0           | 1.1          | 1.0                | -2.9              |\n| golden_haxe       | 4.0           | 1.0          | 3.0                | -3.0              |\n| golden_shaxoe     | 3.5           | 1.0          | 2.5                | -3.0              |\n| golden_paxoe      | 3.5           | 1.1          | 2.5                | -2.9              |\n| golden_paxeloe    | 3.0           | 1.1          | 2.0                | -2.9              |\n| diamond_povel     | 5.5           | 1.1          | 4.5                | -2.9              |\n| diamond_shaxe     | 7.5           | 1.0          | 6.5                | -3.0              |\n| diamond_paxe      | 7.0           | 1.1          | 6.0                | -2.9              |\n| diamond_paxel     | 6.5           | 1.1          | 5.5                | -2.9              |\n| diamond_hovel     | 3.5           | 2.5          | 2.5                | -1.5              |\n| diamond_poe       | 3.0           | 2.6          | 2.0                | -1.4              |\n| diamond_poveloe   | 4.0           | 2.1          | 3.0                | -1.9              |\n| diamond_haxe      | 5.0           | 2.5          | 4.0                | -1.5              |\n| diamond_shaxoe    | 5.0           | 2.0          | 4.0                | -2.0              |\n| diamond_paxoe     | 5.0           | 2.1          | 4.0                | -1.9              |\n| diamond_paxeloe   | 5.0           | 1.8          | 4.0                | -2.2              |\n| netherite_povel   | 6.5           | 1.1          | 5.5                | -2.9              |\n| netherite_shaxe   | 8.5           | 1.0          | 7.5                | -3.0              |\n| netherite_paxe    | 8.0           | 1.1          | 7.0                | -2.9              |\n| netherite_paxel   | 7.5           | 1.1          | 6.5                | -2.9              |\n| netherite_hovel   | 4.0           | 2.5          | 3.0                | -1.5              |\n| netherite_poe     | 3.5           | 2.6          | 2.5                | -1.4              |\n| netherite_poveloe | 4.5           | 2.1          | 3.5                | -1.9              |\n| netherite_haxe    | 5.5           | 2.5          | 4.5                | -1.5              |\n| netherite_shaxoe  | 6.0           | 2.0          | 5.0                | -2.0              |\n| netherite_paxoe   | 5.5           | 2.1          | 4.5                | -1.9              |\n| netherite_paxeloe | 6.0           | 1.8          | 5.0                | -2.2              |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrainstone%2Fultimatemultitool","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrainstone%2Fultimatemultitool","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrainstone%2Fultimatemultitool/lists"}