Everything posted by SanAndreaP
-
forge crashes when i instal it
Get 6.4.x of Forge here: http://files.minecraftforge.net/
-
Minecraft Forge and Minecraft 1.4.5
So where's the log? Anyway, you should get 6.4.x of forge, here and try again: http://files.minecraftforge.net/
-
Optifine Incompatibility?
Either try an older 6.4.x build of Forge, or wait until Optifine is compatible.
-
Why use an mcmod.info file when data could be included in the code?
I had a mess around with it, also with DummyContainer, and didn't have much luck. Ahh. Do you have any ideas on how I would include the metadata in the code anyway? I'm always using the mcmod.info file, so I don't know.
-
Why use an mcmod.info file when data could be included in the code?
The mcmod.info is for custom launchers. They can search for that file and read the information directly without searching in the class files for it.
-
Fml error
You have an outdated mod in your mods folder. Remove it.
-
dont you think forge should have been updated to 1.4.5 by now?
http://files.minecraftforge.net/
-
Foreign Characters Error on Recompile
Go here: http://www.fileformat.info/info/charset/UTF-8/list.htm Look up for the character which throws an error, then look in the second row which looks like this: LATIN CAPITAL LETTER O WITH STROKE (U+00D8) Take the code in the brackets (after the U+; here 00D8) and replace the character with this: \u00D8 - The code you have comes after the \u
-
1.4.5. Error found...
http://files.minecraftforge.net/ 6.4.x versions are for 1.4.5
-
Cant Download Forge
http://files.minecraftforge.net/
- FML Error
-
1.4.4 FML that doesn't work on 1.4.5
If you would read the log, you would know you need a newer version of Forge. Go get it here: http://files.minecraftforge.net/
-
FML error
Well, if you look into the Minecraft Wiki, there is the answer
-
FML error
http://files.minecraftforge.net/
-
FML error
You have to use 6.4.x for MC1.4.5, not 6.3.x, it's for 1.4.4
-
Languages
My Manager Pack can do this. I just have to put the source up.
-
Intsallation of forge mp
We still need the Forge version
-
New Creative Tab
It will be a new tab alongside the others. BTW, I made a wiki article about this whole creative tabs thingy here: http://www.minecraftforge.net/wiki/Custom_Creative_Tabs
-
Custom Creative Tab - False Name and Icon
You should look here: http://www.minecraftforge.net/forum/index.php/topic,3425.0.html I might make a wiki entry on this.
-
Dimension: ERROR when entering teleporter
And where's the error report you got?
-
setting fancy and fast textures
You just set your fancy variable once. You have to update it. Put this into the getBlockTexture method before the return statement: fancy = ((BlockLeaves)Block.blocksList[18]).graphicsLevel;
-
[1.4.5]Forge doesn't work with xray 1.4.5
logs?
-
setting fancy and fast textures
you don't HAVE to extend BlockLeaves. You can also get the boolean value like I described before. I had similar problems with texture not updating properly. Just use this method, too: @Override @SideOnly(Side.CLIENT) public int getBlockTexture(IBlockAccess par1iBlockAccess, int par2, int par3, int par4, int par5) { int meta = par1iBlockAccess.getBlockMetadata(par2, par3, par4); return this.getBlockTextureFromSideAndMetadata(par5, meta); }
-
Mining blocks with olny iron pickaxe or higher
MinecraftForge.setBlockHarvestLevel(BLOCK_INSTANCE, "pickaxe", 2);
-
setting fancy and fast textures
If you extend BlockLeaves (like you did), you don't need to override the setGraphicsLevel method. Also you have to override getBlockTextureFromSideAndMetadata, like this: public int getBlockTextureFromSideAndMetadata(int par1, int par2) { return this.graphicsLevel ? FANCY_SPRITE_INDEX : FAST_SPRITE_INDEX); } where FANCY_SPRITE_INDEX is the numeric index in your sprite sheet for the fancy texture and FAST_SPRITE_INDEX is the numeric index for the fast one.
IPS spam blocked by CleanTalk.