Перейти к содержимому
Mineforgian

Cluttered (Unofficial Fabric Port)

Unofficial Fabric port of Cluttered for newer Minecraft versions, with cozy furniture, decor, recipes, and localization support.

Загрузки
14K
Подписчики
28
Обновлён
11 августа 2026 г.
Лицензия
LGPL-3.0-only

Опубликован 26 мая 2026 г.

Reemplaza esto con una descripción

✨ About this project Cluttered (Unofficial Fabric Port) is a community-maintained compatibility port of the original Cluttered mod, created by blake and YellowChuJelly.

This project exists to help make Cluttered available on newer Minecraft versions using Fabric, while preserving the original mod’s cozy furniture, decorative blocks, recipes, models, textures, and overall spirit as much as possible.

🌷 Credits and original project All credit for the original Cluttered mod goes to blake, YellowChuJelly, and the original contributors.

Please support and visit the official original project pages:

Original CurseForge page: https://www.curseforge.com/minecraft/mc-mods/cluttered

Original Modrinth page: https://modrinth.com/mod/cluttered

This is not an official upstream release. All original Cluttered rights, authorship, branding, art direction, assets, models, textures, and licensing remain with their respective owners.

🛠️ About this unofficial port This port was made to preserve compatibility and make the mod available for newer Minecraft/Fabric versions. It may include compatibility fixes, translation work, recipe fixes, restored content, and other adjustments needed for the port.

🧭 How this port differs from the original This project is based on the original Cluttered mod, but it is maintained separately as an unofficial Fabric compatibility port.

The main differences are:

  • It targets newer Minecraft/Fabric versions that may not be covered by the official release.
  • It may include compatibility fixes required by newer Minecraft versions.
  • It may include Fabric-specific changes that are not present in the official Forge/NeoForge versions.
  • It may include small port-maintenance additions, such as translation updates, recipe fixes, restored legacy content, lighting tweaks, or bug fixes discovered during testing.
  • It should not be treated as the official source of truth for Cluttered. For the original mod, official updates, original downloads, and creator-supported information, please visit the official CurseForge and Modrinth pages linked above.

🤖 AI transparency This port was made with help from OpenAI Codex, an AI coding assistant, alongside human testing, review, debugging, and release work.

The original Cluttered authors gave permission for this unofficial port to be published, but that permission should not be understood as an endorsement of AI tools or AI-assisted creative workflows. The original artists have made clear that they do not endorse the use of AI as artists.

This note is included so players, modpack makers, and contributors can understand the context of this port and decide for themselves whether they want to use or support it.

🐞 Issues and feedback Bug reports, crash reports, missing translations, recipe issues, rendering problems, and other feedback are welcome through the project’s issue tracker.

Pull requests are also welcome, but changes will be reviewed before they are merged.

Ченджлог

3.0.3-26.2.x-0.1.1-fabricРелиз26.2 · 11 августа 2026 г.

🪧 Cluttered 3.0.3 - Fabric 26.2.x Unofficial Port

This is an unofficial Fabric port of Cluttered 3.0.3 for Minecraft 26.2.x.

📦 Compatibility

  • Minecraft: 26.2.x
  • Minecraft metadata range: ~26.2 (>=26.2 <26.3)
  • Fabric Loader: 0.19.3 or newer
  • Fabric API: 0.154.0 or newer
  • Java: 25
  • Loader: Fabric only

This build is not a Forge jar and is not an official upstream release.

🧱 Included Artifacts

  • cluttered-3.0.3-26.2.x-0.1.1-fabric-unofficial.jar
  • cluttered-3.0.3-26.2.x-0.1.1-fabric-unofficial-sources.jar

🪧 Fixes

  • Fixed all Cluttered standing, wall, hanging, and wall-hanging signs being invisible in Minecraft 26.2.x.
  • Fixed missing-texture backgrounds in the sign and hanging-sign text editors.
  • Cluttered hanging signs now open the vanilla hanging-sign editor and use its line spacing, text width, and interaction sound.

🧩 Technical Details

  • Migrated Cluttered sign blockstates, models, and textures to Minecraft 26.2's block-model rendering format.
  • Preserved vanilla sign editor behavior and texture lookup for non-Cluttered wood types.
  • Kept the editor hooks chainable so other mods can continue extending the same vanilla methods.

🧪 Testing Status

  • sh ./gradlew clean build completed successfully against the 26.2 baseline.
  • The release jar was placed in /Users/axlboy/Documents/curseforge/minecraft/Instances/NetTestFabric/mods.
  • In-game testing confirmed that Cluttered signs render and their text editors display correctly.

