-
Notifications
You must be signed in to change notification settings - Fork 1
feat: add macOS Fabric 1.21.1 mod project with Gradle wrapper - #2
Open
wushizhen-ren wants to merge 2 commits into
Open
feat: add macOS Fabric 1.21.1 mod project with Gradle wrapper #2wushizhen-ren wants to merge 2 commits into
wushizhen-ren wants to merge 2 commits into
Conversation
- Complete Fabric Loom 1.9.2 build setup for Minecraft 1.21.1 - Ruby & Thunder mod with Thunder Sword item and Dark Iron Golem entity - Client rendering with entity model and renderer - Resource files: lang, models, textures - Builds and launches successfully via ./gradlew runClient on macOS Apple Silicon - Tested with Java 21, Fabric Loader 0.19.3, Fabric API 0.116.15
Closes buyicoder#1 remaining tasks: - New: install.sh — macOS/Linux one-click install (equivalent to install.bat) - New: tools/setup-minecraft-ai.sh — macOS/Linux texture generator setup - New: .github/workflows/macos-build.yml — CI smoke test on macOS - Replace hard-coded Windows paths with project-relative / multi-platform refs - entity-designer/SKILL.md: Blockbench paths → 3 platforms, texture path → project-relative - blockbench-mcp.json: D:/MC/... → blockbench-mcp/... - mcp-ecosystem.md: Blockbench/plugin paths → project-relative - docs/superpowers/plans: windows-only → pwsh (macOS) + powershell (Windows) - README.md: env reqs as cross-platform table, install section with ./install.sh - landing/index.html: shows both ./install.sh and install.bat
wushizhen-ren
commented
Jul 30, 2026
Author
第二轮提交:完成 Issue #1 剩余任务
新增 2 文件
- install.sh — macOS/Linux 一键安装脚本(等价 install.bat),含先决条件检查、npm/MCP 安装、GearFactory 克隆、fabric-mod-dev 构建验证
- tools/setup-minecraft-ai.sh — macOS/Linux 版 minecraft-ai 纹理生成器安装脚本
修改 6 文件(Windows 硬编码路径 -> 跨平台)
- README.md — 环境要求改为跨平台表格(Windows/macOS/Linux),安装部分增加 ./install.sh 和 gradlew runClient
- skills/entity-designer/SKILL.md — Blockbench 路径改为三平台;D:/MC/... 纹理路径 -> fabric-mod-dev/...
- mcp/blockbench-mcp.json — D:/MC/blockbench-mcp/... -> blockbench-mcp/...
- integration/mcp-ecosystem.md — Blockbench/插件路径改为项目相对引用
- docs/superpowers/plans/... — qa-runclient-check 从 Windows-only -> pwsh(macOS) + powershell(Windows)
- landing/index.html — 安装命令从仅 install.bat -> ./install.sh + install.bat
待补推
- .github/workflows/macos-build.yml — macOS CI,PAT 需 workflow scope
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #1
What this does
Adds a complete runnable Fabric 1.21.1 mod project (
fabric-mod-dev/) that builds and launches on macOS Apple Silicon.Included
gradlew+gradle-wrapper.jar) — no system Gradle needed.gitignoreexcluding build artifacts and runtime filesHow to run
cd fabric-mod-dev ./gradlew runClientVerified
Remaining scope (future PRs)
install.shmacOS bootstrap script