Everything posted by xGamer_Allx
-
Sub Block!
Hello All, I make a custom model block... It work with the switch of texture for metadata in the world! but with the IItermRenderer all sub block have got the texture of the principal block D: How can I render a different texture for metadata with IItemRenderer? ClientProxy: MinecraftForgeClient.registerItemRenderer(Test.ModelSubBlock.blockID, new TileEntityModelSubBlockHandlerRenderer()); TileEntityRendererHandler: public class TileEntityModelSubBlockHandlerRenderer implements IItemRenderer { private TestModel modeltest; public TileEntityModelSubBlockHandlerRenderer () { modeltest= new TestModel(); } @Override public boolean handleRenderType(ItemStack item, ItemRenderType type) { return true; } @Override public boolean shouldUseRenderHelper(ItemRenderType type, ItemStack item, ItemRendererHelper helper) { return true; } @Override public void renderItem(ItemRenderType type, ItemStack item, Object... data) { TileEntityRenderer.instance.renderTileEntityAt(new TileEntityTestModelSub(), 0.0D, 0.0D, 0.0D, 0.0f); } }
-
set ItemID
There's no way to solve? In some mod I've seen if you set the 4500 ingame id is 4500 D;
-
set ItemID
ok I set my id to 3900.... but minecraft forge ad 256 to my id! I set 3900 but in game the id is 4156 *D: help
-
set ItemID
Hello all, I set a id for my custom item...(the id is 3100) but when I run minecrfat, minecraft forge set the item's id to 31999..... In the console there is this message: Mod attempted to get a item ID with a default value in the block ID section, mod authors should make sure there defaults are above 3840 unless explicitly needed so that all block ids are free to store blocks. 2013-10-03 21:26:36 [WARNING] [ForgeModLoader] Config "/config/testchannel/test.cfg" Category: "item" Key: "Test Item IDs" Default: 3100 Why?
- Stairs!
-
Stairs!
Hello all, I have make a stairs with sub block!: code: the stairs take their texture from another sub block the Colored Block..... but How can I edit the int par3 according to the sub block? Thanks
-
Custom Drop!
Hello I created 2 block metadata: Example: Stone White and Stonw Black; Cobblestone White and Cobblestone BlackM; I need if you break the stone withe drop the metadata of cobblestone white and black for black D: (Metadatas Stone Black = 0, Stone White = 1; Cobblestone Black = 0, Cobblestone White = 1) I tried: damageDropped; idDropped but null D: Help
-
Item into a recipe...
P.S it is possible because the recipe of cake give 1 cake and return 3 bucket
-
Item into a recipe...
How can I give 4 Black and 1 pencil?
-
Custom Rendered Block Error [SOLVED]
I have always asked for help but I can see if I can help ... Post your block.class, Main.class, proxy.class, model.class, tileentity.class and tileentityrenderer.class P.S What's in creepian.java:114?
-
Item into a recipe...
ok solved... but: GameRegistry.addRecipe(new ItemStack(Black, 4), new Object[]{"XX", "XX", 'X', this.Pencil.setContainerItem(Pencil)}); it retutrn 4 pencil(equals of output numbers) How can I return 1 only?
-
Item into a recipe...
this? public Item setContainerItem(Item par1Item) { this.containerItem = par1Item; return this; } I undestand how use it
-
Item into a recipe...
Hello i created a recipe with an custom item but I need that this item as for the MininumStone of EE3, once craftated the item of recipe the custom item does not disappear ... How can I do? (So: If I put 1 block of land and of stone and I craft a block... in the crafting grid there is still the block of dirt) Thanks
-
[SOLVED]Inventory render custom model block
Can help me?
-
[SOLVED]Inventory render custom model block
my texture file is: With the up link use the tessellator face per face with a four png... But I have 1png olny
-
[SOLVED]Inventory render custom model block
Current situation: (invenotory render)
-
[SOLVED]Inventory render custom model block
Ok Place my code maybe it help more: BlockClass: TileEntityTestTable: TileEntityRender: client proxy: 1)How can I render my model into inventory? 2)How can I render the texture file into the inventory?
-
[SOLVED]Inventory render custom model block
Hmm I'm the block into inventory but not have the texture... with your code the texture is 2D... I need how use the file texture (similar of the chest (64x64) for the inventory rendering
-
[SOLVED]Inventory render custom model block
SOLVED REMAKING IT WITH A MODEL IN OBJ AND MODIFY THE METHODS Hello all, I make a custom block with a model created with techne. It work (the texture of the block into the game world see) but into inventory it not have a texture... My situation is similar to the chest: the texture of the block is into "assets/mymod/textures/entity/texture.png" How can I apply the texture of the world into the inventory also? (What'is the metod, and if you can make a example of it) Thanks
-
Download when Forge validiting client
Wainting a developers respond
-
Download when Forge validiting client
How can I add this download into download the forge?
-
Download when Forge validiting client
Is it possible?
-
Download when Forge validiting client
No one can help me=?
-
Download when Forge validiting client
Hi, I created a mod but rthe sounds file is 89MB... How can I download the music when the forge checking the validiting of minecraft? Thanks
-
Stairs Glich Shadow
Hello All,I do a stair but in the game there is a shadow glich that in vanilla stair there isn't.... Ho can I fix it? ScreenShot: the stairs mod code is = at vanilla code....
IPS spam blocked by CleanTalk.