Everything posted by tattyseal
-
[1.6.4] Another Problem... I can't take the items out of my inventory ._.
Where is your GUI class file? How are we meant to help you with no class?
-
[SOLVED][1.6.4] Render block from Techne Model?
Updated last post, I forgot to actually change the code, sorry!
-
[SOLVED][1.6.4] Render block from Techne Model?
You need to have @EventHandler above the preInit and Init like:
-
[1.7] Any Item In Crafting Recipe
You can't compare strings like that. WHAT? I got it working CODE:
-
[1.7] Any Item In Crafting Recipe
Code But the recipe does not work ingame
-
[1.7] Any Item In Crafting Recipe
Hello. So basically I want to be able to craft my block with any blocks, then use a CraftingEvent to check if it is valid for my block. So I want it to be like: BDB B being the block D being my block But I cannot figure out how to make it B to be any block, does anyone know how to do this?
-
[1.6.4]End of stream
You did not install the mod on your server
-
[1.6.4] Folder Addition Issue
1) Click your project 2) Press F5
-
[1.6.4]Crashing when starting minecraft
You are adding a recipe before Registering your item 1) ALWAYS POST CODE
-
How to make colored armor
How would i make the other layer?
-
How to make colored armor
I want my whole armor to be colored, not like Leather with the stripe
-
How to make colored armor
**BUMP**
-
[1.7] Problem opening GUI
@Override public Object getClientGuiElement(int id, EntityPlayer player, World world, int x, int y, int z){ TileEntity te = world.getTileEntity(x, y, z); if(te instanceof TileEntityBlockCrafter){ return new ContainerBlockCrafter(player.inventory, (TileEntityBlockCrafter) te); } return null; } You are returning your Container on the client, return your Gui class not the Container
-
How to make colored armor
I assume CLOTH is leather
-
How to make colored armor
ZaetRegistry.registerColoredArmor("zaet", "dyeArmor", ArmorMaterial.CLOTH, tabZaetMech); public static void registerColoredArmor(String folder, String name, ArmorMaterial material, CreativeTabs creativeTabs) { for(int i = 0; i < 16; i++) { for(int x = 0; x < 4; x++) { Item armor = new ColoredArmor(i, folder, name, material, 0, x, creativeTabs); GameRegistry.registerItem(armor, armor.getUnlocalizedName()); } }
-
How to make colored armor
Updated the OP with an image and updated code
-
How to make colored armor
That only affects the Item icon, not the armor texture. I haven't done the Item Textures.
-
How to make colored armor
I do not see anything different either... Odd.
-
How to make colored armor
*BUMP* I would not bump unless very desperate. Sorry.
-
How to make colored armor
**BUMP**
-
How would I make this per-block
I would say save it to NBT to be safe @Override public void writeToNBT(NBTTagCompound tag) { tag.setInteger("rot", rot); } @Override public void readFromNBT(NBTTagCompound tag) { rot = tag.getInteger("rot"); }
-
How to make colored armor
Hello, I am trying to make colored armor but I cant get it working, even though it renders the color in the item, it does not when you wear it. Does anyone have any ideas?
-
[1.6.4] Leaves glitch causing no texture to adjacent blocks?
In your leaf constructor where you put super(id, material); put setStepSound(Block.soundTypeLeaves); it will be similar and in your block class put @Override public boolean isOpaqueCube() { return false; }
-
[SOLVED] Custom Tool Question
Thank. I don't know why I did not think of that . if((new Random()).nextInt(2500) == 0) { tattyseal.setStupid(true); }
-
[SOLVED] Custom Tool Question
So I wanted to make a new tool (not like a new Pickaxe) but, as an example a Paxel. I looked in the Pickaxe class and it seemed like it only had things like Blocks.wood and not materials and I cannot get my head around it. Does anyone know how?
IPS spam blocked by CleanTalk.