{"id":13525455,"url":"https://github.com/GlassPane/Mesh","last_synced_at":"2025-04-01T05:31:30.094Z","repository":{"id":53701129,"uuid":"165571372","full_name":"GlassPane/Mesh","owner":"GlassPane","description":"Modding Library for Fabric","archived":false,"fork":false,"pushed_at":"2021-11-30T04:38:35.000Z","size":1193,"stargazers_count":8,"open_issues_count":5,"forks_count":2,"subscribers_count":2,"default_branch":"1.18","last_synced_at":"2024-11-02T10:31:48.899Z","etag":null,"topics":["fabric","fabric-mod","fabric-mod-loader","fabricmc","fabricmc-mod","hacktoberfest","java","minecraft","minecraft-mod"],"latest_commit_sha":null,"homepage":"https://www.curseforge.com/minecraft/mc-mods/mesh","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GlassPane.png","metadata":{"files":{"readme":"README.md","changelog":"changelog.md","contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-01-14T00:42:06.000Z","updated_at":"2024-05-05T07:54:46.000Z","dependencies_parsed_at":"2022-09-17T03:51:00.037Z","dependency_job_id":null,"html_url":"https://github.com/GlassPane/Mesh","commit_stats":null,"previous_names":[],"tags_count":39,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GlassPane%2FMesh","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GlassPane%2FMesh/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GlassPane%2FMesh/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GlassPane%2FMesh/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GlassPane","download_url":"https://codeload.github.com/GlassPane/Mesh/tar.gz/refs/heads/1.18","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246591195,"owners_count":20801981,"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":["fabric","fabric-mod","fabric-mod-loader","fabricmc","fabricmc-mod","hacktoberfest","java","minecraft","minecraft-mod"],"created_at":"2024-08-01T06:01:18.901Z","updated_at":"2025-04-01T05:31:26.122Z","avatar_url":"https://github.com/GlassPane.png","language":"Java","funding_links":[],"categories":["Uncategorized"],"sub_categories":["Uncategorized"],"readme":"# Mesh\n\n*Minecraft Modding Library*\n\n[![Build Status](https://img.shields.io/github/workflow/status/GlassPane/Mesh/Build%20Status?label=Build%20Status\u0026logo=GitHub\u0026style=flat-square)](https://github.com/GlassPane/Mesh/actions?query=workflow%3A%22Build+Status%22 \"GitHub Actions\") [![Latest Release](https://img.shields.io/github/v/release/GlassPane/Mesh?include_prereleases\u0026label=Latest%20Release\u0026logo=GitHub\u0026style=flat-square)](https://github.com/GlassPane/Mesh/releases/latest \"GitHub Releases\") [![OnyxStudios Maven](https://img.shields.io/maven-metadata/v?label=Download%20from%20OnyxStudios%20Maven\u0026metadataUrl=https%3A%2F%2Fmaven.onyxstudios.dev%2Fdev%2Fupcraft%2FMesh%2Fmaven-metadata.xml\u0026style=flat-square)](https://maven.onyxstudios.dev/dev/upcraft/Mesh \"maven.onyxstudios.dev\") [![JitPack](https://jitpack.io/v/GlassPane/Mesh.svg?label=Download%20from%20JitPack\u0026style=flat-square)](https://jitpack.io/#GlassPane/Mesh \"Jitpack Build Status\")\n\n---\n\n\u003cbr/\u003e\n\n## Features\n\n-  :globe_with_meridians: automatic loading of environment variables from `.env` files at runtime\n- :zap: automatically register anything that has a registry\n- :hammer: inject recipes at runtime\n- :bug: wide variety of [debug features](#Notes)\n\n## Installation\n\nTo install Mesh, you need to first add the OnyxStudios maven repository to your buildscript:\n```gradle\nrepositories {\n\tmaven {\n\t\tname = \"OnyxStudios\"\n\t\turl = \"https://maven.onyxstudios.dev\"\n\t}\n}\n```\n\nAfter that, you simply add the api and main artifact as runtime dependencies (define `mesh_version` in your `gradle.properties` file):\n*If you want to use the automatic registration feature, you also need the annotation processor jar.*\n\n```gradle\ndependencies {\n\n\tmodRuntime \"dev.upcraft:Mesh:${project.mesh_version}\"\n\tmodApi \"dev.upcraft:Mesh-API:${project.mesh_version}\"\n\tannotationProcessor \"dev.upcraft:Mesh-Annotations:${project.mesh_version}\" // optional; currently only needed for the automatic registration feature\n\n}\n```\n\n---\n\n## Notes\n\n- **Debug mode** is enabled by setting the `mesh.debug` system property to `true`. For more fine-tuned control see [MeshApiOptions](src/main/java/dev/upcraft/mesh/api/MeshApiOptions.java).\n\n- **Development mode** is enabled by setting the `fabric.development` system property to `true` (default for mod workspaces).\n\n  - **in development mode only:** set the `mesh.minecraft.session.username` and `mesh.minecraft.session.uuid` system properties to automatically update your session on game start, and get your username and skin.\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FGlassPane%2FMesh","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FGlassPane%2FMesh","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FGlassPane%2FMesh/lists"}