Everything posted by Parker8283
-
[1.7] Moving where ".lang" file is found
Figures. Thank you.
-
[Solved]ForgeGradle were do I put the textures?
Man, you're posting everything today. "src/main/resources/assets/{modid}/textures/blocks/example.png" "src/main/resources/assets/{modid}/textures/items/example.png" This only works for pre-965 Forge. If you have forge 965, put them in the same directory as your code.
-
[Solved] Block will crash minecraft
The Data Value of 31008 is too high.
-
[1.7.2] WorldType have private constructor
First, downgrade to #1056; #1057 doesn't work. Secondly, if you read the Javadoc, it says that the constructors that you're looking at are SUPPOSED to be hidden, and that you should use the constructor that only has the String parameter.
-
Working Eclipse and Working Code + A New Computer = None working client
It's saying it can't find FML. You probably didn't install the Forge source correctly. Can you open the Minecraft source? What build number of Forge do you have?
-
[1.7] Moving where ".lang" file is found
Yes, I understand that, but you did not answer my question in any way. How do I change where the ".lang" file is found?
-
[1.7] Moving where ".lang" file is found
Anyone?...
-
[1.7.2] Can you make a config change things like light value?
You just create a variable for the light value, assign it to the light value of something, then put it in your config handler and tell it to get a Float.
-
Working Eclipse and Working Code + A New Computer = None working client
How about some screenshots and anything else that may help us, considering we aren't you and we have no idea what you're talking about?
-
[1.7.2] World Gen crashes game
Well make sure in PreInit and Init you have the @EventHandler annotation over each method and that PreInit receives the FMLPreInitializationEvent parameter and that Init receives the FMLInitializationEvent parameter.
-
[1.7.2] World Gen crashes game
CRASH LOGS CRASH LOGS CRASHSLHSLK:FJ SHCOASF:!!!!!!!!! Seriously, EVERYTIME YOUR GAME CRASHES AND YOU WANT HELP, GIVE US CRASH LOGS!
-
[Solved] [1.7.2 - 10.12.0.1056] GUI Rendering Dark...
You see this post? (that's the pic you linked me to)
-
[Solved] [1.7.2 - 10.12.0.1056] GUI Rendering Dark...
Don't use #1057. Downgrade to #1056. There's some major bugs with #1057.
-
[1.7.2] crafting recipes with stained glass?
Same Thing, just Blocks.stained_glass instead. You can find the metadata for each (the second number) on the MCWiki or in the Source Code.
-
[1.7] Moving where ".lang" file is found
In a mod I'm helping someone update to 1.7, they have their ModId, but they have a separate String (called TEXTURE_LOCATION), where they put all of their textures, so it's "assets/TEXTURE_LOCATION/textures/...". I know that the file is normally found in "assets/ModId/lang/...", and considering I don't want two folders inside the assets folder for one mod, is there a way where I could tell Minecraft to look somewhere else for the lang file?
-
(SOLVED) I can't view the Minecraft src
Run the following commands in your workspace folder: ./gradlew --refresh-dependencies ./gradlew setupDecompWorkspace --debug ./gradlew eclipse --debug See if it works then. That's what got it working for me during the earlier ForgeGradle days
-
"An outline is not available"?
We need more info than this. MC Version? Forge Build Number? Screenshots?
-
[1.7] Getting a Crafting Recipe
So then should I just rewrite all the recipes in a HashMap or something similar, and then use that for looking up the recipe?
-
[1.7] Getting a Crafting Recipe
So, I have a working GUI, but the functionality that I want is, when a player puts a block in a certain slot in my GUI, I want it to find the Crafting Recipe for it, and display it in the Crafting Matrix that I have on my GUI. The problem is, I don't know how to make that happen. I know that the function findMatchingRecipe in the CraftingManager class wont work for this, as that just finds the result of what's in the matrix. So, does anyone know of a function that would find the crafting recipe of a block placed in a certain slot?
-
Forge Graddle isn't working for me, please help
You've obviously done something differently without even realizing it.
-
[1.7.2] Crash when trying to make a simple GUI mod
Forge 157? I don't think that's for 172...
-
[1.7.2] Crash when trying to make a simple GUI mod
Gui file, Container file, GuiHandler, and the file that opens the Gui (the one where you typed FMLNetworkHandler.openGui())
-
task :reObf fails with java 8
Java 8 is brand new, so usually not recommended to be used until some updates from now, just like Java 7 was. I'm sticking with 7u51 for now, as it works like a charm.
-
Help building gradle forge 1.7.2 mac
gradlew.bat is Windows only. Run ./gradlew build
-
Forge Graddle isn't working for me, please help
Download the source. Extract it. Open up the folder where you extracted it (the forge folder). You should see some files like build.gradle and gradlew.bat. Shift-right click in that window and choose Open Command Window Here. Then type gradlew.bat setupDecompWorkspace. It should work. (Then, if your using Eclipse, run gradlew.bat eclipse)
IPS spam blocked by CleanTalk.