Jump to content

loordgek

Members
  • Posts

    1910
  • Joined

  • Last visited

  • Days Won

    7

Everything posted by loordgek

  1. where can i find this
  2. ?? explain plz something like this ? https://minecraft.curseforge.com/projects/simply-jetpacks
  3. for the inv you need to do it like so player.inventory.armorInventory.get(index)
  4. NOTE this is a liteloader project not a forge project getEntityID is still there @Override protected ItemStack getItem(EntityPlayer player) { return player.inventory.armorInventory[this.zeronth]; } do you get the error here ? isChested is now hasChest
  5. what part do you not understand ?
  6. where can i get the code ?
  7. no do it like so @Override public <T> T getCapability(Capability<T> capability, EnumFacing facing) { if (capability == CapabilityItemHandler.ITEM_HANDLER_CAPABILITY) return CapabilityItemHandler.ITEM_HANDLER_CAPABILITY.cast(fuelSlot); return super.getCapability(capability, facing); } lets post this for fun
  8. https://github.com/nallar/TickThreading you want this
  9. no forge adds a wrapper https://github.com/MinecraftForge/MinecraftForge/blob/1.11.x/patches/minecraft/net/minecraft/tileentity/TileEntityFurnace.java.patch#L78-L93 and for everything else
  10. the javadoc is outdated null = ItemStack.EMPTY
  11. in a inventory that you made??
  12. https://github.com/Vazkii/Quark/blob/master/src/main/java/vazkii/quark/base/handler/GuiFactory.java does this help you ??
  13. open the build gradle and update version = "1.8-11.14.4.1577" to some thing newer you can find all forge versions here http://files.minecraftforge.net/ mappings = "snapshot_20141130" and update this to 20170319 yyyymmdd
  14. yes the only thing you need to fix is the block register http://mcforge.readthedocs.io/en/latest/concepts/registries/
  15. we need the full log
  16. optifine is not supported here
  17. buy the game
  18. actuallyadditions is doing it
  19. there is a problem with actuallyadditions you need to report the author. he is trying to call client side stuff from the server
  20. problem w/ actuallyadditions report to author
  21. you need java 8 you have 7 at the moment
  22. dont use mcreator
  23. where ?? do you have a link ?
×
×
  • Create New...

Important Information

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