{"id":17684947,"url":"https://github.com/t145/tbone","last_synced_at":"2025-08-24T06:38:59.597Z","repository":{"id":83347143,"uuid":"190265872","full_name":"T145/tbone","owner":"T145","description":"Shared code library for my Minecraft mods","archived":false,"fork":false,"pushed_at":"2019-08-07T14:59:47.000Z","size":4727,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-02T14:17:27.312Z","etag":null,"topics":["forge","minecraft","minecraft-api","minecraft-forge","minecraft-forge-mod","minecraft-mod","mod","tbone"],"latest_commit_sha":null,"homepage":"https://minecraft.curseforge.com/projects/tbone","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/T145.png","metadata":{"files":{"readme":".github/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-04T19:24:51.000Z","updated_at":"2019-07-26T19:06:10.000Z","dependencies_parsed_at":"2023-03-12T18:01:44.593Z","dependency_job_id":null,"html_url":"https://github.com/T145/tbone","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"purl":"pkg:github/T145/tbone","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/T145%2Ftbone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/T145%2Ftbone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/T145%2Ftbone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/T145%2Ftbone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/T145","download_url":"https://codeload.github.com/T145/tbone/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/T145%2Ftbone/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271809052,"owners_count":24825636,"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-24T02:00:11.135Z","response_time":111,"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":["forge","minecraft","minecraft-api","minecraft-forge","minecraft-forge-mod","minecraft-mod","mod","tbone"],"created_at":"2024-10-24T10:25:54.561Z","updated_at":"2025-08-24T06:38:59.546Z","avatar_url":"https://github.com/T145.png","language":"Java","readme":"\u003cimg src=\"https://github.com/T145/tbone/blob/master/src/main/resources/assets/tbone/icon.jpg\" align=\"right\" width=\"180px\"/\u003e\n\n# TBone\n\u003cbr /\u003e\n\n[![downloads](http://cf.way2muchnoise.eu/full_tbone_downloads.svg)](https://minecraft.curseforge.com/projects/tbone)\n[![versions](http://cf.way2muchnoise.eu/versions/tbone.svg)](https://minecraft.curseforge.com/projects/tbone)\n\u003cbr /\u003e\n[![packs](http://cf.way2muchnoise.eu/packs/tbone.svg)](https://minecraft.curseforge.com/projects/tbone)\n\n* * *\n\n**_Table of Contents_**\n\n1.  [Dependencies](https://github.com/T145/tbone#dependencies)\n2.  [Workspace Setup](https://github.com/T145/tbone#workspace-setup)\n3.  [Project License](https://github.com/T145/tbone#license)\n4.  [Contributing](https://github.com/T145/tbone#contributing)\n5.  [Support](https://github.com/T145/tbone#support)\n\n* * *\n\n## Workspace Dependencies\n\n\u003e _([First-Time Git Setup](https://git-scm.com/book/en/v2/Getting-Started-First-Time-Git-Setup))_\n\n### Windows\n\n#### Using [Scoop](https://github.com/lukesampson/scoop/blob/master/README.md) _(Recommended)_\n\n```bash\nscoop bucket add java\nscoop bucket add versions\nscoop install git ojdkbuild8 gradle4\n```\n\n#### Using [Chocolatey](https://chocolatey.org/install)\n\n```bash\nchoco install git\nchoco install jdk8\nchoco install gradle\n```\n\n### OSX\n\n#### Using [Homebrew](https://brew.sh/)\n\n```bash\n# Git should be automatically installed alongside\n# Homebrew through Apple's Command Line utilities\nbrew cask install java\nbrew install gradle\n```\n\n* * *\n\n## Workspace Setup\n\n### Eclipse\n\n```bash\ngradle setupEclipseWorkspace\ngradle eclipse\n```\n\nNext, you'll need to install the [EditorConfig plugin](https://github.com/ncjones/editorconfig-eclipse#readme).\nNavigate to `Help \u003e Eclipse Marketplace`, and search for `editorconfig`.\nThere should only be one result: install it and you're all set.\n\n### IntelliJ IDEA\n\n```bash\ngradle setupDecompWorkspace\ngradle idea\n```\n\n\u003e Be sure IDEA recognizes the `src/api/java` directory!\n\n* * *\n\n## Development\n\n\u003e Will be expanded upon adding more developer options!\n\n* * *\n\n## License\n\nMod source code is licensed under the [Apache License v2.0](http://www.apache.org/licenses/LICENSE-2.0).\nThe actual workspace license is located in this project.\nTo use any mod assets, you may contatct [myself](https://github.com/T145) or the original creator for permission.\n\n* * *\n\n## Contributing\n\nThank you for wanting to contribute! This project is made specifically for the community and mainstream use!\nIf you see something wrong with it or want to add a new feature, then please fork it and make a contribution.\n\n\u003e Please  _DO NOT_ delete things and leave it at that: provide proper reasons explaining why they were deleted.\n\n* * *\n\n## Support\n\n## BTC\n\n\u003cdiv align=\"center\"\u003e\n\n**Bitcoin**: `1FVPmQvZq7srRXT2KTBUva8G8Qy3ZotpDt`\n\n\u003c/div\u003e\n\n### Forks\n\n\u003cdiv align=\"center\"\u003e\n\n**Bitcoin Cash**: `qrv6g7usyypntgaxt4fmyen53r7630r8ls40yn5pvx`\n\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n**Bitcoin Gold**: `Gedh2Xu6kRUDWzXu52uaZZD2X41YZg5jhJ`\n\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n**Bitcoin SV**: `qrd7vqxjzx4g3q7xfc9arfne3a6z5p0fqy0l3qkf9l`\n\n\u003c/div\u003e\n\n* * *\n\n## Altcoins\n\n\u003cdiv align=\"center\"\u003e\n\n**ARK**: `ALTate9wtGzuyw5Ko2oE185qwqRAL1ywMC`\n\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n**Binance Coin**: `bnb1nzl3rfk0m48gty5hyhwq474urscsvqgzzarlry`\n\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n**BitTorrent**: `TM9XyQDDJfoVpJ2WdWmeuFki91PkVGo9tH`\n\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n**Dash**: `XngmA2Enqi7cdMEEWcgeLEpoX77GHQEAxg`\n\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n**Decred**: `DsUEMtiQar1YbbZmykiikoKDtZbKAN4tpAg`\n\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n**DigiByte**: `DKgbbwb7sq3pEwdhCyVtnsc2aK1VFT53Xz`\n\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n**LISK**: `7664237101393086268L`\n\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n**Litecoin**: `LfDf59fTRzRGEzJbB77bDGfXLT51oQZsoo`\n\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n**Monero**: `4ASjK8q2E27UnkqLw9VjrmiAAB9qWFf9Hft9EbQKjkvpSWBmPNWbnfNDsk5WKzKqUDbrgjeG1HbmU1UHK6WBwcnzUo4R7kn`\n\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n**NEM**: `NCHWOE3BTXMXSLEVJYY752OBA3ZMWYJLE6MU5XCL`\n\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n**Neo**: `ANV167RSy7NUy5MSpsr6cUoQxU25qjyj29`\n\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n**Qtum**: `Qb3U7uXdgxwHyrpxRN4ZzAeG5i8nAyV9kg`\n\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n**Stellar**: `GCCCV6TLTGMHLVTZNTSK7FZKI5JF2YW5FUCHHFU73A7WF6F6TRW7B53E`\n\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n**Waves**: `3P9dSY8o8VxbTa69urh4AyVipSJcV7Cj31u`\n\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n**XRP / Ripple**: `rMGEUf8XnZnURRsbNWC9qVoGgTAgp5QWvF`\n\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n**Zcash**: `t1VEJe7e3Qzs367PnKj61AsSn6pyvedgckx`\n\n\u003c/div\u003e\n\n* * *\n\n## Ethereum Assets\n\n\u003cdiv align=\"center\"\u003e\n\n**Ethereum**: `0xbE37272cE191C4B6f4376bD4248bB0Be48346964`\n\n\u003c/div\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n**Ethereum Classic**: `0x6dE6C773d450E05B38e8bD4D56D6f095D0680350`\n\n\u003c/div\u003e\n\n### Supported Tokens\n\n\u003cdiv align=\"center\"\u003e\n\n**0x**, _`Recommended`_\n\n**AdToken**, _`NOT Recommended`_\n\n**Aeron**,\n\n**AirSwap**,\n\n**Amber**, _`NOT Recommended`_\n\n**AppCoins**,\n\n**Aragon**,\n\n**Augur**,\n\n**Bancor**,\n\n**Basic Attention Token**,\n\n**BnkToTheFuture**, _`NOT Recommended`_\n\n**Bread**,\n\n**ChainLink**,\n\n**Cindicator**,\n\n**Civic**,\n\n**Crypto.com**,\n\n**Dai**, _`NOT Recommended`_\n\n**Decentraland**,\n\n**Dent**, _`NOT Recommended`_\n\n**Dentacoin**,\n\n**DigixDAO**,\n\n**District0x**,\n\n**Dragon**, _`NOT Recommended`_\n\n**Edgeless**,\n\n**Ethos**,\n\n**FirstBlood**,\n\n**FunFair**,\n\n**Gemini Dollar**,\n\n**GenesisVersion**,\n\n**Gnosis**,\n\n**Golem**, _`Recommended`_\n\n**Iconomi**, _`NOT Recommended`_\n\n**iExec RLC**,\n\n**Kin**, _`NOT Recommended`_\n\n**KuCoin**, _`NOT Recommended`_\n\n**Kyber**,\n\n**Loom**,\n\n**Loopring**,\n\n**Lunyr**,\n\n**Maker**,\n\n**Matchpool**,\n\n**MediShares**, _`NOT Recommended`_\n\n**Melonport**,\n\n**Metal**,\n\n**Mithril**,\n\n**Numeraire**,\n\n**OmiseGo**,\n\n**Paxos**,\n\n**Pillar**, _`Recommended`_\n\n**Po.et**,\n\n**Polymath**,\n\n**Populous**,\n\n**Power Ledger**,\n\n**Qash**,\n\n**Quantstamp**,\n\n**Raiden**,\n\n**Request**,\n\n**Revain**,\n\n**Ripio**,\n\n**Rivetz**, _`NOT Recommended`_\n\n**SALT**, _`Recommended`_\n\n**Santiment**, _`NOT Recommended`_\n\n**SingularDTV**,\n\n**Status**,\n\n**Storj**,\n\n**Storm**,\n\n**TAAS**, _`NOT Recommended`_\n\n**TenX**,\n\n**Tether USD**,\n\n**Time Bank**, _`NOT Recommended`_\n\n**Tron**, _`LOL`_\n\n**TrueUSD**, _`Stable`_\n\n**USD Coin**, _`Stable`_\n\n**Veritaseum**, _`NOT Recommended`_\n\n**Vibrate**,\n\n**Waltonchain**, _`NOT Recommended`_\n\n**Wax**,\n\n**WeTrust**,\n\n**Wings**\n\n\u003c/div\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ft145%2Ftbone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ft145%2Ftbone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ft145%2Ftbone/lists"}