{"id":19538999,"url":"https://github.com/red-studio-ragnarok/red-core","last_synced_at":"2025-12-30T00:19:45.269Z","repository":{"id":142681027,"uuid":"606534889","full_name":"Red-Studio-Ragnarok/Red-Core","owner":"Red-Studio-Ragnarok","description":"Red Core is the foundational library for Red Studio projects and associated projects.","archived":false,"fork":false,"pushed_at":"2025-03-27T00:06:10.000Z","size":350,"stargazers_count":6,"open_issues_count":7,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-04T15:04:35.291Z","etag":null,"topics":["java","library","minecraft","minecraft-forge","minecraft-mod","minecraft-modding"],"latest_commit_sha":null,"homepage":"","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/Red-Studio-Ragnarok.png","metadata":{"files":{"readme":"README.md","changelog":"Changelog.md","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},"funding":{"github":"desoroxxx","buy_me_a_coffee":"desoroxxx"}},"created_at":"2023-02-25T19:29:28.000Z","updated_at":"2025-03-17T17:24:08.000Z","dependencies_parsed_at":"2023-11-20T14:28:47.829Z","dependency_job_id":"a4061903-0310-4349-a334-781f1cb1285f","html_url":"https://github.com/Red-Studio-Ragnarok/Red-Core","commit_stats":null,"previous_names":[],"tags_count":31,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Red-Studio-Ragnarok%2FRed-Core","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Red-Studio-Ragnarok%2FRed-Core/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Red-Studio-Ragnarok%2FRed-Core/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Red-Studio-Ragnarok%2FRed-Core/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Red-Studio-Ragnarok","download_url":"https://codeload.github.com/Red-Studio-Ragnarok/Red-Core/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251017338,"owners_count":21523560,"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":["java","library","minecraft","minecraft-forge","minecraft-mod","minecraft-modding"],"created_at":"2024-11-11T02:37:43.217Z","updated_at":"2025-12-30T00:19:45.263Z","avatar_url":"https://github.com/Red-Studio-Ragnarok.png","language":"Java","funding_links":["https://github.com/sponsors/desoroxxx","https://buymeacoffee.com/desoroxxx","https://www.buymeacoffee.com/desoroxxx","https://www.buymeacoffee.com/desoroxxx/commissions","https://www.buymeacoffee.com/desoroxxx/membership"],"categories":[],"sub_categories":[],"readme":"[![Curse Forge](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/available/curseforge_vector.svg)](https://www.curseforge.com/minecraft/mc-mods/red-core)\n[![Modrinth](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/available/modrinth_vector.svg)](https://modrinth.com/mod/red-core)\n\n[![Buy Me a Coffee](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/donate/buymeacoffee-singular_vector.svg)](https://www.buymeacoffee.com/desoroxxx)\n[![Discord](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/social/discord-plural_vector.svg)](https://discord.gg/hKpUYx7VwS)\n\n[![Java 8](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/built-with/java8_vector.svg)](https://adoptium.net/temurin/releases/?version=8)\n[![Gradle](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/built-with/gradle_vector.svg)](https://gradle.org/)\n[![Forge](https://cdn.jsdelivr.net/npm/@intergrav/devins-badges@3/assets/cozy/supported/forge_vector.svg)](http://files.minecraftforge.net/maven/net/minecraftforge/forge/index_1.12.2.html)\n\n![Red Core Banner with Background Rounded](https://github.com/Red-Studio-Ragnarok/Red-Core/assets/82710983/6a52753f-a693-4d1b-9696-20619eb8d828)\n\nRed Core is the foundational library for Red Studio projects and associated projects.\n\n## Features\n\n- **RedLogger:** A user and dev-friendly logger, useful for errors and crash logging when lots of information is needed.\n- **Vectors:** A fast and simple vector suite, for every Java primitive.\n- **MathUtil:** A utility class which provides nice to have math-related methods.\n- **ClampUtil:** A utility class which provides fast biased clamping for every primitive, and testers to know exactly which end to bias towards.\n- **[Jafama]:** Red Core embeds [Jafama] allowing you to use it in your mods.\n\n[Jafama]: https://github.com/jeffhain/jafama\n\n### Minecraft Specific Features\n\n- **RedClientTicker:** A client ticker which provides slower ticking methods for things that don't require updating 20 times per second.\n- **NetworkUtil:** A utility class which makes networking easier, safer, and cleaner.\n- **OptiNotFine:** A utility class which allows you to easily know if OptiFine is installed, forces off specific OptiFine features, and also allows you to know if shaders are enabled.\n- **RedLoadingPlugin:** An abstract class which you can extend instead of implementing `IFMLLoadingPlugin`, it implements the standard stub methods for you.\n\n## Why Red Core?\n\nRed Core is used in most projects Red Studio is involved in, it aims at reducing redundant code amongst projects and making it easier to do a plethora of things.\n\nRed Core aims to have great Markdown Javadoc's and comments, so you can know what something does without leaving your IDE.\n\nRed Core is always evolving, and you can help; pull requests and feature requests are very welcome.\n\n## How to Integrate Red Core into Your Project?\n\nFirst, add the Red Studio repository to your build.gradle.kts file:\n\n```kotlin\nrepositories {\n\tarrayOf(\"Release\", \"Beta\", \"Dev\").forEach { repoType -\u003e\n\t\tmaven {\n\t\t\tname = \"Red Studio - $repoType\"\n\t\t\turl = uri(\"https://repo.redstudio.dev/${repoType.lowercase()}\")\n\t\t\tcontent {\n\t\t\t\tincludeGroup(\"dev.redstudio\")\n\t\t\t}\n\t\t}\n\t}\n}\n```\n\n### Red Core\n\nThen for Red Core itself, add the dependency (this example is for 0.7):\n```kotlin\ndependencies {\n    implementation(\"dev.redstudio:Red-Core:0.7\")\n}\n```\n\n### Red Core MC\n\nIf you want to use Red Core's Minecraft-specific features, add the dependency (this example is for 0.7):\n```kotlin\ndependencies {\n    implementation(\"dev.redstudio:Red-Core-MC:1.8-1.12-0.7\")\n}\n```\n---\n\n[![BisectHostingPromoBanner](https://github.com/user-attachments/assets/8e66200c-1a7c-4f0a-a12a-387bf7d7f0f6)](https://bisecthosting.com/Desoroxxx?r=Red+Core+GitHub)\n\n# Want to have your own mod or support me?\n\nIf you're looking for a mod but don't have the development skills or time, consider commissioning me!\nMy commissions are currently open, and I’d be happy to create a custom mod to fit your needs as long as you provide assets.\n\n[Commissions](https://www.buymeacoffee.com/desoroxxx/commissions)\n\nYou can also support me on a monthly basis by becoming a member.\nTo thank you, you’ll have the possibility to access exclusive post and messages, Discord channel for WIP content, and even access to unreleased Prototypes or WIP Projects.\n\n[Membership](https://www.buymeacoffee.com/desoroxxx/membership)\n\nYou can also [buy me a hot chocolate](https://www.buymeacoffee.com/desoroxxx).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fred-studio-ragnarok%2Fred-core","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fred-studio-ragnarok%2Fred-core","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fred-studio-ragnarok%2Fred-core/lists"}