This mod adds a new chest to the game: the Multi Page Chest. This chest can store up to 585 stacks of items. Don't have lacks of space anymore!
1.9 versions require CXLibrary
Recipe
Modpacks:
You are allowed to include the mod in a modpack if you give visible credit to me (CubeX2).
For those looking for a way to sort their multi-page chest...
Use the mod "Inventory Sorter" by cpw11. It's a middle-click sort, but it works in the multi-chest!!
Still using Inventory Tweaks to sort my on-hand inventory. But the middle-click sort from Inventory Sorter works perfectly!
Hope that helps!! Happy mining. :)
I am always using it. Thank you.
When I right-clicked with a wrench, all the contents disappeared.
I like this mod very much, it's very useful, hope you can update to 1.15.2、1.16.1
The mod crash at 1.12.2 with sponge forge! Only with a server when you click to ''next page''. My server have cxlibrary and the mod and it's crashing. I can put the logs if the developper is interested to fix it. But he looks inactive since a long time :/
still a good mod, but its been 3 years since myself and a few others reported the bug where you rotate the chest and it looses everything inside it and its still not fixed :(
I accidentally clicked a Multi Page Chest with a Yeta Wrench and lost everything in the chest. Asked them to add a blacklist to the wrench, not sure anything can be done on this end to prevent the interaction.
EDIT: that will not help other wrenches cause the same problem so the problem is on Multi Page Chest side.
In reply to frakierG:
yes, this has been an issue for years.... :(
I love this mod, but it's very annoying that it doesn't work with Inventory Tweaks for 1.12.2. Having such a huge chest but not having a way to sort it is pretty useless :\
nice mod,until you right click the nice chest with a wrench.the wrench works perfectly,and items within chest disappeared perfectly D:
Very nice mod, but it's content is not being sort when clicking inventory tweaks sort button. That's not handy.
For god sakes, add sorting lol what the heck man. Awesome mod but seriously unuseful without it.
In reply to prodigyrick:
hello,I'm old user of this mod,and it's a very good mod.
But I've found a huge bug:
1.9.1 for game1.12.2 version cant work together with SpongeForge
when click change page inside chest, server will drop player out and say:
lost connection: A fatal error has occurred, this connection is terminated
Mod works fine without SpongeForge
I talked to Sponge.that Sponge Developer said:
You should report this to the mod developer, and tell them that they shouldn’t be accessing the world from a Netty packet handler thread.
So,could you fix this please?
here is details about this bug:
https://forums.spongepowered.org/t/spongeforge-drop-player-when-using-multi-page-chest/24345
I love this mod, been using it since 2014! Recently upgraded to version 1.9.1 for my 1.12.2 modded world; everything works well, but for some reason Inventory Tweaks isn't able to sort this chest? It has the grey buttons along the side, but clicking it does nothing. I know it's worked in previous versions, but is this new one not compatible with Inventory Tweaks?
awesome mod! i use it all the time! but i was thinking it would be cool to add a backpack version. that would be really op so it would probably need to be expensive, maybe 2 multi page chests and a few leather?
I have an existing world Ivebeen working on for over a year now. I am trying to upgrade to forge 1.12, and have gotten rid of all the mods except multipage and cxlib.
Can you help me figure out whats wrontg here? thanks!
Here is my crash report
---- Minecraft Crash Report ----
WARNING: coremods are present:
CXLibraryCore (cxlibrary-1.12.1-1.6.1.jar)
Contact their authors BEFORE contacting forge
// Uh... Did I do that?
Time: 1/9/18 12:43 PM
Description: There was a severe problem during mod loading that has caused the game to fail
net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Multi Page Chest (multipagechest)
Caused by: java.lang.NoClassDefFoundError: net/minecraftforge/fml/common/registry/IForgeRegistryEntry
at cubex2.mods.multipagechest.MultiPageChest.preInit(MultiPageChest.java:33)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraftforge.fml.common.FMLModContainer.handleModStateEvent(FMLModContainer.java:609)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:253)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:231)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at com.google.common.eventbus.Subscriber.invokeSubscriberMethod(Subscriber.java:91)
at com.google.common.eventbus.Subscriber$SynchronizedSubscriber.invokeSubscriberMethod(Subscriber.java:150)
at com.google.common.eventbus.Subscriber$1.run(Subscriber.java:76)
at com.google.common.util.concurrent.MoreExecutors$DirectExecutor.execute(MoreExecutors.java:399)
at com.google.common.eventbus.Subscriber.dispatchEvent(Subscriber.java:71)
at com.google.common.eventbus.Dispatcher$PerThreadQueuedDispatcher.dispatch(Dispatcher.java:116)
at com.google.common.eventbus.EventBus.post(EventBus.java:217)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:148)
at net.minecraftforge.fml.common.Loader.preinitializeMods(Loader.java:604)
at net.minecraftforge.fml.client.FMLClientHandler.beginMinecraftLoading(FMLClientHandler.java:266)
at net.minecraft.client.Minecraft.func_71384_a(Minecraft.java:466)
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:377)
at net.minecraft.client.main.Main.main(SourceFile:123)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:483)
at net.minecraft.launchwrapper.Launch.launch(Launch.java:135)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
Caused by: java.lang.ClassNotFoundException: net.minecraftforge.fml.common.registry.IForgeRegistryEntry
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 42 more
Caused by: java.lang.NullPointerException
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
... 44 more
A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------
-- System Details --
Details:
Minecraft Version: 1.12.1
Operating System: Windows 10 (amd64) version 10.0
Java Version: 1.8.0_25, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 136368200 bytes (130 MB) / 320126976 bytes (305 MB) up to 3207856128 bytes (3059 MB)
JVM Flags: 6 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx3G -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalMode -XX:-UseAdaptiveSizePolicy -Xmn128M
IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0
FML: MCP 9.41 Powered by Forge 14.22.1.2478 6 mods loaded, 6 mods active
States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
| State | ID | Version | Source | Signature |
|:----- |:-------------- |:------------ |:----------------------------- |:---------------------------------------- |
| UCH | minecraft | 1.12.1 | minecraft.jar | None |
| UCH | mcp | 9.19 | minecraft.jar | None |
| UCH | FML | 8.0.99.99 | forge-1.12.1-14.22.1.2478.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCH | forge | 14.22.1.2478 | forge-1.12.1-14.22.1.2478.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
| UCH | cxlibrary | 1.6.1 | cxlibrary-1.12.1-1.6.1.jar | None |
| UCE | multipagechest | 1.9.0 | Multi-Page-Chest-Mod-1.12.jar | None |
Loaded coremods (and transformers):
CXLibraryCore (cxlibrary-1.12.1-1.6.1.jar)
cubex2.cxlibrary.CoreModTransformer
GL info: ' Vendor: 'ATI Technologies Inc.' Version: '4.5.13399 Compatibility Profile Context 15.201.1151.1008' Renderer: 'AMD Radeon HD 7660D'
In reply to bardkin:
I can't switch between the chest's inventories. The game will crash saying "A fatal error has ocurred. This connection is terminated" And then it brings me to the server list. (even though it's single player)
Is this a known problem?
In version 1.12.2 btw
issue 1.12, chest content tooltip apears in jei's background