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.

BMurph2945

Members
  • Joined

  • Last visited

Everything posted by BMurph2945

  1. BMurph2945 posted a topic in Mods
    i made a 1.7.10 mod on eclipse and the textures were working perfectly. when i tried to make it into a jave file it worked so i put the file in minecraft but when i run minecraft none of the textures show up its all pink and black tiles. i dont know what to do i need help. lRock = new Item().setUnlocalizedName("lRock").setCreativeTab(MCreativeTabs.tabItem).setTextureName(RefStrings.MODID + ":LavaRock"); Cshard = new Item().setUnlocalizedName("Cshard").setCreativeTab(MCreativeTabs.tabItem).setTextureName(RefStrings.MODID + ":CoalShard"); Cp = new Item().setUnlocalizedName("Cp").setCreativeTab(MCreativeTabs.tabItem).setTextureName(RefStrings.MODID + ":CoalPiece"); FDiamond = new Item().setUnlocalizedName("FDiamond").setCreativeTab(MCreativeTabs.tabItem).setTextureName(RefStrings.MODID + ":FieryDiamond"); FDiamond2 = new Item().setUnlocalizedName("FDiamond2").setCreativeTab(MCreativeTabs.tabItem).setTextureName(RefStrings.MODID + ":RawDiamond"); FEmerald = new Item().setUnlocalizedName("FEmerald").setCreativeTab(MCreativeTabs.tabItem).setTextureName(RefStrings.MODID + ":FieryEmerald"); FSword = new FSword(fShard).setUnlocalizedName("FSword").setCreativeTab(MCreativeTabs.tabTool).setTextureName(RefStrings.MODID + ":FireSword"); FPickaxe = new FPickaxe(pShard).setUnlocalizedName("FPickaxe").setCreativeTab(MCreativeTabs.tabTool).setTextureName(RefStrings.MODID + ":FirePickaxe"); FFPickaxe = new FPickaxe(PShard).setUnlocalizedName("FFPickaxe").setCreativeTab(MCreativeTabs.tabTool).setTextureName(RefStrings.MODID + ":UFieryPickaxe"); FEPickaxe = new FPickaxe(PEShard).setUnlocalizedName("FEPickaxe").setCreativeTab(MCreativeTabs.tabTool).setTextureName(RefStrings.MODID + ":FieryEmeraldPickaxe"); FSpade = new FSpade(pShard).setUnlocalizedName("FSpade").setCreativeTab(MCreativeTabs.tabTool).setTextureName(RefStrings.MODID + ":FireShovel"); FBAxe = new FAxe(abShard).setUnlocalizedName("FBAxe").setCreativeTab(MCreativeTabs.tabTool).setTextureName(RefStrings.MODID + ":FireAxe"); FAxe = new FAxe(aShard).setUnlocalizedName("FAxe").setCreativeTab(MCreativeTabs.tabTool).setTextureName(RefStrings.MODID + ":FireAxe2"); FFSword = new FAxe(SShard).setUnlocalizedName("FFSword").setCreativeTab(MCreativeTabs.tabTool).setTextureName(RefStrings.MODID + ":PureFireSword"); FFBAxe = new FAxe(aBShard).setUnlocalizedName("FFBAxe").setCreativeTab(MCreativeTabs.tabTool).setTextureName(RefStrings.MODID + ":PureFireBattleAxe"); FESword = new FAxe(SEhard).setUnlocalizedName("FESword").setCreativeTab(MCreativeTabs.tabTool).setTextureName(RefStrings.MODID + ":FieryEmeraldSword");

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.