Everything posted by LexManos
-
Trying to update Minecraft forge
Perhaps, look in the ... redpower folder! Its not exactly hard... If you get stuck go read the readme for the mods you are using -.-
-
Trying to update Minecraft forge
You configure the block ids in each mod's configuration file...
-
Trying to update Minecraft forge
Get rid of 4096, and fix your block ids.
-
Minecraft fails to load with Forge patched
Haven't used MagicLauncher for a while, but, there should usually be a console window or something when you try to run the game. Dig around in it.
-
Recompilation Errors in MCP, fresh jars and no changes
Update your jdk
-
Minecraft fails to load with Forge patched
They don't, but Forge does, and if you want extra features, Optifine. There is NO reason to use MCPatcher.
-
Forge Ore Dictionary
You may wanna checkout build 127, and this: package net.minecraft.src; import net.minecraft.src.forge.NetworkMod; import net.minecraft.src.forge.oredict.OreDictionary; import net.minecraft.src.forge.oredict.ShapedOreRecipe; import net.minecraft.src.forge.oredict.ShapelessOreRecipe; public class mod_OreDictTest extends NetworkMod { @Override public String getVersion() { return "Boo!"; } @Override public void load() { CraftingManager.getInstance().getRecipeList().add(new ShapelessOreRecipe(Block.dirt, "test", "test")); CraftingManager.getInstance().getRecipeList().add(new ShapedOreRecipe(Item.pickaxeDiamond, new String[]{"XXX", " # ", " # "}, '#', Item.stick, 'X', "test")); CraftingManager.getInstance().getRecipeList().add(new ShapedOreRecipe(Item.pickaxeDiamond, "XXX", " # ", " # ", '#', Block.dirt, 'X', "test")); OreDictionary.registerOre("test", new Item(31001).setIconIndex(1).setItemName("Test1")); OreDictionary.registerOre("test", new Item(31002).setIconIndex(2).setItemName("Test2")); } }
-
Minecraft fails to load with Forge patched
I advise a wonderful program called 7zip for installing Mods, or MultiMC, or MagicLauncher, or the plethora of other ways to install mods properly. MCPatcher does some horrible things even if you disable all of it's internal mods it will edit some classes for itself causing error. Due to this... behavior, we do not support it in any way. It is a good concept, but, needs to work better.
-
Minecraft fails to load with Forge patched
1) You're using MCPatcher, that isnt supported nore does it work. 2) You're not posting the error log, cuz there is always a error log. Unless there is a major hardware issue with your computer that has nothing to do with Forge. There is always a log.
-
Tutorials
.... Really dude... really... fix your code. you made a local constant.. why?
-
Tutorials
Do not teach people to use static constructors for initializing there items. Please change your tutorial to initialize the items in the load() function like a good mod should.
-
Cansustainleaves error?
PasteBin.com is your friend for large text files.
-
Server crash
YOur 4096 is outdated, stop using it untill it updates.
-
Cansustainleaves error?
1) Tripple posting is bad 2) Your 4096 is outdated, it needs to update tot eh latest forge.
-
starting using forge
trulis, please do not provide incorrect tech support. He should follow whatever directions the clay soldiers mod tells him for installation. However, this will probably not fix your issue, as the mod has to specifically be designed to use forge's texture system instead of ModLoader's system.
-
[SOLVED] Sound
https://github.com/pahimar/Equivalent-Exchange-3/blob/master/ee3_client/ee3/client/SoundHandler.java
-
Forge Ore Dictionary
Forge doesn't 'know' any of those registries. Those just happen to be common ones mods use. All those strings are determined by modders, not forge.
-
Disconnected from Server: This Server Requires you to Have Minecraft Forge
Umm no, you are using something that overwrites some of Forge's base classes, namely adl.class Most likely is you're doing something stupid and installing ModLoaderMP after forge. Don't do this.
-
Decompilation errors in MCP "'else' without 'if'" and many others in eclipse
Yes, anything 109+ Doe not need ANYTHING int eh client jar, or ANYTHING in the server jar. ModLoader and ModLoaderMP are no longer required in any case, ever.
-
Child Mod/Add-Ons
no... As a modder, you do NOTHING related to ModContainer. ModLoader mods are loaded and every function is called appropriately.
-
Child Mod/Add-Ons
Umm, no, you don't do anything with ModContainer. you do exactly the same thing you would with modloader.
-
Request: 4096 Adoption
Short answer: No Long answer: Maybe Beyond that, not going to discuss it.
-
Child Mod/Add-Ons
https://github.com/cpw/FML/blob/master/common/cpw/mods/fml/common/modloader/ModLoaderModContainer.java#L440 Also, Dark.. there is... Please go read the ModLoder API and learn it.
-
Child Mod/Add-Ons
Make sure the mods that rely on your API, load after you API... ModLoader has a function for this, look at getPriorities
-
Redpower Metadata & FML
She uses tile entities
IPS spam blocked by CleanTalk.