{"id":15014995,"url":"https://github.com/stellarwind22/fabric-shield-lib","last_synced_at":"2025-04-10T01:12:24.496Z","repository":{"id":41088897,"uuid":"260845258","full_name":"StellarWind22/Fabric-Shield-Lib","owner":"StellarWind22","description":"Library for easily adding new shields, shield enchantments, and enabling you to enchant shields in general without worry of conflictions.","archived":false,"fork":false,"pushed_at":"2025-01-20T20:53:00.000Z","size":768,"stargazers_count":42,"open_issues_count":15,"forks_count":20,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-04-10T01:12:18.841Z","etag":null,"topics":["enchantments","fabric","fabric-api","fabric-mod","fabric-shield-lib","fabricmc","fabricmc-mod","library","minecraft","minecraftmod","shields"],"latest_commit_sha":null,"homepage":"https://www.curseforge.com/minecraft/mc-mods/fabric-shield-lib","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"lgpl-2.1","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/StellarWind22.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":"2020-05-03T06:50:54.000Z","updated_at":"2025-01-21T04:58:29.000Z","dependencies_parsed_at":"2023-01-30T20:16:02.662Z","dependency_job_id":"a45f5daf-b78d-45eb-a0ea-3f398e1ab7c0","html_url":"https://github.com/StellarWind22/Fabric-Shield-Lib","commit_stats":null,"previous_names":["crimsondawn45/fabric-shield-lib"],"tags_count":72,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StellarWind22%2FFabric-Shield-Lib","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StellarWind22%2FFabric-Shield-Lib/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StellarWind22%2FFabric-Shield-Lib/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StellarWind22%2FFabric-Shield-Lib/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StellarWind22","download_url":"https://codeload.github.com/StellarWind22/Fabric-Shield-Lib/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248137890,"owners_count":21053775,"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":["enchantments","fabric","fabric-api","fabric-mod","fabric-shield-lib","fabricmc","fabricmc-mod","library","minecraft","minecraftmod","shields"],"created_at":"2024-09-24T19:46:22.210Z","updated_at":"2025-04-10T01:12:24.477Z","avatar_url":"https://github.com/StellarWind22.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![](https://jitpack.io/v/CrimsonDawn45/Fabric-Shield-Lib.svg)](https://jitpack.io/#CrimsonDawn45/Fabric-Shield-Lib)\n\n# Fabric Shield Lib\nLibrary for easily adding new shields, shield enchantments, and enabling you to enchant shields in general without worry of conflictions.\n\n## Importing\nlibrary is distributed via [jitpack.io](https://jitpack.io/#CrimsonDawn45/Fabric-Shield-Lib)\n\n#### put this in gradle.properties\n```properties\nfabric_shield_lib_version=1.8.0-1.21.4\n```\n\n#### build.gradle under repositories just above dependencies\n```gradle\nmaven { url = 'https://jitpack.io' }\n```\n\nif this mod is your only dependency it should look something like this.\n```gradle\ndependencies {\n\tminecraft \"com.mojang:minecraft:${project.minecraft_version}\"\n\tmappings \"net.fabricmc:yarn:${project.yarn_mappings}:v2\"\n\tmodImplementation \"net.fabricmc:fabric-loader:${project.loader_version}\"\n\tmodImplementation \"net.fabricmc.fabric-api:fabric-api:${project.fabric_version}\"\n        \n        //Fabric Shield Lib\n\tmodImplementation \"com.github.CrimsonDawn45:Fabric-Shield-Lib:v${project.fabric_shield_lib_version}\"\n}\n```\n\n#### **build.gradle** under dependencies\n```gradle\nmodImplementation \"com.github.CrimsonDawn45:Fabric-Shield-Lib:v${project.fabric_shield_lib_version}\"\n```\n\n- - - -\n\n## Documentation?\nTutorial available on [Fabric Wiki](https://fabricmc.net/wiki/tutorial:shield).\n\nThe [example mod repo](https://github.com/CrimsonDawn45/Fabric-Shield-Lib-Example-Mod) is a template repo you can use to quickly get started if your making a new mod. Although it isn't updated as frequently.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstellarwind22%2Ffabric-shield-lib","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstellarwind22%2Ffabric-shield-lib","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstellarwind22%2Ffabric-shield-lib/lists"}