📝 Notes

  • Shader packs are not specially integrated. Light-emitting blocks use vanilla Minecraft light emission, so shader behavior depends on the shader pack/resource-pack setup.
  • This release should be labeled clearly as an unofficial Fabric port if shared.
  • The project declares GNU GPL 3.0 licensing. Include or link to the matching source code when distributing this build.

🙏 Credits

Cluttered was originally created by blake and YellowChuJelly. Huge thanks to the original creators and contributors for the mod, its art direction, assets, models, textures, and the work that made this unofficial port possible.

This repository is an unofficial compatibility port. All original Cluttered rights, authorship, branding, and licensing remain with their respective owners.

3.0.3-26.1.x-0.2.3-fabricРелиз26.1, 26.1.1, 26.1.2 · 3 июля 2026 г.

🛋️ Cluttered 3.0.3 - Fabric 26.1.x Unofficial Port

This is an unofficial Fabric port of Cluttered 3.0.3 for Minecraft 26.1.x.

📦 Compatibility

  • Minecraft: 26.1.x, including 26.1, 26.1.1, and 26.1.2
  • Fabric Loader: 0.19.2 or newer
  • Fabric API: 0.144.3 or newer
  • Java: 25
  • Loader: Fabric only

This build is not a Forge jar and is not an official upstream release.

🧱 Included Artifacts

  • cluttered-3.0.3-26.1.x-0.2.3-fabric-unofficial.jar
  • cluttered-3.0.3-26.1.x-0.2.3-fabric-unofficial-sources.jar

✨ Highlights

  • Ported the Cluttered 3.0.3 Forge codebase to Fabric.
  • Restored the official 3.0.3 assets and data: models, blockstates, textures, item definitions, language entries, paintings, recipes, loot tables, and tags.
  • Added Fabric registration for blocks, items, creative tabs, entities, block entities, render layers, paintings, composting, flammables, burn times, and log stripping.
  • Fixed Fabric gameplay issues discovered during in-game testing, including storage block entities, record players, multiblock beds, and chair seating orientation.
  • Added Spanish translations, with es_cl as the reviewed base and additional Spanish locale files copied from it as placeholders.
  • Added recipe-book unlock notifications and survival recipe fixes for Fabric/Minecraft 26.1 data changes.
  • Split client-only Java sources into src/client/java with Loom split environment source sets.
  • Built against the 26.1 baseline while declaring compatibility with the 26.1 patch line.
  • Added Spanish recipe reference documents under docs/.
  • Restored the old glow flower/flower lamp content from an older Cluttered build.
  • Added small single-flavor jam jars while keeping the original large jam jar blocks.
  • Added glass-like block sounds for jam jars.
  • Added light emission to decorative objects that should visibly glow, including lamps, pearls, glow-themed objects, and deep chalcedony star variants.
  • Added stonecutter recipe coverage for decorative material families.

🪑 Fixes

  • Backported the chair seating angle fix from the 26.2.x branch.
  • Chairs now snap the player to the intended initial facing direction when mounting.
  • Player camera/body rotation remains vanilla-friendly after mounting instead of being continuously locked.

🧪 Testing Status

  • sh ./gradlew clean build has completed successfully against the 26.1 baseline.
  • The bed-related mixin targets used by this port were checked against the Minecraft 26.1 patch line, including 26.1 and 26.1.2.
  • The previous 26.1.2 porting pass launched in a Fabric client, created a world successfully, and tested creative inventory, names, models, textures, placement, storage blocks, beds, chairs, record players, lighting tweaks, recipes, and the diagnostic block gallery.

📝 Notes

  • Shader packs are not specially integrated. Light-emitting blocks use vanilla Minecraft light emission, so shader behavior depends on the shader pack/resource-pack setup.
  • This release should be labeled clearly as an unofficial Fabric port if shared.
  • The project declares GNU GPL 3.0 licensing. Include or link to the matching source code when distributing this build.

🙏 Credits

Cluttered was originally created by blake and YellowChuJelly. Huge thanks to the original creators and contributors for the mod, its art direction, assets, models, textures, and the work that made this unofficial port possible.

This repository is an unofficial compatibility port. All original Cluttered rights, authorship, branding, and licensing remain with their respective owners.

3.0.3-26.2.x-0.1.0-fabricРелиз26.2 · 3 июля 2026 г.

