Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
58919ced40
Initialize Minecraft Forge mod structure with essential files and configurations. Added .gitattributes to manage line endings, .gitignore for IDE and build artifacts, and build.gradle for project setup. Included example mod files, configuration, and metadata in mods.toml. Added changelog, credits, and license files for documentation. Set up Gradle wrapper for consistent builds.