{"id":18623631,"url":"https://github.com/devan-kerman/stacc","last_synced_at":"2025-04-11T03:31:54.436Z","repository":{"id":37567359,"uuid":"271639685","full_name":"Devan-Kerman/Stacc","owner":"Devan-Kerman","description":"infinite stacking for fabric","archived":false,"fork":false,"pushed_at":"2023-12-31T05:10:30.000Z","size":71,"stargazers_count":14,"open_issues_count":1,"forks_count":13,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-25T09:01:41.406Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Devan-Kerman.png","metadata":{"files":{"readme":"README.md","changelog":null,"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":"2020-06-11T20:22:15.000Z","updated_at":"2025-02-03T07:52:16.000Z","dependencies_parsed_at":"2023-12-31T05:25:47.100Z","dependency_job_id":"e581c290-15a8-4b20-bdd6-e01cea92e076","html_url":"https://github.com/Devan-Kerman/Stacc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Devan-Kerman%2FStacc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Devan-Kerman%2FStacc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Devan-Kerman%2FStacc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Devan-Kerman%2FStacc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Devan-Kerman","download_url":"https://codeload.github.com/Devan-Kerman/Stacc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248335500,"owners_count":21086603,"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-07T04:25:28.309Z","updated_at":"2025-04-11T03:31:49.417Z","avatar_url":"https://github.com/Devan-Kerman.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Stacc\nInfinite* item stacking for fabric. \\\nhttps://www.curseforge.com/minecraft/mc-mods/stacc-api \\\nhttps://modrinth.com/mod/stacc-api\n\n~~As of November 9th 2020, Stacc is now an 'api' mod. However there is no api, just include the mod inside your mod and now you can set `Item.Settings#maxCount` to any number below `int_max/2`!~~\n~~As of June 3rd 2021, Stacc is now **only** an 'api' mod.~~\n\nAs of January 30th, 2023 (version 1.5.0), Stacc now includes what was previously the mod in the API. To use it, create a `data/stacc/config.json` of the following format:\n```json5\n{\n  \"item:id\": 300,\n  // if a lower priority resource pack changed the item count, you can change it back with 'default'\n  \"minecraft:item\": \"default\",\n  \"minecraft:other_item\": 1,\n  // max supported stack size is 1 billion\n  \"minecraft:really_smol_item\": 1000000000\n}\n```\n\n# API\nTo use it, simply configure your item to have a max stack size of greater than 64. (`Item$Settings#maxCount`)\nIt is not recommended setting the stack size greater than int_max/2 (1,073,741,823)\n - 1 billion is recommended to be safe.\n - 536,870,912 is the safest power of two (to stick by Minecraft's conventions)\n\ngradle:\n```groovy\nrepositories {\n    maven {\n        url = uri(\"https://ueaj.dev/maven\")\n        // for versions lower than 1.2.0\n        // url = uri(\"https://raw.githubusercontent.com/Devan-Kerman/Devan-Repo/master/\")\n    }\n}\n\ndependencies {\n  // there is no api (well except for render handler), just set maxCount in Item$Settings to values over 64\n  modRuntime(\"net.devtech:stacc:1.5.2\") // you should probably include the api though\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevan-kerman%2Fstacc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdevan-kerman%2Fstacc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdevan-kerman%2Fstacc/lists"}