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.

Nitsua_Revaew

Members
  • Joined

  • Last visited

  1. then it must have not happened, because there is no difference in the logs than without any mods
  2. Hello, Folks! I installed minecraft forge fully, and it starts up and shows the mods button, but when I drag my mod (terrafirmacraft) into the mod folder (which I've checked, it is the correct folder, it is the right profile) and start the game, nothing happens. It acts just the same as before with the three base mods. It is the correct forge version for the version of the mod. Any help?
  3. I can't edit the crafting manager file, right?
  4. Hello. I have another question. How does one change vanilla recipes? For instance, say i wanted to remove the basic tools and replace them with my own, how would I do that?
  5. How does one make it impossible to place a block off of a specific block? I have a feeling it is .canPlaceBlockOnSide(), but I can't figure out the parameters. Any help?
  6. there we go, I figured it out. i used the are itemStacksEqual(), and didn't come and post every time I had a problem. Oh and by the way, the reason I can't see the source code is for some reason I don't have that src folder visible
  7. unfortunately I can't view any of the source classes.
  8. It says "The method isItemStackEqual(ItemStack) from the type ItemStack is not visible"
  9. I am trying to give a person an item if they right click on a block. I have this: @Override public boolean onBlockActivated(World par1World, int x, int y, int z, EntityPlayer par5EntityPlayer, int par6, float par7, float par8, float par9) { ItemStack heldItem = par5EntityPlayer.inventory.getCurrentItem(); ItemStack CDOrb = new ItemStack(MagicksMod.CDiamondOrb, 1); if (heldItem == new ItemStack(MagicksMod.CDiamondOrb, 1)){ par5EntityPlayer.inventory.addItemStackToInventory(new ItemStack(Items.diamond)); } return false; } But it doesn't work. What am I doing wrong? PS It doesn't have any error, it just doesn't do anything.
  10. At the very top of the page it says "In some cases the information might still apply but in most cases you will run into problems."
  11. Ah. I fixed it by replacing it with new ItemStack(Items.bucket, heldItem.stackSize-1). Thank you!
  12. Thank you, this really helped a lot. However, I have one question. What is performed in the ItemUtils.comsumeItem(heldItem)? I do not have that package.
  13. In the eclipse package explorer, I go to minecraft, referenced libraries, and then it's not 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.