{"id":17013793,"url":"https://github.com/imb11/codex","last_synced_at":"2026-03-11T06:32:55.050Z","repository":{"id":65546523,"uuid":"589201090","full_name":"IMB11/Codex","owner":"IMB11","description":null,"archived":false,"fork":false,"pushed_at":"2024-07-27T21:03:24.000Z","size":1411,"stargazers_count":8,"open_issues_count":1,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-20T01:58:00.383Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/IMB11.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":"2023-01-15T12:17:44.000Z","updated_at":"2024-08-07T16:33:42.000Z","dependencies_parsed_at":"2024-10-28T16:48:12.423Z","dependency_job_id":"a087aefe-17ad-4852-a2b7-a463bde94cd7","html_url":"https://github.com/IMB11/Codex","commit_stats":null,"previous_names":["imb11/codex"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/IMB11/Codex","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IMB11%2FCodex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IMB11%2FCodex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IMB11%2FCodex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IMB11%2FCodex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/IMB11","download_url":"https://codeload.github.com/IMB11/Codex/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/IMB11%2FCodex/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30373482,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-11T06:09:32.197Z","status":"ssl_error","status_checked_at":"2026-03-11T06:09:17.086Z","response_time":84,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":[],"created_at":"2024-10-14T06:14:13.975Z","updated_at":"2026-03-11T06:32:54.960Z","avatar_url":"https://github.com/IMB11.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CODEX WILL BE REVISITED IN THE COMING MONTHS.\n\n# Codex\n\nCodex allows you to gain information and do quick calculations in a Satisfactory-style codex screen.\n\nCurrently, the mod is a proof of concept - but it is being actively developed.\n\nI wouldn't consider it a replacement for Roughly Enough Items or Too Many Items - as those mods are more focused on the data part of the items.\n\nCodex is more useful if you want to figure out **what** to do with an item, not **how**.\n\n## Setup\n\nCodex will guide you through it's setup screen when you launch the game for the first time with the mod:\n\n![](https://i.imgur.com/3Lg6or9.gif)\n\nThese data sources are from [the data repository](https://github.com/mineblock11/Codex/tree/data) - and respect the license of the source.\n\n## Showcase\n\n### Quickmath Parser\n\nThe quickmath parser allows you to quickly evaluate arithmetic expressions.\nThis is especially useful for technical minecrafters - as it allows you to calculate various things such as shulker box capacity/redstone tick math using built in functions.\n\n![](https://i.imgur.com/Gj1csmT.gif)\n\nThe quickmath parser also supports:\n\n- [String Concatenation](https://imgur.com/qza71OB)\n- [Boolean Evaluation](https://imgur.com/QAle7gw)\n\n#### Quickmath Functions And Constants\n\n**Functions**\n\n- `stacksin(shulkers) = shulkers * 30`\n- `shulkersof(stacks) = stacks / 30`\n- `stacksof(items) = items / 64`\n- `itemsof(stacks) = stacks * 64`\n- `secsin(ticks) = ticks / 20`\n- `ticksin(secs) = secs * 20`\n\n**Constants**\n\n- `STACK = 64`\n- `SHULKER = 1920`\n- `DAY =  72 * 24000`\n- `HOUR = (72 * 24000) / 24`\n- `MIN = (72 * 24000) / 24 / 60`\n- `SEC = (72 * 24000) / 24 / 60 / 60`\n- `MS =  (72 * 24000) / 24 / 60 / 60 / 1000`\n- `MC_DAY = 24000`\n- `MC_HOUR = 24000 / 24`\n- `MC_MIN = 24000 / 24 / 60`\n- `MC_SEC = 24000 / 24 / 60 / 60`\n- `MC_MS = 24000 / 24 / 60 / 60 / 1000`\n\n\n### Quicksearch\n\nThe quicksearch functionality allows you to quickly search for items - you can scroll the searchbar by dragging outside the list or using your scrollwheel.\n\nClicking on a search element opens it's codex page.\n\n![](https://i.imgur.com/fQxQqrF.gif)\n\nItem descriptions are from the sources you chose during codex setup.\n\n## Contributing\n\nWant to add support for your mod? Check out the [data repository](https://github.com/mineblock11/Codex/tree/data) which stores all the item descriptions and other miscelaneous content. \n\n*PS: The mod is All Rights Reserved currently as I do not see it fit for contributions. The data branch of the repository though is licensed by-file, not entirely as a whole. Please see `_index.json` for licensing of sources.*\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimb11%2Fcodex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimb11%2Fcodex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimb11%2Fcodex/lists"}