{"id":18591767,"url":"https://github.com/kikugie/stackable-shulkers-fix","last_synced_at":"2025-04-10T15:31:48.626Z","repository":{"id":245583475,"uuid":"818681859","full_name":"kikugie/stackable-shulkers-fix","owner":"kikugie","description":"Makes shulker boxes unstackable by hoppers when used with carpet on 1.20.5+","archived":false,"fork":false,"pushed_at":"2025-04-08T10:16:49.000Z","size":132,"stargazers_count":1,"open_issues_count":2,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-08T11:25:48.530Z","etag":null,"topics":["carpet-extension-mod","fabric-mod","technical-minecraft"],"latest_commit_sha":null,"homepage":"https://modrinth.com/mod/stackable-shulkers-fix","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kikugie.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":"2024-06-22T14:45:49.000Z","updated_at":"2025-04-08T10:16:53.000Z","dependencies_parsed_at":"2024-06-22T22:43:14.553Z","dependency_job_id":"7d18610f-1062-45f9-b692-74526e8f1bf6","html_url":"https://github.com/kikugie/stackable-shulkers-fix","commit_stats":null,"previous_names":["kikugie/stackable-shulkers-fix"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kikugie%2Fstackable-shulkers-fix","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kikugie%2Fstackable-shulkers-fix/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kikugie%2Fstackable-shulkers-fix/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kikugie%2Fstackable-shulkers-fix/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kikugie","download_url":"https://codeload.github.com/kikugie/stackable-shulkers-fix/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248243465,"owners_count":21071054,"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":["carpet-extension-mod","fabric-mod","technical-minecraft"],"created_at":"2024-11-07T01:04:40.535Z","updated_at":"2025-04-10T15:31:48.601Z","avatar_url":"https://github.com/kikugie.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Stackable shulkers fix\nA simple addon to the [Carpet mod](https://www.curseforge.com/minecraft/mc-mods/carpet) that fixes the 1.20.5+ behaviour of stacked shulker boxes to be the same as in older versions, as well as some optional features.\n\n## Features\n\u003e [!NOTE]  \nFeatures marked as `intrusive` are modifying the standard behaviour in their default state. This is done to maintain compatibility with older versions of the mod.\n\n### Fixed hopper transfers\nPrevents hoppers from stacking shulker boxes, even if the max count is \u003e1.  \n*Setting this rule to `false` enables the functionality of this mod by preventing shulkers from being stacked by hoppers.*\n\n- Name: `hopperShulkerStacking`\n- Type: `boolean`\n- Default: `false`\n- Categories: `shulkerfix`, `bugfix`, `intrusive`\n- Since: `1.5`\n\n### Fixed comparator output\nChanges how stacked shulker boxes affect comparator output:\n1. `true`: Shulkers have signal strength of unstackable items, allowing output up to 897 (AKA OSS/HSS);\n2. `false`: Shulkers have signal strength of stackable items, reaching 15 when all slots are full (hoppers won't be able to fill over SS1);\n3. `capped`: Shulkers have signal strength of unstackable items, but the resulting output is capped at 15. This implementation preserves overstacked item filters.\n4. `normalized`: Any amount of shulkers in a slot is counted as a single unstackable item. This limits the output to signal strength 15 and patches overstacked item filters.\n\n- Name: `overstackedShulkerSignalStrength`\n- Type: `string`\n- Default: `true`\n- Options: `true`, `false`, `capped`, `normalized`\n- Categories: `shulkerfix`, `bugfix`, `intrusive`\n- Since: `1.7.1`\n\n### Legacy shulker item merging\nReintroduces the logic for merging shulker box items before 1.20.5.\nThe implementation allows partial item merging\n*(normally the game doesn't merge item stacks if the total amount is more than the max size)*\nand resets the entity age, allowing faster merging.\n*(Both were bugs in Carpet, but no one complained, so now we're reintroducing the bugs huh)*\n\n- Name: `legacyShulkerItemMerging`\n- Type: `boolean`\n- Default: `false`\n- Categories: `shulkerfix`, `experimental`\n- Since: `1.6`\n\n### Hopper collection\nMakes hoppers pick up one shulker at a time from an entity stack.\nNote that this has a risk of breaking contraptions.\n\n- Name: `hopperCollectSingleShulkers`\n- Type: `boolean`\n- Default: `false`\n- Categories: `shulkerfix`, `feature`, `experimental`\n- Since: `1.5`\n\n### Hopper minecart collection\nMakes minecarts pick up one shulker at a time from an entity stack.\nNote that this has a risk of breaking contraptions.\n\n- Name: `minecartCollectSingleShulkers`\n- Type: `boolean`\n- Default: `false`\n- Categories: `shulkerfix`, `feature`, `experimental`\n- Since: `1.5`\n\n### Minecart slowdown\nDisables the additional slowdown caused by overstacked minecarts.\nThe implementation makes shulker boxes count as 64-stackable when calculating the minecart slowdown. However if `overstackedShulkerSignalStrength` is enabled, reading the fill level will still output the overstacked value.  \n*Setting this rule to `false` enables the functionality of this mod by removing the additional slowdown.*\n\n- Name: `overstackedMinecartSlowdown`\n- Type: `boolean`\n- Default: `true`\n- Categories: `shulkerfix`, `feature`, `experimental`\n- Since: `1.5`\n\n### Client count fix\nFixes [Carpet issue #1899](https://github.com/gnembon/fabric-carpet/issues/1899),\nwhere vanilla clients see stacked shulker boxes as single items inside containers.\n- Name: `clientShulkerSync`\n- Type: `boolean`\n- Default: `false`\n- Categories: `shulkerfix`, `bugfix`, `experimental`\n- Since: `1.4`\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkikugie%2Fstackable-shulkers-fix","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkikugie%2Fstackable-shulkers-fix","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkikugie%2Fstackable-shulkers-fix/lists"}