juststoragepanel-26.3-1.6.2.jar
Curse Maven Snippet
What's new
Changelog
1.6.2
- Fixed item deletion and loss when transferring recipes via JEI into the Crafting Panel.
- Fixed recipe shape preservation in the Crafting Panel JEI transfer handler (correct 3x3 slot placement).
- Fixed shift-clicking items in player inventory while in Crafting Panel to deposit directly into the storage network instead of filling the crafting grid.
- Crafting Panel now safely returns remaining crafting grid items to storage network upon closing.
- Recipe transfer now pre-calculates available sets non-destructively; incomplete sets will not consume or drop items.
1.6.1
- Fixed crafting recipes by migrating from legacy
data/<modid>/recipes/to moderndata/<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/.
1.6.0
- Ported the next public release line to Minecraft 26.3 and NeoForge 26.3.0.1-beta.
- Updated JEI integration to JEI 31.0.0.5.
- Updated build tooling to net.neoforged.moddev 2.0.147.
- Adapted block classes to Minecraft 26.3 codec removal.
- Updated player item drop handling to include the new Prediction API.
- Validated the line with
compileJava,processResources, a full Gradle build, and GameTest execution. - Kept the gameplay feature set unchanged; this release is the 26.3 compatibility line.
1.5.0
- Ported the next public release line to Minecraft 26.2 and NeoForge 26.2.0.79.
- Updated JEI integration to JEI 30.31.0.206.
- Validated the line with
compileJava,processResources, a full Gradle build, GameTest execution, data generation, and a dedicated server startup through to the ready state. - Kept the gameplay feature set unchanged; this release is the 26.2 compatibility line.
1.4.0
- Ported the next public release line to Minecraft 26.1.2 and NeoForge 26.1.2.41-beta.
- Updated JEI integration to JEI 29.5.0.28 and adapted the panel GUIs to Minecraft's new
GuiGraphicsExtractorandextract*screen hooks. - Updated menu click handling to
ContainerInput, switched block-break invalidation toBreakBlockEvent, and aligned crafting output assembly with the current recipe API. - Raised the build and CI baseline to Java 25 for the 26.1.2 line.
- Validated the line with
compileJava,processResources, a successful client start with JEI initialized, and a dedicated server startup through to the ready state. - Kept the gameplay feature set unchanged; this release is the 26.1.2 compatibility and tooling-refresh line.
1.3.0
- Ported the next public release line to Minecraft 1.21.11 and NeoForge 21.11.42.
- Migrated the development tooling for this line from NeoGradle userdev to ModDevGradle 2.0.141.
- Updated JEI integration to JEI 27.4.0.22 and ported payload identifiers from
ResourceLocationtoIdentifier. - Moved the storage network from the legacy
IItemHandlerbridge to NeoForge's transfer API usingResourceHandler<ItemResource>,ItemUtil, and transactional extraction. - Validated the line with a clean Gradle build, a successful client start with JEI initialized, and a dedicated server startup through to the ready state.
- Kept the gameplay feature set unchanged; this release is the 1.21.11 compatibility and tooling-refresh line.
1.2.0
- Ported the next public release line to Minecraft 1.21.8 and NeoForge 21.8.53.
- Updated JEI integration to JEI 24.2.0.6 and adapted client-to-server payload sends to NeoForge's ClientPacketDistributor API.
- Validated the line with compileJava, processResources, a full Gradle build, and a successful 1.21.8 client start with JEI initialization.
- Kept the gameplay feature set unchanged; this release is the 1.21.8 compatibility line.
1.1.0
- Ported the public release line to Minecraft 1.21.5 and NeoForge 21.5.97.
- Updated JEI integration to JEI 21.4.0.27 and adapted Crafting Panel recipe transfer to the current 1.21.5 APIs.
- Updated block registration and item definition resources for the 1.21.5 registry and client item model changes.
- Validated the release line with a full Gradle build, client startup, JEI startup, and clean in-game smoke tests for panels and cables.
- Kept the gameplay feature set unchanged; this release is the 1.21.5 compatibility and polish line.
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.
All Relations
- All Relations
- Embedded Library
- Optional Dependency
- Required Dependency
- Tool
- Incompatible
- Include
