Skip to content

import of fabric mod template from https://fabricmc.net/develop/templ…#2

Closed
A29-Dev wants to merge 1 commit into
mainfrom
dev
Closed

import of fabric mod template from https://fabricmc.net/develop/templ…#2
A29-Dev wants to merge 1 commit into
mainfrom
dev

Conversation

@A29-Dev
Copy link
Copy Markdown
Owner

@A29-Dev A29-Dev commented May 13, 2025

…ate/

@A29-Dev A29-Dev requested a review from Copilot May 13, 2025 11:02
@A29-Dev A29-Dev self-assigned this May 13, 2025
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This pull request imports the Fabric mod template, setting up the project structure and configuration files for a new mod named "fabcord".

  • Added mod metadata and configuration in fabric.mod.json
  • Introduced mixin and mod initializer classes for both server and client
  • Configured Gradle build files, CI workflow, and license details

Reviewed Changes

Copilot reviewed 19 out of 19 changed files in this pull request and generated no comments.

Show a summary per file
File Description
src/main/resources/fabric.mod.json Contains mod metadata and template configuration
src/main/resources/fabcord.mixins.json Sets up mixin configuration for the server-side injection
src/main/java/com/fabcord/mixin/ExampleMixin.java Implements a server mixin for injecting logic
src/main/java/com/fabcord/Fabcord.java Main mod initializer with logging setup
src/client/resources/fabcord.client.mixins.json Configures mixins for client-specific logic
src/client/java/com/fabcord/mixin/client/ExampleClientMixin.java Implements client mixin for injecting client-side logic
src/client/java/com/fabcord/FabcordClient.java Client mod initializer placeholder
settings.gradle Configures repository plugins and dependencies
gradlew.bat Windows gradle wrapper script
gradlew Unix gradle wrapper script
gradle/wrapper/gradle-wrapper.properties Gradle wrapper configuration
gradle.properties JVM and mod properties configuration
LICENSE CC0 license file
.github/workflows/build.yml CI workflow configuration for automated builds
.gitattributes File attributes definition for consistent line endings

@A29-Dev
Copy link
Copy Markdown
Owner Author

A29-Dev commented May 13, 2025

fabcord boilerplate from fabric example mod [1.21.4]

@A29-Dev A29-Dev closed this Feb 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants