Jump to content

loordgek

Members
  • Posts

    1910
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by loordgek

  1. https://github.com/MightyPirates/OpenComputers/issues/2367
  2. don't know i dint type it
  3. there is a enumfacing in IWailaDataAccessor
  4. you need to use ShapelessOreRecipe and for the input you give it the oredict name
  5. @diesieben07 why are you supporting a cracked launcher ??
  6. you want something like this ?? the chat https://discordapp.com/ the mc server side for it https://minecraft.curseforge.com/projects/discordchat
  7. post a screen shot form the logs folder
  8. Holographic Displays is only for bukkit/spigot but i found something similar called Holograms https://ore.spongepowered.org/RandomByte/Holograms you need spongeforge for it https://www.spongepowered.org/downloads
  9. what are you trying to make ?? a crafting table that takes time to make something ??
  10. no he started the forge jar you can see it in the log
  11. show your code
  12. Be sure to include the entire logs/fml-{client/server}-latest.log found in your .minecraft folder / server root folder read the eaq next time plz
  13. post logs and WHY do you expect there to be a a jar file there. forge sits in the .minecraft\libraries\net\minecraftforge\forge and MC has its own version folder
  14. https://gist.github.com/loordgek/e9e2de565658dc15f8990342ebadb434
  15. the IGuiHander IMPL https://github.com/loordgek/Extragenarators/blob/trytofix/src/main/java/loordgek/extragenarators/GuiHander.java#L42 the guiID is used for opening the correct gui see ^ the EntityPlayer::openGui https://github.com/loordgek/Extragenarators/blob/trytofix/src/main/java/loordgek/extragenarators/blocks/BlockGenBase.java#L75 and the gui https://github.com/loordgek/Extragenarators/blob/trytofix/src/main/java/loordgek/extragenarators/client/gui/GuiFurnaceGen.java#L11 does this help you ?
  16. net.minecraftforge.items.wrapper
  17. and use github for it plz
  18. make a wrapper for it, look at invWrapper
  19. the javadoc for isRemote if you want it on the server side you need to do it like so if (!worldIn.isRemote)
  20. you dont need a different launcher you can just use the the download link https://minecraft.curseforge.com/projects/simply-jetpacks/files
×
×
  • Create New...

Important Information

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