No description
  • Java 87%
  • Nix 13%
Find a file
2026-04-04 15:49:23 -04:00
gradle/wrapper feat(mod): add Crafting Table Accessory mod for NeoForge 1.21.1 2026-03-31 01:57:22 -04:00
src/main fix(menu): restore ContainerLevelAccess to fix recipes and item loss 2026-03-31 02:41:26 -04:00
.envrc init: Add flake configuration and environment setup 2026-03-31 01:51:01 -04:00
.gitignore feat(mod): add Crafting Table Accessory mod for NeoForge 1.21.1 2026-03-31 01:57:22 -04:00
build.gradle chore: environment fixes 2026-04-04 15:49:23 -04:00
flake.lock init: Add flake configuration and environment setup 2026-03-31 01:51:01 -04:00
flake.nix chore: environment fixes 2026-04-04 15:49:23 -04:00
gradle.properties chore: environment fixes 2026-04-04 15:49:23 -04:00
README.md docs: add README 2026-03-31 02:11:47 -04:00
settings.gradle feat(mod): add Crafting Table Accessory mod for NeoForge 1.21.1 2026-03-31 01:57:22 -04:00

Crafting Table Accessory

Equip a crafting table as an accessory to craft anywhere.

How it works

  • Equip a crafting table in the dedicated accessory slot
  • A button appears in your inventory screen — click it to open a 3x3 crafting grid
  • Unequipping the table closes the crafting grid immediately
  • Optional keybind to open crafting from anywhere (unbound by default)

Why?

Some mods use complicated backpacks or wands for portable crafting. My favorite solution was always the original Inventory Crafter, but keeping a crafting block in your inventory takes up space.

This mod uses the Accessories API to give the crafting table its own special equipment slot, letting you craft on the go without sacrificing an inventory slot.

Compatibility

Credits

Inspired by Inventory Crafter, and Inventory Crafter Returns the updated mod that this builds upon with Accessories API integration.

License

GPL-3.0-or-later