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.

Appleblomb

Members
  • Joined

  • Last visited

Everything posted by Appleblomb

  1. I figured it was probably a bug back then and would get fixed at some point. Guess it's time to make intermediate items. Thanks!
  2. Hi, I have been trying to add a recipe for 4 cactus green in to 1 charcoal using the furnace. However, it seems that Forge doesn't recognize the item amount in an ItemStack anymore. The recipe works fine except that it only costs 1 item rather than 4. This was supported in a much older version of Forge, so I am not sure if I need to file a bug report or if I am doing something wrong in my code. Thanks! GameRegistry.addSmelting(new ItemStack(Items.dye,4,2), new ItemStack(Items.coal,1,1), 1.0F);
  3. Thanks! Fixed the entity issue. Why would I register the tick handler only with the server? I added @SideOnly(Side.SERVER) above it and it made the code stop working.
  4. What the code tries to do is drop an item if it can't find room in the player's inventory, but I am getting ghost entities. I have been reading a bit in to it and it seems like I need to only run the drop code on the server. If so, how would I accomplish that? Doing anything else wrong? Thanks. http://paste.minecraftforge.net/view/829f33b7
  5. I was using Block.snow instead of Block.blockSnow. It's been a while since I've written a mod, gotta love that block naming.
  6. I have been trying to write a simple mod just to verify that Forge is working and installed properly. It shows up on my loaded mods but the recipe does not work. Here is the code: http://gw.minecraftforge.net/lLI3 Any help is appreciated!

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.