Everything posted by larsgerrits
-
[Forge 1.10.2] My custom tooltip show gray screen when I open my inventory.
I am failing to see anything wrong other than the Item/Block with a missing model/texture. Can you please explain further?
-
i need help with a mod rejection thingy
A quick search doesn't result in any mods which would resemble "aor" to me. Can you post the log file (logs/fml-client-latest.log)?
-
Mod Rejection Help [1.7.10]
1.7.10 is no longer supported on this forum. Update if you want support.
-
how do I install forge manually
Nobody said that, it's just in diesieben07's bio. What? Do you really think Java or Forge have security holes? If you install both from the correct location, you won't get any viruses. And do you actually think installing both of these will make someone hack you? Just install Java and Forge the normal way.
-
Modded Server Mods Wont Work!
1.7.10 is no longer supported on this forum.
-
Access custom messages from .lang File
What are you even doing? You can access anything in the language files using I18n.format. Be sure to use the net.minecraft.client.resources.I18n class, instead of the other 2.
-
Creative Inventory
Does the texture pack work on vanilla? If it doesn't, it's a problem with the resource pack.
-
[1.10.2] My Tools does not repair when used in anvil
Nothing, he just explained what you should do to solve it.
-
[1.10.2] My Tools does not repair when used in anvil
Post your related code.
-
[.1.11.2] Ticking block entity crash on spawn
And how do you know this if you're constantly crashing? As for the crash, some mod is trying to access a method by it's MCP name, while a normal environment doesn't use those. Mods that do use the MCP name hardcoded are mods using reflection or coremods. Try removing each mod to see which one causes the crash, starting with the coremods.
-
When I install forge there isn't folder 1.7.10-Forge10.13.4.1448-1.7.10.jar
Don't post in threads that have been inactive since November 16, 2015... Make your own thread. As for your issue, try running the vanilla version BEFORE installing Forge.
-
[.1.11.2] Ticking block entity crash on spawn
WARNING: coremods are present: ShetiPhian-ASM (shetiphiancore-1.11.0-3.4.3.jar) ForgelinPlugin (Forgelin-1.4.0.jar) IvToolkit (IvToolkit-1.3.2.1.jar) DynamicSurroundingsCore (DynamicSurroundings-1.11.2-3.4.0.0.jar) AstralCore (astralsorcery-1.3.2-beta.jar) Contact their authors BEFORE contacting forge
-
game crashed whilst initializing game
1.7.10 is no longer supported on this forum.
-
Minecraft refuses to launch with forge
Try disabling the loading screen as described in the EAQ.
-
MC 1.11.2 Custom armor and tools
If I recall correctly, every armor point (0-20) stops 4% of the damage. A full bar (20) will stop 80% of the damage. EDIT: apparently I didn't.
-
Forge 1.11.2 Not Installing
java -jar <jar-file-name>.jar Try that. If that doesn't work, you messed your Java installation up.
-
Forge 1.11.2 Not Installing
That's not how you run a JAR file from the command line. Google it and post the results.
-
please help the mcmod.info not working
You don't have the "modid" tag in your mcmod.info. You probably replaced it with "aurorafalls".
-
[1.11.2] Help with adding API to Build.gradle
I suspect they used that as a placeholder for the patch version, e.g. 1.5.+ could mean 1.5.0, 1.5.1 etc.
-
Crashes on startup... (1.8.9)
Assign more RAM to Minecraft.
-
[1.11.2] managing inventories and cutome inventories
- [1.11.2] Can't remove a recipe from jei when it is removed with crafttweaker
recipeRegistry.removeRecipe(new CrushingTubRecipeWrapper(r)); Well, you are removing a new wrapper, so that will never work. You should save the instances of the original recipe and wrapper classes and use those, don't bother removing them and just disable them in the recipe/wrapper classes.- Custom resources not working in modding environment only
Windows* ignores upper and lower case differences, while a JAR* file doesn't. @OP, do you use the same Forge version for dev and the normal game?- The game crashed whilst unexpected error Error: java.lang.NullPointerException: Unexpected error
This is an issue with Chat Triggers, report it to the author.- windows 10
None. Forge is only for the Java version of Minecraft. - [1.11.2] Can't remove a recipe from jei when it is removed with crafttweaker
IPS spam blocked by CleanTalk.
Important Information
By using this site, you agree to our Terms of Use.