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.

sefodopos

Members
  • Joined

  • Last visited

  1. I just had a wonderful idea and was wondering if it would work. Is there a way to damage an item instead of destroying it when used as fuel in the furnace? Then you could have more fuel in one block without it going to waste. And also if it is possible how would you do it?
  2. I just realized that you have to set the container item to itself or it won't work. Sorry but i didn't realize that you had to set the container item.
  3. I couldn't get any of your ways to work i don't know if i have to set a container item or what but i can get it to work if i use a crafting handler that i found on a different website for a older version of minecraft that still works thanks for trying though.
  4. that doesn't work either it kind of seems like it isn't being called
  5. How exactly do you override something like that i have tried but it doesn't do anything. package sefodopo.mine; import net.minecraft.item.Item; import net.minecraft.item.ItemStack; import sefodopo.mine.Mine; public class GrindItem extends Item { public GrindItem(int par1) { super(par1); } @Override public ItemStack getContainerItemStack(ItemStack par1ItemStack){ return new ItemStack(Mine.grindItem); } } It just won't register and give me a item after i craft with it. And also if somebody could tell me how to remove a crafting recipe from vanilla that would be appreciated.
  6. Could you explain how to do that a little bit more and also I would like it if the item stayed in the grid after crafting
  7. Could somebody please tell me what and how to make my custom created item take damage when you use it in the crafting recipe instead of destroying it. I know I have been able to do it a long time ago but I deleted that and now I can't find out how to do that. So if anyone could link me to a page that describes that, that would be nice.

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.