fix: infra fixes, config GUI improvements, and multi-version build (Stage 0-2) - #1
Merged
Merged
Conversation
- Fix WorldUtils.isReplaceable duplicate condition (isAir→canBeReplaced) - Replace hardcoded MOD_VERSION with runtime FabricLoader lookup - Fix release.yml: chiseledBuild→build, add gradle setup step - Fix fabric.mod.json depends to match actual versions - Fix pack.mcmeta with dynamic pack_format (88 for 26.2) - Create root README.md with honest version support status - Update CONTRIBUTING.md to remove Stonecutter references - Expand all config tooltip descriptions to 2-3 sentences - Remove All Tab from ConfigGui (remove IConfigGuiAllTab) - Remove hotkey registration (no standalone hotkey, ModMenu only) - Remove dead PrinterConfig.HOTKEY_LIST
- Stonecutter 0.9.7 + loom-back-compat 0.4 for cross-obfuscation builds (26.x uses fabric-loom; older versions use fabric-loom-remap) - 4 Fabric version subprojects: 26.2 / 1.21.1 / 1.20.1 / 1.18.2 - Per-version gradle.properties with verified dependency coordinates (sakura-ryoko malilib/litematica + maruohon litematica via Modrinth) - Dynamic CI matrix with version discovery - 26.2 builds successfully; older versions need Stonecutter //? if source adaptation for older malilib/MC APIs
Minecraft269
force-pushed
the
worktree-infinitely-printer-stage0
branch
from
August 4, 2026 05:30
9cb5cc1 to
4ca0fa5
Compare
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.
Summary
Stage 0 (infrastructure fixes) + Stage 2 (config GUI improvements) + Stage 1 (multi-version build) for Infinitely-Printer.
Stage 0 Fixes
Stage 2 Fixes
Stage 1: Multi-version build
versions26.2-fabricinstead of26.2-fabric)CI Status (honest)
Registry,i18nManager) not present in older malilib versions. Requires Stonecutter//? ifsource adaptation (follow-up work).