Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

loordgek

Members
  • Joined

  • Last visited

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 ?

Important Information

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

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.