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.

tiffit

Forge Modder
  • Joined

  • Last visited

Everything posted by tiffit

  1. What im trying to do is make custom recipes for my custom furnace private boolean canSmelt() { if(this.slots[0] == null){ return false; }else{ ItemStack itemstack = FurnaceRecipes.smelting().getSmeltingResult(this.slots[0]); if(itemstack == null) return false; if(this.slots[2] == null) return true; if(!this.slots[2].isItemEqual(itemstack)) return false; int result = this.slots[2].stackSize + itemstack.stackSize; return (result <= getInventoryStackLimit() && result <= itemstack.getMaxStackSize()); } } The ItemStack itemstack = FurnaceRecipes.smelting().getSmeltingResult(this.slots[0]); line makes any vanilla furnace recipe possible but I want only custom recipies. How am I able to do that?
  2. I don't think you know what your saying. In eclipse this is what you do: 1. Open up the package explorer 2. Open up the "Minecraft" folder 3. Open the reference libraries (has books as the image) 4. Go to ForgeSrc-1.7.2-"version" 5.There ya go
  3. Still cant find the error, plz tell me where it is.
  4. So, I watch this guy on youtube called scratch for fun. He is a really good youtuber and he makes really advanced stuff for minecraft. I suggest you check him out at: http://www.youtube.com/user/ScratchForFun . Anyways, he has a custom furnace tutorial and I can't get the textures to work! Code for the textures:

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.