{"id":19490222,"url":"https://github.com/extracraftx/serveradditionsutil","last_synced_at":"2026-06-15T20:31:40.118Z","repository":{"id":98789486,"uuid":"193595662","full_name":"ExtraCrafTX/ServerAdditionsUtil","owner":"ExtraCrafTX","description":"Allows for easy server-side additions to Minecraft","archived":false,"fork":false,"pushed_at":"2020-01-25T14:59:11.000Z","size":333,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-08-19T11:45:55.459Z","etag":null,"topics":["fabricmc","fabricmc-mod","library","minecraft-mod","wip"],"latest_commit_sha":null,"homepage":"https://www.curseforge.com/minecraft/mc-mods/serveradditionsutil","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ExtraCrafTX.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":"2019-06-24T23:29:22.000Z","updated_at":"2021-08-12T12:57:54.000Z","dependencies_parsed_at":"2023-05-01T14:32:26.588Z","dependency_job_id":null,"html_url":"https://github.com/ExtraCrafTX/ServerAdditionsUtil","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/ExtraCrafTX/ServerAdditionsUtil","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExtraCrafTX%2FServerAdditionsUtil","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExtraCrafTX%2FServerAdditionsUtil/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExtraCrafTX%2FServerAdditionsUtil/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExtraCrafTX%2FServerAdditionsUtil/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ExtraCrafTX","download_url":"https://codeload.github.com/ExtraCrafTX/ServerAdditionsUtil/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ExtraCrafTX%2FServerAdditionsUtil/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34379915,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-15T02:00:07.085Z","response_time":63,"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":["fabricmc","fabricmc-mod","library","minecraft-mod","wip"],"created_at":"2024-11-10T21:11:46.820Z","updated_at":"2026-06-15T20:31:40.099Z","avatar_url":"https://github.com/ExtraCrafTX.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ServerAdditionsUtil [![Latest version][version-image]][version-link]\nA utility that allows for easy server-side-only additions to the game.\n\n**This project is still very much a work in progress and as such nothing is final! Literally *everything* is still subject to major changes!**\n\n## Maven\n```gradle\nrepositories {\n    maven { url \"https://maven.extracraftx.com\"}\n}\ndependencies {\n    modCompile \"com.extracraftx.minecraft:ServerAdditionsUtil:{VERSION}\"\n}\n```\n*Note: only versions `0.0.9` and above are available on this repository. For versions without sources/javadocs, [look here](https://github.com/ExtraCrafTX/ServerAdditionsUtil/blob/3b1d1bf553b05a7240dee1c70c4aec4d0293a017/README.md).*\n\n## Usage\nFor basic usage, simply create new instances of or extend `ServerSideBlock`, `ServerSideBlockItem` and `ServerSideItem`. The blocks/items created will be able to be used by unmodded clients. The names and recipes of these blocks/items should be specified just like any other blocks/items.\n\nFor more advanced usage, Blocks may implement the interface `ClientBlockStateProvider` and Items may implement the interface `ClientItemStackProvider`. This should have the same effect.\n\nYou may also take a look at the `testing` branch of this repository to see an example implementation.\n\n## Known issues\nThere are still many issues, but here are some that I already know of:\n* Picking up an item stack of a modded item in the creative inventory turns the item into what the client actually sees (**WIP**)\n* Just opening the creative inventory while in possesion of a modded block renders the block useless (**WIP**)\n* Picking a block (middle click) in creative just gives you the vanilla version\n* Using the added blocks/items in commands doesn't allow for auto-complete (**WIP**)\n* Blocks with different strength to their representation don't have correct progress on client who's breaking block (**Partially solved, glitchy, probably impossible to fully solve**)\n\n## Features being considered\n* Allow blocks/items to be displayed without the vanilla variant on clients with the mod installed\n* Support server resource packs for language and custom textures\n\n[version-image]: https://badges.kaamiljasani.com/curseforge/latest/325342\n[version-link]: https://maven.extracraftx.com/com/extracraftx/minecraft/ServerAdditionsUtil/","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fextracraftx%2Fserveradditionsutil","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fextracraftx%2Fserveradditionsutil","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fextracraftx%2Fserveradditionsutil/lists"}