Jump to content

rafii6311

Members
  • Posts

    5
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed
  • Personal Text
    I am new!

rafii6311's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  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
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.