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.

Kore

Forge Modder
  • Joined

  • Last visited

Everything posted by Kore

  1. Heres my error: Heres my code: Main Class: Gui: Container: Block: Tile Entity: Gui Handler: and don't say that I copied the furnace classes and that Im cheap because I know and I am new to creating this stuff and will eventually write my own when I am familiar with it.
  2. you need to set the this.metaLeaves to 0 because you are not using any metadata
  3. oh... herp derp thanks
  4. I already had that, please tell me what to change in it GameRegistry.registerTileEntity(TileEntityKoriumMiniChest.class, "containerKoriumMiniChest");
  5. I sometimes have that happen to, I just copy my eclipse folder so i have a backup
  6. or you could do while(ForgeHooks.onLivingUpdate(player)){ player.fallDistance=0; }
  7. to tell I will need the classes that are referenced for the portal
  8. do you mean the server could set the max health or your health out of 20 half-hearts
  9. or you couldve done LanguageRegistry.addName(new ItemStack(PDA, 1, 0), "White PDA"); LanguageRegistry.addName(new ItemStack(PDA, 1, 1), "Yellow PDA");
  10. for 1 you need to make a command class, here is a premade one from minecraft Give Command Then in your main class you must put ModLoader.addCommand(CommandClassHere);
  11. a simple way would be to add a crafting manager and when the jetpack is crafted it is given the enchant featherfalling X
  12. net.minecraft.commands, and it is called CommandServerSaveAll
  13. what is your worldgentree class extending?
  14. Where the problem is: My Tile Entity is missing the class mapping, how do I fix this? TileEntityCode
  15. could you please post your code as spoilers with code inside such as: Class Name
  16. you could easily just use a tileentity to get it... that isnt to hard to do, if you need help just post a reply
  17. well you could also ask the creator of enderchests for help, they have the enderpouch
  18. yes, i know but im saying make a block to hold the certain spawners id and then when placed it turns into a spawner
  19. inside the container class you need to change @Override public boolean canInteractWith(EntityPlayer player) { return tileEntity.isUseableByPlayer(player); } to @Override public boolean canInteractWith(EntityPlayer player) { if(player.getCurrentEquippedItem()==new ItemStack(Mod.item))return true; return tileEntity.isUseableByPlayer(player); }
  20. Okay, thanks vroom
  21. Is there a way to check if a player is in creative mode?
  22. or you could use a tileentity, look into that, you could store as many types as a single int can hold, if you need help dont be afraid to ask
  23. Kore replied to TC9078's topic in Modder Support
    Also tell your friend that forge is easy to use, has frequent updates and has the BEST modding community out there

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.