promotional bannermobile promotional banner

Structured Crafting

Craft stuff in your world, automatically.

File Details

structuredcrafting-1.21.1-fabric-0.2.13.jar

  • R
  • Sep 13, 2025
  • 55.38 KB
  • 102
  • 1.21.1
  • Fabric + 1

File Name

structuredcrafting-1.21.1-fabric-0.2.13.jar

Supported Versions

  • 1.21.1

Curse Maven Snippet

Fabric

modImplementation "curse.maven:structured-crafting-233151:6992315"

Quilt

modImplementation "curse.maven:structured-crafting-233151:6992315"
Curse Maven does not yet support mods that have disabled 3rd party sharing

Learn more about Curse Maven

# Changelog for Minecraft 1.21.1
All notable changes to this project will be documented in this file.

<a name="1.21.1-0.2.13"></a>
## [1.21.1-0.2.13](https://github.com/CyclopsMC/StructuredCrafting/compare/1.21.1-0.2.12...1.21.1-0.2.13) - 2025-09-13 13:42:12

### Fixed
* Fix crash when CommonCapabilities is not present, Closes #45

<a name="1.21.1-0.2.12"></a>
## [1.21.1-0.2.12](https://github.com/CyclopsMC/StructuredCrafting/compare/1.21.1-0.2.11...1.21.1-0.2.12) - 2025-05-25 07:17:37 +0200

### Fixed
* Fix multi-output recipes voiding > 1 in Fabric, Closes #44

<a name="1.21.1-0.2.11"></a>
## [1.21.1-0.2.11](https://github.com/CyclopsMC/StructuredCrafting/compare/1.21.1-0.2.10...1.21.1-0.2.11) - 2025-05-12 16:53:09 +0200

### Fixed
* Fix crash with reusable items in a vertical pattern, Closes #42

<a name="1.21.1-0.2.10"></a>
## [1.21.1-0.2.10](https://github.com/CyclopsMC/StructuredCrafting/compare/1.21.1-0.2.9...1.21.1-0.2.10) - 2025-05-11 13:34:28 +0200

### Fixed
* Fix offset for recipes with reusable inputs, Closes #42

<a name="1.21.1-0.2.9"></a>
## [1.21.1-0.2.9](https://github.com/CyclopsMC/StructuredCrafting/compare/1.21.1-0.2.8...1.21.1-0.2.9) - 2025-05-10 14:39:25 +0200

### Fixed
* Fix small recipes with reusable items failing, Closes #42

<a name="1.21.1-0.2.8"></a>
## [1.21.1-0.2.8](https://github.com/CyclopsMC/StructuredCrafting/compare/1.21.1-0.2.7...1.21.1-0.2.8) - 2025-05-07 19:21:25 +0200

### Added
* Add ja_jp translations
* Add cs_cz translations
* Add nl_nl translations
* Add tr_tr translations

### Fixed
* Fix block not dropping when broken, Closes #41
* Fix incorrect recipe on Fabric, Closes #43

<a name="1.21.1-0.2.7"></a>
## [1.21.1-0.2.7] - 2024-09-04 17:29:03 +0200

### Changed
* Refactor code to be compatible with NeoForge, Forge, and Fabric.