Jump to content

gamer1097

Members
  • Posts

    28
  • Joined

  • Last visited

Everything posted by gamer1097

  1. No. That code is for something else. And if it was locked which it is not. It would return a mesaage
  2. Hey guys, Today I made a new java workspace for my minecraft mods. Using pahimar's method of setting up his workspace. After I got that all setup I copied my code all over to the new workspace and I changed some packages and files and such. Now I think I am missing something in my code because now when I attempt to open one of my guis via a block. It does not open. My code: Main File: http://pastebin.com/QPaUXTUm A Random Block: http://pastebin.com/z5yyjaHN A Random Gui: http://pastebin.com/Yb48aW8F Client Proxy: http://pastebin.com/j2BeHNxR Common Proxy: http://pastebin.com/WTvThrBd Reference File: http://pastebin.com/uAPrUHMe I will be at school for 6 hours from this post so I might not reply fast.
  3. Ok basically my problem is that i'm trying to double all smelted items output. This code I have works for all vanilla items. But doesn't seem to work for modded items even though I'm getting a instance FurnaceRecipes and that is what Mod others use to make new smelting recipes. Heres my code
  4. Where does this code go? And whats the es.itemEnt ?
  5. How do I spawn the item in the world above the block? And how would I make it so it just floats there similar to the wand in thaumcraft?
  6. Hi I would like to know the easiest way to make a item render above a block in the world.
  7. I want to find out if the players is op or not does anyone know how to do this?
  8. Hey guys, I am having a problem with a furnace in the mod I'm developing and I am now realizing how big of a issue it is. Basically what is happening is that players can shift click items into every slot in order slot 1 the input that's normal. Slot 2 fuel, also normal. Slot 3 the output slot, that slot is the problem. Whats happening is that since they can put items into that slot if the item they put in the slot is a item that is a smelting result then it will give you xp when you take that item out. Creating a free xp glitch. Heres the code. If someone could direct me in the right direction to fix this It would be appreciated.
  9. And what do I do to fix this?
  10. Hello I made this new gui and when I try to shift click items out of it the game crashes Code Block TileEntity Container Gui Error Log Any help will be helpful!
  11. Do you have skype so I can contact you because this error is strange? If so add me please, Dwarfminecraftbuild
  12. Hey dude sorry for the trouble but when I added the third furnace I got this error and forgot how to fix it. I know what the error is like I said, but forget how to fix it.
  13. Ya I agree so much thanks and I hope you become a great programmer!
  14. Well thank you. I would have never got as far as I have if it was not for your help
  15. What I need to so is make it look at the front of the block in the players inventory not the back of it. these block look like normal stone and bricks because its showing the back of the block instead of the front of the furnace
  16. In the players inventory it shows the back on the furnace instead of the front look above
  17. I love you no homo thanks so so so so much. Now all I need is someone to fix the bug in the inventory i think its rendering it backwards for some reason.
  18. I did what you said and changed the code in the commonproxy and client proxy to this And now i'm getting this error
  19. If Someone can Help Me This Would Be Very Helpful And You Will Get Credit For The Fix!
  20. Hello I am trying to implement a few furnaces into the game. And I am having two big errors. The first error is this, when I made my first furnace brick furnace everything is fine. But when I added the stone furnace to the game and try to click on either furnace I get this error. (Error) Now I believe this has something to do with my proxys because if I remove the code the gui wont open but it dose not crash The second error is not such a big deal but it still needs to be fixed. The error is basically the item render of it in you inventory. It is basically looking backwards like a normal brick and you don't see the furnace front. (Pictures) (All The Code) (Main File) (ModConfig) (BlockManager) (BlockBrickFurnace) (BlockStoneFurnace) (TileEntityBrickFurnace) (TileEntityStoneFurnace) (ContainerBrickFurnace) (ContainerStoneFurnace) (GuiBrickFurnace) (GuiStoneFurnace) (Client Proxy) (Common Proxy)
  21. Hi I'm having a issue runing my server version of my mod here is the error log ---- Minecraft Crash Report ---- // This doesn't make any sense! Time: 4/8/13 3:07 PM Description: Exception in server tick loop java.lang.NoClassDefFoundError: net/minecraft/client/renderer/entity/Render at mods.GamersMods.Common.mod_DemogorgonMagica.<clinit>(mod_DemogorgonMagica.java:32) at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Unknown Source) at cpw.mods.fml.common.FMLModContainer.constructMod(FMLModContainer.java:446) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) at com.google.common.eventbus.EventBus.post(EventBus.java:267) at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:165) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:74) at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45) at com.google.common.eventbus.EventBus.dispatch(EventBus.java:314) at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:296) at com.google.common.eventbus.EventBus.post(EventBus.java:267) at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:98) at cpw.mods.fml.common.Loader.loadMods(Loader.java:502) at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:85) at cpw.mods.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:352) at net.minecraft.server.dedicated.DedicatedServer.startServer(DedicatedServer.java:69) at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:429) at net.minecraft.server.ThreadMinecraftServer.run(ThreadMinecraftServer.java:16) Caused by: java.lang.ClassNotFoundException: net.minecraft.client.renderer.entity.Render at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:211) at java.lang.ClassLoader.loadClass(Unknown Source) at java.lang.ClassLoader.loadClass(Unknown Source) ... 30 more Caused by: java.lang.RuntimeException: Attempted to load class net/minecraft/client/renderer/entity/Render for invalid side SERVER at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:50) at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:292) at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:199) ... 32 more A detailed walkthrough of the error, its code path and all known details is as follows: --------------------------------------------------------------------------------------- -- System Details -- Details: Minecraft Version: 1.5.1 Operating System: Windows 7 (amd64) version 6.1 Java Version: 1.7.0_07, Oracle Corporation Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation Memory: 1041828544 bytes (993 MB) / 1056309248 bytes (1007 MB) up to 1056309248 bytes (1007 MB) JVM Flags: 3 total; -Xincgc -Xmx1024M -Xms1024M AABB Pool Size: 0 (0 bytes; 0 MB) allocated, 0 (0 bytes; 0 MB) used Suspicious classes: FML and Forge are installed IntCache: cache: 0, tcache: 0, allocated: 0, tallocated: 0 FML: MCP v7.44 FML v5.1.10.621 Minecraft Forge 7.7.1.621 4 mods loaded, 4 mods active mcp [Minecraft Coder Pack] (minecraft.jar) Unloaded->Constructed FML [Forge Mod Loader] (coremods) Unloaded->Constructed Forge [Minecraft Forge] (coremods) Unloaded->Constructed DemogorgonMagica [DemogorgonMagica] (bin) Unloaded Profiler Position: N/A (disabled) Is Modded: Definitely; Server brand changed to 'fml' Type: Dedicated Server (map_server.txt)
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.