-
Simple Block Model
Is there any tutorial for simple model block? Thanks if you respond to me
-
1.7.2 ForgeGradle skipping three files
Never mind i just forget to do gradlew.bat eclipse.
-
1.7.2 ForgeGradle skipping three files
If I install ForgeGradle: :downloadClient SKIPPED :downloadServer SKIPPED :mergeJars SKIPPED And if I start eclipse there is errors. Anyone know what is problem?
-
Model problem
http://www.minecraftforge.net/wiki/Custom_Tile_Entity_Renderer that code renders and rotates but model is upside down. What i need to change?
-
Model problem
In block file I have done but i don't know what i'm doing render file. It is here: http://pastebin.com/M0kjbVkZ What i have to change? If i use that code http://www.minecraftforge.net/wiki/Custom_Tile_Entity_Renderer it rotates but model is't right place.
-
Model problem
I don't mean that I mean if you place a block like a chest. Then i want the block front side is front of the player.
-
Model problem
This tutorial is without rotating. But I want to make its rotating.
-
Model problem
okey I try. But one thing more. If I place a block it is not rotating. I made block with this tutorial http://www.minecraftforge.net/wiki/Rendering_a_Techne_Model_as_a_Block
-
Model problem
I set blockbouds to this.setBlockBounds(0.0F, 0.0F, -1.0F, 1.0F, 1.0F, 1.0F); But one problem is more my model is 2 blocks but one block is air.
-
Model problem
Hey I created model and its works, but where i get block bounds? Thanks
-
1.5.1 Item icons is not show
i changed updateIcons to registerIcons and now it works.
-
1.5.1 Item icons is not show
I have problem my item icons shows no texture my code is: package bbBlocks; import cpw.mods.fml.relauncher.Side; import cpw.mods.fml.relauncher.SideOnly; import net.minecraft.client.renderer.texture.IconRegister; import net.minecraft.item.Item; import net.minecraft.util.Icon; public class bbItem extends Item { private String iconPath; @SideOnly(Side.CLIENT) private Icon icon; public bbItem(int par1, String par2String) { super(par1); this.iconPath = par2String; } @SideOnly(Side.CLIENT) public void updateIcons(IconRegister iconRegister) { this.icon = iconRegister.registerIcon("bbBlocks:" + this.iconPath); } @SideOnly(Side.CLIENT) @Override public Icon getIconFromDamage(int par1){ return this.icon; } }
-
Mod not load.
My mod works perfectly recommended forge (7.7.1.611)
-
Mod not load.
I changed the iconregister but I get the same error. I download now recommended forge.
-
Mod not load.
newest forge 7.7.1.624
IPS spam blocked by CleanTalk.