Is it intended that you can't save an empty save? I wanna have a save that's empty so I can load up an empty load so I dont need to press shift and press Delete all. A bit more convenient to just press "Load Empty". But When I restart minecraft the empty save I saved is not saved.
I think that is tethered to rendering the ender dragon, just changing the page from the monster spawners should get rid of it, I'd say this is likely a vanilla Minecraft "bug".
I think that is tethered to rendering the ender dragon, just changing the page from the monster spawners should get rid of it, I'd say this is likely a vanilla Minecraft "bug".
Thankyou for someone with the correct answer. If it annoys you that much just open your item subsets, find the enderdragon spawner and right click on it to hide it.
I just ran minecraft in a terminal and when I open up the inventory and press U on an item, I get this in the console. Nothing appears to be broken, but I get errors.
By pressing U:
java.lang.ArrayIndexOutOfBoundsException: 2
at ModLoader.getPrivateValue(ModLoader.java:551)
at codechicken.nei.FuelUsageHandler.loadAllSmelting(FuelUsageHandler.java:38)
at codechicken.nei.FuelUsageHandler.<clinit>(FuelUsageHandler.java:137)
at codechicken.nei.GuiUsageRecipe.<clinit>(GuiUsageRecipe.java:65)
at mg.containerKeyPress(GuiContainer.java:329)
at mg.a(GuiContainer.java:307)
at xe.i(SourceFile:134)
at xe.g(SourceFile:112)
at mg.g(GuiContainer.java:391)
at net.minecraft.client.Minecraft.k(SourceFile:1362)
at nm.k(nm.java:33)
at net.minecraft.client.Minecraft.x(SourceFile:705)
at net.minecraft.client.Minecraft.run(SourceFile:658)
at java.lang.Thread.run(Thread.java:722)
java.lang.ArrayIndexOutOfBoundsException: 2
at ModLoader.getPrivateValue(ModLoader.java:551)
at codechicken.nei.FuelUsageHandler.loadAllSmelting(FuelUsageHandler.java:38)
at codechicken.nei.FuelUsageHandler.<init>(FuelUsageHandler.java:20)
at codechicken.nei.GuiUsageRecipe.<clinit>(GuiUsageRecipe.java:65)
at mg.containerKeyPress(GuiContainer.java:329)
at mg.a(GuiContainer.java:307)
at xe.i(SourceFile:134)
at xe.g(SourceFile:112)
at mg.g(GuiContainer.java:391)
at net.minecraft.client.Minecraft.k(SourceFile:1362)
at nm.k(nm.java:33)
at net.minecraft.client.Minecraft.x(SourceFile:705)
at net.minecraft.client.Minecraft.run(SourceFile:658)
at java.lang.Thread.run(Thread.java:722)
java.lang.ArrayIndexOutOfBoundsException: 2
at ModLoader.getPrivateValue(ModLoader.java:551)
at codechicken.nei.FurnaceRecipeHandler.loadUsageRecipes(FurnaceRecipeHandler.java:141)
at codechicken.nei.FurnaceRecipeHandler.getUsageHandler(FurnaceRecipeHandler.java:127)
at codechicken.nei.GuiUsageRecipe.getCurrentRecipeHandlers(GuiUsageRecipe.java:46)
at codechicken.nei.GuiRecipe.a(GuiRecipe.java:32)
at xe.a(SourceFile:95)
at net.minecraft.client.Minecraft.a(SourceFile:466)
at mg.containerKeyPress(GuiContainer.java:332)
at mg.a(GuiContainer.java:307)
at xe.i(SourceFile:134)
at xe.g(SourceFile:112)
at mg.g(GuiContainer.java:391)
at net.minecraft.client.Minecraft.k(SourceFile:1362)
at nm.k(nm.java:33)
at net.minecraft.client.Minecraft.x(SourceFile:705)
at net.minecraft.client.Minecraft.run(SourceFile:658)
at java.lang.Thread.run(Thread.java:722)
java.lang.ArrayIndexOutOfBoundsException: 2
at ModLoader.getPrivateValue(ModLoader.java:551)
at codechicken.nei.FuelUsageHandler.loadAllSmelting(FuelUsageHandler.java:38)
at codechicken.nei.FuelUsageHandler.<init>(FuelUsageHandler.java:20)
at codechicken.nei.FuelUsageHandler.getUsageHandler(FuelUsageHandler.java:69)
at codechicken.nei.GuiUsageRecipe.getCurrentRecipeHandlers(GuiUsageRecipe.java:46)
at codechicken.nei.GuiRecipe.a(GuiRecipe.java:32)
at xe.a(SourceFile:95)
at net.minecraft.client.Minecraft.a(SourceFile:466)
at mg.containerKeyPress(GuiContainer.java:332)
at mg.a(GuiContainer.java:307)
at xe.i(SourceFile:134)
at xe.g(SourceFile:112)
at mg.g(GuiContainer.java:391)
at net.minecraft.client.Minecraft.k(SourceFile:1362)
at nm.k(nm.java:33)
at net.minecraft.client.Minecraft.x(SourceFile:705)
at net.minecraft.client.Minecraft.run(SourceFile:658)
at java.lang.Thread.run(Thread.java:722)
If I press R on something, I get this:
java.lang.NullPointerException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:601)
at codechicken.nei.FurnaceRecipeHandler.findFuels(FurnaceRecipeHandler.java:265)
at codechicken.nei.FurnaceRecipeHandler.<clinit>(FurnaceRecipeHandler.java:302)
at codechicken.nei.GuiCraftingRecipe.<clinit>(GuiCraftingRecipe.java:65)
at mg.containerKeyPress(GuiContainer.java:317)
at mg.a(GuiContainer.java:307)
at xe.i(SourceFile:134)
at xe.g(SourceFile:112)
at mg.g(GuiContainer.java:391)
at net.minecraft.client.Minecraft.k(SourceFile:1362)
at nm.k(nm.java:33)
at net.minecraft.client.Minecraft.x(SourceFile:705)
at net.minecraft.client.Minecraft.run(SourceFile:658)
at java.lang.Thread.run(Thread.java:722)
java.lang.ArrayIndexOutOfBoundsException: 2
at ModLoader.getPrivateValue(ModLoader.java:551)
at codechicken.nei.FurnaceRecipeHandler.loadRecipes(FurnaceRecipeHandler.java:99)
at codechicken.nei.FurnaceRecipeHandler.getRecipeHandler(FurnaceRecipeHandler.java:85)
at codechicken.nei.GuiCraftingRecipe.getCurrentRecipeHandlers(GuiCraftingRecipe.java:46)
at codechicken.nei.GuiRecipe.a(GuiRecipe.java:32)
at xe.a(SourceFile:95)
at net.minecraft.client.Minecraft.a(SourceFile:466)
at mg.containerKeyPress(GuiContainer.java:320)
at mg.a(GuiContainer.java:307)
at xe.i(SourceFile:134)
at xe.g(SourceFile:112)
at mg.g(GuiContainer.java:391)
at net.minecraft.client.Minecraft.k(SourceFile:1362)
at nm.k(nm.java:33)
at net.minecraft.client.Minecraft.x(SourceFile:705)
at net.minecraft.client.Minecraft.run(SourceFile:658)
at java.lang.Thread.run(Thread.java:722)
setupTexture: "/codechicken/nei/recipebg.png", id: 52
setupTexture: "/gui/crafting.png", id: 53
Though you'd wanna know.
I also get these small texts.
This one may not be your mod though:
I get this as soon as I open up my inventory.
Class not present: LightCache
Class not present: forge.ForgeHooksClient
is just optifine telling you you don't have those mods installed. It's not an error.
The "Forge not installed" is just NEI telling you you don't have forge. Not that it's needed.
I have a worn out mouse, so it occasionally double left clicks - using the item subset feature is a paint because if you double click the menu goes away >.>
I was wondering if you could make it sustain itself if you double click.
I have a worn out mouse, so it occasionally double left clicks - using the item subset feature is a paint because if you double click the menu goes away >.>
I was wondering if you could make it sustain itself if you double click.
Why u double click so much. Use shift click to show only items in that set from the search bar.
The Meaning of Life, the Universe, and Everything.
Join Date:
7/11/2011
Posts:
41
Member Details
Would you consider doing a bukkit port, there is a post of people requesting it on http://www.mcportcentral.co.za/index.php?topic=552.0
I'm sure the people there would be more than happy to help you port it yourself, otherwise get in contact with someone porting it and "approve it" if you feel everything is ok. I would love to be able to use the enchanting tool, and mob spawners on my bukkit server.
Why u double click so much. Use shift click to show only items in that set from the search bar.
i use the mouse.. and the left click, i am not intentionally double clicking, my mouse is a worn out wireless mouse (they were out after about 5 million clicks.)
i use the mouse.. and the left click, i am not intentionally double clicking, my mouse is a worn out wireless mouse (they were out after about 5 million clicks.)
Skimmed through the last few pages but didn't see anything on it, don't stab me too bad if it is there, but is there a known issue with being in creative mode with NEI, clicking the item selection from vanilla creative mode window, and rather than giving it to you, it picks it up out of the creative window? You can use it like a jumbo chest, just moving stuff around and dropping it out, but when you close it and re-open the inventory window, it's back to default (Though you can still move it around just like the first time)
hi i was just wondering how the loader is working cos i in stall it and core after modloader ,mp and forge 1.2.4 and place all other mods in mods and i says error
java.lang.IllegalArgumentException: Unable to add block buildcraft.zeldo.ChunkLoader.BlockChunkLoader@ae1393 in slot 254: Error detected. Please check your IDResolver and ModLoader logs for more information.
at yy.<init>(Block.java:218)
at yy.<init>(Block.java:239)
at ba.<init>(BlockContainer.java:22)
at buildcraft.zeldo.ChunkLoader.BlockChunkLoader.<init>(BlockChunkLoader.java:18)
at mod_zAdditionalPipes.ModsLoaded(mod_zAdditionalPipes.java:361)
at ModLoader.init(ModLoader.java:749)
at ModLoader.AddAllRenderers(ModLoader.java:162)
at wb.<init>(wb.java:76)
at wb.<clinit>(wb.java:9)
at net.minecraft.client.Minecraft.a(Minecraft.java:323)
at net.minecraft.client.Minecraft.run(Minecraft.java:622)
at java.lang.Thread.run(Unknown Source)
also it seems it wont load other mods eg class editing except nei? could u make this compatable?
I'm getting the Internal Server Error also; here is the error from the console: Failed to handle packet: java.lang.IndexOutOfBoundsException: Index: 79, Size: 45
You'll need more specific details. What would you like to see where.
It's designed to be an advanced mod. Useful, Intuitive, Extensive, Aesthetic and Advanced. That's my mod making goals.
Make the search a pop up from a small button, not like the done button but a small thin button
Make the Extras (heal and stuff) a row on the left side beside the saves, make the subsets the same as the search popup
If you can't find them, will you promise to leave and never use this mod?
http://www.minecraftforum.net/topic/1189510-minecraft-with-mead-meadcraft/
Hope you understand what I mean :tongue.gif:
I think that is tethered to rendering the ender dragon, just changing the page from the monster spawners should get rid of it, I'd say this is likely a vanilla Minecraft "bug".
Expanding boundaries since 2011.
Thankyou for someone with the correct answer. If it annoys you that much just open your item subsets, find the enderdragon spawner and right click on it to hide it.
Internal Server error. Which means I need a crash log from your server.
Class not present: LightCache
Class not present: forge.ForgeHooksClient
is just optifine telling you you don't have those mods installed. It's not an error.
The "Forge not installed" is just NEI telling you you don't have forge. Not that it's needed.
I'll have a look at those other logs.
I was wondering if you could make it sustain itself if you double click.
Why u double click so much. Use shift click to show only items in that set from the search bar.
Great, now I know, thanks!
Im still getting that error after countless times of running TmiUninstaller and re-installing NEI
Here is the log from my server.
Start from a fresh JAR, I'd say.
This game is so oreing.
I'm sure the people there would be more than happy to help you port it yourself, otherwise get in contact with someone porting it and "approve it" if you feel everything is ok. I would love to be able to use the enchanting tool, and mob spawners on my bukkit server.
i use the mouse.. and the left click, i am not intentionally double clicking, my mouse is a worn out wireless mouse (they were out after about 5 million clicks.)
Get a new mouse..
java.lang.IllegalArgumentException: Unable to add block buildcraft.zeldo.ChunkLoader.BlockChunkLoader@ae1393 in slot 254: Error detected. Please check your IDResolver and ModLoader logs for more information.
at yy.<init>(Block.java:218)
at yy.<init>(Block.java:239)
at ba.<init>(BlockContainer.java:22)
at buildcraft.zeldo.ChunkLoader.BlockChunkLoader.<init>(BlockChunkLoader.java:18)
at mod_zAdditionalPipes.ModsLoaded(mod_zAdditionalPipes.java:361)
at ModLoader.init(ModLoader.java:749)
at ModLoader.AddAllRenderers(ModLoader.java:162)
at wb.<init>(wb.java:76)
at wb.<clinit>(wb.java:9)
at net.minecraft.client.Minecraft.a(Minecraft.java:323)
at net.minecraft.client.Minecraft.run(Minecraft.java:622)
at java.lang.Thread.run(Unknown Source)
also it seems it wont load other mods eg class editing except nei? could u make this compatable?
Make the search a pop up from a small button, not like the done button but a small thin button
Make the Extras (heal and stuff) a row on the left side beside the saves, make the subsets the same as the search popup