1.12
1.11
1.10
1.9.4
1.9
1.8.9
1.8
1.7.10
1.7.2
Forge
why backpacks carry capacity so small?sorry i fell dumb now lolThe modpack link will come in a later message if I get it published but please reply 'yes' or 'no' (yes is the best choice btw)
-
View User Profile
-
View Posts
-
Send Message
Curse Premiumyes
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumCan you post the crash log (it should be in the crash-reports folder of your minecraft directory).
When using a craft table in a Quantum Backpack. Regular backpacks work fine.
[15:12:09] [Netty IO #3/ERROR] [FML]: NetworkDispatcher exception
java.io.IOException: An established connection was aborted by the software in your host machine
at sun.nio.ch.SocketDispatcher.read0(Native Method) ~[?:1.7.0_17]
at sun.nio.ch.SocketDispatcher.read(Unknown Source) ~[?:1.7.0_17]
at sun.nio.ch.IOUtil.readIntoNativeBuffer(Unknown Source) ~[?:1.7.0_17]
at sun.nio.ch.IOUtil.read(Unknown Source) ~[?:1.7.0_17]
at sun.nio.ch.SocketChannelImpl.read(Unknown Source) ~[?:1.7.0_17]
at io.netty.buffer.UnpooledUnsafeDirectByteBuf.setBytes(UnpooledUnsafeDirectByteBuf.java:436) ~[UnpooledUnsafeDirectByteBuf.class:?]
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:870) ~[AbstractByteBuf.class:?]
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:208) ~[NioSocketChannel.class:?]
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:87) [AbstractNioByteChannel$NioByteUnsafe.class:?]
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:480) [NioEventLoop.class:?]
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:447) [NioEventLoop.class:?]
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:341) [NioEventLoop.class:?]
at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:101) [SingleThreadEventExecutor$2.class:?]
at java.lang.Thread.run(Unknown Source) [?:1.7.0_17]
[15:12:09] [Server thread/INFO] [net.minecraft.network.NetHandlerPlayServer]: SewajDrayn lost connection: TranslatableComponent{key='disconnect.genericReason', args=[Internal Exception: java.io.IOException: An established connection was aborted by the software in your host machine], siblings=[], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null}}
[15:12:09] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: SewajDrayn left the game
When attempting to access nested backpacks from a quantum backpack. Also works fine with regular backpacks.
[15:15:24] [Netty IO #7/ERROR] [FML]: NetworkDispatcher exception
java.io.IOException: An established connection was aborted by the software in your host machine
at sun.nio.ch.SocketDispatcher.read0(Native Method) ~[?:1.7.0_17]
at sun.nio.ch.SocketDispatcher.read(Unknown Source) ~[?:1.7.0_17]
at sun.nio.ch.IOUtil.readIntoNativeBuffer(Unknown Source) ~[?:1.7.0_17]
at sun.nio.ch.IOUtil.read(Unknown Source) ~[?:1.7.0_17]
at sun.nio.ch.SocketChannelImpl.read(Unknown Source) ~[?:1.7.0_17]
at io.netty.buffer.UnpooledUnsafeDirectByteBuf.setBytes(UnpooledUnsafeDirectByteBuf.java:436) ~[UnpooledUnsafeDirectByteBuf.class:?]
at io.netty.buffer.AbstractByteBuf.writeBytes(AbstractByteBuf.java:870) ~[AbstractByteBuf.class:?]
at io.netty.channel.socket.nio.NioSocketChannel.doReadBytes(NioSocketChannel.java:208) ~[NioSocketChannel.class:?]
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:87) [AbstractNioByteChannel$NioByteUnsafe.class:?]
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:480) [NioEventLoop.class:?]
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:447) [NioEventLoop.class:?]
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:341) [NioEventLoop.class:?]
at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:101) [SingleThreadEventExecutor$2.class:?]
at java.lang.Thread.run(Unknown Source) [?:1.7.0_17]
[15:15:24] [Server thread/INFO] [net.minecraft.network.NetHandlerPlayServer]: HBoss52 lost connection: TranslatableComponent{key='disconnect.genericReason', args=[Internal Exception: java.io.IOException: An established connection was aborted by the software in your host machine], siblings=[], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null}}
[15:15:24] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: HBoss52 left the game
Would you happen to know what could be going wrong?
Thank You!
~HBoss52
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumWhoops, there was a problem with part of my packet handling code for Minecraft 1.7.2.
I've updated BCMod and Backpacks to fix that problem (version 1.7.2 - 2.3.2).
[21:21:18] [Server thread/ERROR] [FML]: There was a critical exception handling a packet on channel bcmod
java.lang.NoSuchMethodError: net.minecraft.network.play.client.C0EPacketClickWindow.<init>(IIIILnet/minecraft/item/ItemStack;S)V
at brad16840.common.ContainerStack.tryRightClick(ContainerStack.java:446) ~[ContainerStack.class:?]
at brad16840.common.PacketHandler$ServerRightClick.receive(PacketHandler.java:443) ~[PacketHandler$ServerRightClick.class:?]
at brad16840.common.MessageChannel.decode(MessageChannel.java:135) ~[MessageChannel.class:?]
at brad16840.common.MessageChannel.decode(MessageChannel.java:36) ~[MessageChannel.class:?]
at io.netty.handler.codec.MessageToMessageCodec$2.decode(MessageToMessageCodec.java:81) ~[MessageToMessageCodec$2.class:?]
at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessageDecoder.java:89) ~[MessageToMessageDecoder.class:?]
at io.netty.handler.codec.MessageToMessageCodec.channelRead(MessageToMessageCodec.java:111) ~[MessageToMessageCodec.class:?]
at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultChannelHandlerContext.java:337) ~[DefaultChannelHandlerContext.class:?]
at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChannelHandlerContext.java:323) ~[DefaultChannelHandlerContext.class:?]
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:785) ~[DefaultChannelPipeline.class:?]
at io.netty.channel.embedded.EmbeddedChannel.writeInbound(EmbeddedChannel.java:169) ~[EmbeddedChannel.class:?]
at cpw.mods.fml.common.network.internal.FMLProxyPacket.func_148833_a(FMLProxyPacket.java:74) [FMLProxyPacket.class:?]
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:211) [ef.class:?]
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:173) [ms.class:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:680) [MinecraftServer.class:?]
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:329) [lj.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:568) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:452) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer$2.run(MinecraftServer.java:705) [kx.class:?]
[21:21:19] [Server thread/INFO] [net.minecraft.network.NetHandlerPlayServer]: HBoss52 lost connection: TextComponent{text='A fatal error has occured, this connection is terminated', siblings=[], style=Style{hasParent=false, color=null, bold=null, italic=null, underlined=null, obfuscated=null, clickEvent=null, hoverEvent=null}}
[21:21:19] [Server thread/INFO] [net.minecraft.server.MinecraftServer]: HBoss52 left the game
Thank again!
EDIT: We have found that it only happens in the quantum backpack. We pulled the regular backpack out were able to split stacks again w/o issue.
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumI've reuploaded BCMod 1.7.2 - 2.3.2 to fix that error, but dedicated servers don't seem to update clients the way that internal servers do. This means when you split a stack inside a quantum backpack the client will get told that half the stack was taken but it won't get told that the other half was picked up, so it looks like half your items disappeared.
EDIT: 1.7.2 - 2.3.2 has been re-updated to manually update the client after a right-click (fixing the problem above).
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumYou can see the current modlist here: https://docs.google.com/spreadsheets/d/1zb654vKV8F5miUqeBlYG-og6wAbYzYPkhW67jCe6Eiw/edit#gid=0
However, this list will most likely not be final it will be a good representation of the final pack
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumThat's fine.
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumDownload links can be found under the Installation section, just click the show button beside the version you want to download, or are the download links not working for you?
all works but should i download BCmod.jar and backpacks.jar and place both of them in the .minecraft/mods folder ??????????????? please there is no tutorials hope u can sow me how
how can i change backpack size on survival????? SORRY FOR ANNOYING YOU
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumThe backpack renderer add-on will display backpacks on the backs of any players that have a backpack on their hotbar.
If you are playing in single player you can see the backpack on your own back by pressing F5 to switch to 3rd person. If the backpack is being held it will appear in your hand, otherwise it will appear on your back.
-
View User Profile
-
View Posts
-
Send Message
Curse PremiumThe download links provided on the first post are downloading the correct versions for me (for both 1.7.2 - 2.2.0 and 1.7.2 - 2.3.2), are you sure you didn't click one link from 2.2 and another from 2.3?