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.

Morpheus420

Forge Modder
  • Joined

  • Last visited

  1. Soooo wait this doesn't have anything to do with my actual problem?
  2. Ooookkkkaaayy so I pop this code into where exactly, the item class?
  3. ait but what does this have to do with the crafting recipe?
  4. But the thing is I just tried a tutorial and copied the code the person used and I can make a VANILLA item just fine in a different way that I programmed
  5. Ok but the thing is I am registering my textures the items have textures but if I try to craft the items then my game crashes
  6. Oh I need to get rid of that block so why does it keep crashing whenever I try to craft something from my mod?
  7. heres the whole class so you can see all of what ive done if that affects it:http://pastebin.com/5FTcqsFr
  8. I have done that when I first did it when I first made a recipe it worked but now that doesn't work so I'm not really sure
  9. Morpheus420 posted a topic in Modder Support
    Ok so whenever I try to craft an item from my mod my game crashes but also how would I make it so I can craft an item using an item from my mod? oh and btw heres the crash report:http://pastebin.com/JdAhYnBG
  10. Hi so how would I make it so I code it so I can craft with my modded items, I tried this:StormMastery.extraction,'D',Items.potionitem,'P'); but this doesn't work any ideas?
  11. Hi so I keep trying to get to my test world to ya know test heres the link to the crash report:http://pastebin.com/BUtaYq5H yeah please help guys
  12. Sory I didn't know what to do/how to code armour so I followed tutorial
  13. heres armour material:public static final ItemArmor.ArmorMaterial phsikArmourMaterial = EnumHelper.addArmorMaterial("phsikArmourMaterial", 0 ,new int[]{19,25,20,15}, 30); public static Item helmet; public static Item legs; public static Item chest; public static Item foot; aaaaand here foot = new ItemArmour(phsikArmourMaterial, 0, 0).setUnlocalizedName("foot").setTextureName("al:head").setCreativeTab(tabAlchimia); chest= new ItemArmour(phsikArmourMaterial, 0, 1).setUnlocalizedName("chest").setTextureName("al:chest").setCreativeTab(tabAlchimia); legs = new ItemArmour(phsikArmourMaterial, 0, 2).setUnlocalizedName("legs").setTextureName("al:legs").setCreativeTab(tabAlchimia); helmet = new ItemArmour(phsikArmourMaterial, 0, 3).setUnlocalizedName("helmet").setTextureName("al:boots").setCreativeTab(tabAlchimia);
  14. hi my armour wont protect and ive done this for my code any ideas why it wont? http://pastebin.com/iCmNSVmw

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.