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.

rafii6311

Members
  • Joined

  • Last visited

Everything posted by rafii6311

  1. okay then i'll do texturing at the end thanks anyways
  2. well, then i'm screwed looks like nobody know how to use textures on gradle... arent all 964 forge builds with gradle? the readme points at "gradlew.bat clipse". is there any way using the latest build without gradle? because the installer did download anything, forge, mcp ...
  3. my structure looks completely different, its the default structure forge installer (gradlew) creates.
  4. umm okay, could you please post the directory, you're using?
  5. please excuse this nooby questions, but i'm stuck since 2 days on this... Since 1.6.2 texture folder changed from 'forge/mcp/src/minecraft/assets/modid/textures/blocks/file.png' to some other location. does anybody knows, where it is now? did not find any release note about that... Like i wrote in the title, i'm using the latest forge version *.964 on minecraft 1.6.4 this way i'm loading the texture file @SideOnly(Side.CLIENT) public void registerIcons(IconRegister par1IconRegister) { this.blockIcon = par1IconRegister.registerIcon(Chemistry.modid + ":" + (this.getUnlocalizedName().substring(5))); } which returns [sEVERE] [Minecraft-Client] Using missing texture, unable to load: maniac_chemistry:textures/blocks/oreSulfur.png this is my current folder/file structure (i did cut out any non relevant files like git temps, player data etc) C:\MinecraftModding\mcp\.classpath C:\MinecraftModding\mcp\.gitignore C:\MinecraftModding\mcp\.gradle C:\MinecraftModding\mcp\.project C:\MinecraftModding\mcp\.settings C:\MinecraftModding\mcp\bin C:\MinecraftModding\mcp\build C:\MinecraftModding\mcp\build.gradle C:\MinecraftModding\mcp\CREDITS-fml.txt C:\MinecraftModding\mcp\eclipse C:\MinecraftModding\mcp\forge-1.6.4-9.11.1.964-changelog.txt C:\MinecraftModding\mcp\gradle C:\MinecraftModding\mcp\gradlew C:\MinecraftModding\mcp\gradlew.bat C:\MinecraftModding\mcp\LICENSE C:\MinecraftModding\mcp\LICENSE-fml.txt C:\MinecraftModding\mcp\log.txt C:\MinecraftModding\mcp\MinecraftForge-Credits.txt C:\MinecraftModding\mcp\MinecraftForge-License.txt C:\MinecraftModding\mcp\README.md C:\MinecraftModding\mcp\src C:\MinecraftModding\mcp\src\main C:\MinecraftModding\mcp\src\main\.gitignore C:\MinecraftModding\mcp\src\main\java C:\MinecraftModding\mcp\src\main\LICENSE C:\MinecraftModding\mcp\src\main\README.md C:\MinecraftModding\mcp\src\main\resources C:\MinecraftModding\mcp\src\main\java\com C:\MinecraftModding\mcp\src\main\java\com\maniac C:\MinecraftModding\mcp\src\main\java\com\maniac\chemistry C:\MinecraftModding\mcp\src\main\java\com\maniac\chemistry\Chemistry.java C:\MinecraftModding\mcp\src\main\java\com\maniac\chemistry\ClientProxy.java C:\MinecraftModding\mcp\src\main\java\com\maniac\chemistry\CommonProxy.java C:\MinecraftModding\mcp\src\main\java\com\maniac\chemistry\Element.java C:\MinecraftModding\mcp\src\main\java\com\maniac\chemistry\Molecule.java C:\MinecraftModding\mcp\src\main\java\com\maniac\chemistry\Ore.java C:\MinecraftModding\mcp\src\main\java\com\maniac\chemistry\TestTube.java C:\MinecraftModding\mcp\src\main\resources\mcmod.info

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.