promotional bannermobile promotional banner

JustStoragePanel

A Simple Terminal for Storage Access
Back to Files

juststoragepanel-1.21.1-1.0.7.jar

File namejuststoragepanel-1.21.1-1.0.7.jar
Uploaded
Sep 23, 2026
Downloads
12
Size
86.3 KB
Mod Loaders
NeoForge
File ID
8957074
Type
R
Release
Supported game versions
  • 1.21.1

Curse Maven Snippet

NeoForge

implementation "curse.maven:juststoragepanel-1529597:8957074"

Learn more about Curse Maven

What's new

Changelog

1.0.7

  • Fixed JEI recipe transfer slot mapping: recipes with empty slots or dimensions smaller than 3x3 (e.g. chests, torches, buckets) now map directly to the correct 3x3 crafting grid positions.
  • Fixed item loss / "eating materials" in Crafting Panel: recipe transfers are now atomic and calculate required complete sets prior to extraction; transfers will never consume or delete partial sets.
  • Mismatched or excess crafting grid items during recipe transfers or on panel close are now safely returned to the connected Storage Network.
  • Shift-clicking items in player inventory while inside Crafting Panel now deposits them directly into the Storage Network rather than into the crafting grid.

1.0.6

  • Fixed recipe ingredient syntax for Minecraft 1.21.1 (use object-based {"item": ...} format instead of 1.21.2+ bare string IDs).

1.0.5

  • Fixed crafting recipes by migrating from legacy data/<modid>/recipes/ to modern data/<modid>/recipe/ and updating to modern ingredient syntax.
  • Fixed block drops in survival mode by migrating loot tables to data/<modid>/loot_table/blocks/.
  • Fixed block mineability by migrating block tags to data/minecraft/tags/block/.
  • Configured CurseForge environment classification.

1.0.4

  • Optimized network discovery with a cached topology per level and panel origin.
  • Switched cache invalidation from whole-level clearing to position-targeted invalidation using a reverse index.
  • Reduced passive panel refresh pressure and added configurable server refresh and client search debounce settings.
  • Added multiplayer server impact documentation and updated README guidance for performance-sensitive setups.

1.0.3

  • Published a clean follow-up release that includes the decoupled GitHub release workflow.
  • Ensured Maven, CurseForge, and GitHub release steps can run independently during tagged releases.
  • Kept the gameplay feature set unchanged for Minecraft 1.21.1 and NeoForge 21.1.218.

1.0.2

  • Added the full CurseForge project description to the repository for release maintenance.
  • Finalized the public 1.0.2 release metadata and documentation for GitHub, CurseForge, and Maven publication.
  • Kept the gameplay feature set unchanged for Minecraft 1.21.1 and NeoForge 21.1.218.

1.0.1

  • Repackaged the public release as version 1.0.1 for GitHub and CurseForge publication.
  • Kept the same gameplay feature set for Minecraft 1.21.1 and NeoForge 21.1.218.

1.0.0

  • Initial public release of Just Storage Panel for Minecraft 1.21.1 and NeoForge 21.1.218.
  • Added the Access Panel, Crafting Panel, and Logic Cable.
  • Added searchable and paged network item browsing with stack count overlays.
  • Added JEI recipe transfer support and a JEI lookup button for the Crafting Panel.
  • Added dedicated server compatibility and custom industrial block textures.