-
Different block face textures while using infinite terrain
public int getBlockTextureFromSide(int i); This is a method that can go in your block class. You should say if(i == x) return y; With x being the side (a number between 0 and 5) and y being the sprite index (a number between 0 and 255).
-
Custom Cauldron - Rendering Issue?
The getRenderType shouldn't return the same number as the cauldron, but should return the number your custom renderer has.
-
Rendering/Modeling Spheres and Circles
There are also sphere-building methods, according to the person who brought this up. Those are probably better for performance.
-
Adding Armors to the Anvil Repair System
Change it to Your_Item.itemID (whatever the capitalization is).
-
Where can I learn how to make mods for minecraft with Forge?
I have not found a tutorial about enchantments either. I have no clue how to add them (with forge) either, but I myself don't need them. I can imagine it is annoying when you do need them, though.
-
Where can I learn how to make mods for minecraft with Forge?
The wiki.
-
[CRASH REPORT] Server Crash When Trying To Load Mod
You can't use client files on the server. You need to use proxies to get around this.
-
[SOLVED][1.4.2]Override(Overwrite ?) an existing biome
All I can tell you, is that you'll need to find another way to reference the variables inside the "theBiomeDecorator". I have no clue how, though.
-
Item not being damaged, think it is the entity variable required
What about: System.out.println(itemStack.getItemDamage());
-
[SOLVED][1.4.2]Override(Overwrite ?) an existing biome
In the BiomeGen class (not sure which one, the one where all the biomes are declared) there are some variables. If you set a new value to any of those in the @Init or @PostInit methods of your mod, the biomes will change accordingly. I have no idea how to explain it in another way. biomeGenSky = new BiomeGenSwamp(); would be an example. However, I haven't looked into any biomes for some time, and I can't tell you for certain this will work. Good luck on finding your solution! EDIT: I have been looking around for you, and here it is: BiomeGenBase.*variable of biome you want to overwrite* = *value with which to overwrite* For instance: BiomeGenBase.biomeGenHell = new BiomeGenPlains();
-
[SOLVED] Item Damage in crafting grid
It should be new ItemStack(ironpress, 1, -1)
-
[SOLVED][1.4.2]Override(Overwrite ?) an existing biome
Using access transformers or set new values to the variables there might work.
-
Working with Tile Entities (Not Saving When Quitting)
In your block file, you COULD just override the hasTileEntity and return true, of course...
-
[CRASH REPORT INCLUDED] How Can I Make My Mod SMP Compatible?
You are referencing a client class on the server. Maybe use proxies or different methods to get around this problem. We can't help you any further without the crashing code though... There could also be a problem with your forge installation though, since there is no reference to your code in the log.
-
Adding a potion effect to a peace of armor
There is an interface called ISpecialArmor, or something like that. Maybe that could help?
IPS spam blocked by CleanTalk.