🚀 Cluttered 3.0.3 - Fabric 26.2.x Unofficial Port

This is an unofficial Fabric port of Cluttered 3.0.3 for Minecraft 26.2.x.

📦 Compatibility

  • Minecraft: 26.2.x
  • Minecraft metadata range: ~26.2 (>=26.2 <26.3)
  • Fabric Loader: 0.19.3 or newer
  • Fabric API: 0.154.0 or newer
  • Java: 25
  • Loader: Fabric only

This build is not a Forge jar and is not an official upstream release.

🧱 Included Artifacts

  • cluttered-3.0.3-26.2.x-0.1.0-fabric-unofficial.jar
  • cluttered-3.0.3-26.2.x-0.1.0-fabric-unofficial-sources.jar

✨ Highlights

  • Updated the Fabric port baseline from Minecraft 26.1.x to Minecraft 26.2.x.
  • Updated Fabric Loader to 0.19.3 and Fabric API to 0.154.0+26.2.
  • Kept the existing Cluttered 3.0.3 content, assets, translations, recipes, storage blocks, record player support, multiblock beds, chair seating, light emission tweaks, and stonecutter coverage from the 26.1.x port.

🪑 Fixes

  • Fixed the initial seating direction for Cluttered chairs, armchairs, and multiblock chairs so the player starts facing the correct side.
  • Kept the seated player rotation vanilla-friendly after mounting instead of continuously locking the camera or body rotation.

🧪 Testing Status

  • sh ./gradlew clean build completed successfully against the 26.2 baseline.
  • The test jar was placed in /Users/axlboy/Documents/curseforge/minecraft/Instances/NetTestFabric/mods.
  • In-game testing should verify startup, creative inventory, names, models, textures, placement, storage blocks, beds, bouncy mushroom behavior, chairs, record players, lighting tweaks, recipes, and the diagnostic block gallery.

📝 Notes

  • Shader packs are not specially integrated. Light-emitting blocks use vanilla Minecraft light emission, so shader behavior depends on the shader pack/resource-pack setup.
  • This release should be labeled clearly as an unofficial Fabric port if shared.
  • The project declares GNU GPL 3.0 licensing. Include or link to the matching source code when distributing this build.

🙏 Credits

Cluttered was originally created by blake and YellowChuJelly. Huge thanks to the original creators and contributors for the mod, its art direction, assets, models, textures, and the work that made this unofficial port possible.

This repository is an unofficial compatibility port. All original Cluttered rights, authorship, branding, and licensing remain with their respective owners.

3.0.3-26.1.x-0.2.2-fabricРелиз26.1, 26.1.1, 26.1.2 · 31 мая 2026 г.

🍃 Leaf Loot Fix

  • ✂️ Cluttered leaves now only drop full leaf blocks when broken with shears or Silk Touch.
  • 🌱 Normal leaf breaks can once again drop the matching saplings.
  • 🪵 Leaves can still drop sticks using the vanilla-style chances.
  • 🔧 Updated the leaf loot tables to Minecraft 26.1's current tool predicate format.

🌳 Verified Trees

  • Willow and flowering willow drop willow saplings.
  • Poplar and flowering poplar drop poplar saplings.
  • Crabapple and flowering crabapple drop crabapple saplings.
  • Sycamore drops sycamore saplings.
  • Fluorescent maple and flowering fluorescent maple drop fluorescent maple saplings.
  • Blue and red mushroom caps drop their matching mushroom starters.

🧪 Tested

  • sh ./gradlew build
  • ✅ Built jar installed in the TESTFABRIC instance.
3.0.3-26.1.x-0.2.1-fabricРелиз26.1, 26.1.1, 26.1.2 · 27 мая 2026 г.

🧹 26.1.x Publishing Metadata

  • Added Minecraft 26.1.1 to CurseForge publish metadata, alongside 26.1 and 26.1.2.
  • Bumped the unofficial Fabric port jar version to 0.2.1.
  • Kept Fabric metadata compatible with the full Minecraft 26.1.x patch line via ~26.1.
  • Added mavenCentral() to root repositories.
  • Aligned README, release notes, and publishing documentation with the 0.2.1 jar name.

🧪 Tested

  • sh ./gradlew build
  • Verified generated fabric.mod.json declares Minecraft ~26.1, Fabric Loader >=0.19.2, and Fabric API >=0.144.3.
  • Copied the 0.2.1 jar into the TESTFABRIC instance.

Комментарии

Загружаем…