{"id":15162236,"url":"https://github.com/proudust/minecraft-forge-kotlin-template","last_synced_at":"2025-10-25T00:30:29.291Z","repository":{"id":52292565,"uuid":"196497279","full_name":"proudust/minecraft-forge-kotlin-template","owner":"proudust","description":"Minecraft 1.12.2 Mod template using Forge and Kotlin","archived":false,"fork":false,"pushed_at":"2021-05-01T06:50:22.000Z","size":126,"stargazers_count":46,"open_issues_count":1,"forks_count":5,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-05T10:49:28.140Z","etag":null,"topics":["kotlin","minecraft","minecraft-forge","minecraft-mod"],"latest_commit_sha":null,"homepage":null,"language":"Kotlin","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/proudust.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}},"created_at":"2019-07-12T02:47:59.000Z","updated_at":"2024-08-15T18:52:59.000Z","dependencies_parsed_at":"2022-09-07T05:13:01.372Z","dependency_job_id":null,"html_url":"https://github.com/proudust/minecraft-forge-kotlin-template","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/proudust%2Fminecraft-forge-kotlin-template","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/proudust%2Fminecraft-forge-kotlin-template/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/proudust%2Fminecraft-forge-kotlin-template/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/proudust%2Fminecraft-forge-kotlin-template/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/proudust","download_url":"https://codeload.github.com/proudust/minecraft-forge-kotlin-template/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238046775,"owners_count":19407611,"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":["kotlin","minecraft","minecraft-forge","minecraft-mod"],"created_at":"2024-09-27T01:21:44.627Z","updated_at":"2025-10-25T00:30:28.990Z","avatar_url":"https://github.com/proudust.png","language":"Kotlin","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Minecraft Forge Kotlin Template\n\nMinecraft 1.12.2 で Forge と Kotlin を用いた Mod のテンプレートです。  \nMinecraft 1.12.2 Mod template using Forge and Kotlin.  \n\n## Getting Started\n\n### Clone template\n\nPlease click [Use this template](https://github.com/proudust/minecraft-forge-kotlin-template/generate)\n\nor\n\n```sh\ngit clone --depth=1 https://github.com/proudust/minecraft-forge-kotlin-template \u003cyour_project_name\u003e\ncd \u003cyour_project_name\u003e\nrm -rf .git\n```\n\n### Install dependencies\n\n```sh\n./gradlew build\n```\n\n### Fix properties\n\n**gradle.properties**\n\n```properties\nmodGroup=\u003cyour_package_name\u003e\nmodVersion=\u003cyour_project_version\u003e\nmodBaseName=\u003cyour_project_name\u003e\n```\n\n**mcmod.info**\n\n```json\n{\n    \"modid\": \"\u003cyour_package_name\u003e\",\n    \"name\": \"\u003cYour Project Name\u003e\",\n}\n```\n\n**MinecraftForgeKotlinTemplate.kt**\n\n```kt\npackage \u003cyour_package_name\u003e.\u003cyour_project_name\u003e\n\n//...\n\nobject \u003cYourProjectName\u003e {\n    const val MOD_ID = \u003cyour_project_name\u003e\n    const val MOD_NAME = \u003cYour Project Name\u003e\n    const val VERSION = \u003cyour_project_version\u003e\n\n    //...\n}\n```\n\n**LICENSE**\n\n```md\nMIT License\n\nCopyright (c) [Year] [Your Name]\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\n```\n\n## Dependencies\n\n- [Minecraft Forge](https://files.minecraftforge.net/)\n- [anatawa12/ForgeGradle-2.3](https://github.com/anatawa12/ForgeGradle-2.3)\n- [shadowfacts/Forgelin](https://github.com/shadowfacts/Forgelin)\n\n## References\n\n- [C6H2Cl2/MCDevNightSample](https://github.com/C6H2Cl2/MCDevNightSample)\n- [therealfarfetchd/build.gradle.kts](https://gist.github.com/therealfarfetchd/db8fc601df89703a360bccc0395ec590)\n- [How to execute runClient in ForgeGradle for 1.12 or older with newest jdk8](https://gist.github.com/anatawa12/d61520430a96ba5939cd5a66dbba5bb3)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fproudust%2Fminecraft-forge-kotlin-template","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fproudust%2Fminecraft-forge-kotlin-template","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fproudust%2Fminecraft-forge-kotlin-template/lists"}