Posted January 28, 201411 yr Alright, i'm using this workspace setup : http://www.wuppy29.com/minecraft/modding-tutorials/wuppys-minecraft-forge-modding-tutorials-for-1-7-set-up-part-2b-advanced-forge-setup/ So, I am unable to get the assets to work (including lang files [tile.block.name !] and textures [magenta-black squares !]). Currently I have this folder structure in my mod project : [MyModName] -src (buildpath) --packages and codes -assets --[mymodid(yes, in all small case)] ---lang ----en_US.lang ---textures ----blocks -----my textures -mcmod.info [This isn't working, too. Maybe different location ?] Any help is appreciated.
January 28, 201411 yr Shouldn't it be [MyModName] -src (buildpath) --packages and codes -resources --assets ? Apparently I'm a complete and utter jerk and come to this forum just like to make fun of people, be confrontational, and make your personal life miserable. If you think this is the case, JUST REPORT ME. Otherwise you're just going to get reported when you reply to my posts and point it out, because odds are, I was trying to be nice. Exception: If you do not understand Java, I WILL NOT HELP YOU and your thread will get locked. DO NOT PM ME WITH PROBLEMS. No help will be given.
January 29, 201411 yr mcmod.info is in the src/minecraft folder too. If you really want help, give that modder a thank you. Modders LOVE thank yous.
January 29, 201411 yr Author Can anyone please provide a screenshot ? **Note : I am using the advanced workspace setup, or the so-called "Pahimar Setup" for 1.7.2. This, I can be sure it's not working. Draco18s' isn't working, too. mardiff, I don't understand.
January 29, 201411 yr Author NOT working. Anyone so kind to get me a screenshot pleeease ?? I know this is a stupid question but.... no one's answer seems to solve the problem... yet.
January 29, 201411 yr Author https://gist.github.com/anonymous/05f20fae2af843b60a50 edit : + this line : GameRegistry.registerBlock(blockBlock, modid + blockBlock.func_149739_a().substring(5));
January 29, 201411 yr Author Yep, that is EXACTLY where I put my texture. That's why I am so confused
January 29, 201411 yr LOL, one of my friends was modding and he put '.PNG' instead of '.png' which f**ked every one of his textures.
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.