Everything posted by tiffit
-
[1.8] [Solved] Texturing is very picky
Logs: http://pastebin.com/wAsZBqUN Don't worry about the wires, thats unrelated. Code: Screenshots: I really don't know what more information I can give you.
-
[Solved][1.7.10] custom arrow texture not found
Then it can't find the file. Are you sure the file is there?
-
[1.7.10] Custom inventory glitch causes crash?
That is what PM is for. Your posting publicly, you are letting everyone respond. Everyone has a say in this, so if you want privacy, pm each other
-
[1.7.10] Custom inventory glitch causes crash?
I really, really, don't see why you are so pissed. I get it, some people on this forums are a bit strict. But cmon, no need to make a big fuss about it. CoolAlias was in no way hostile towards you. He told you why you got the problem, and how to fix it. Plus, your code really does look like copy and paste. The proper way to follow a tutorial is not to copy and paste but to type it yourself. Obviously you copy and pasted because the comments are still there. CoolAlias has a reason to say you copied and pasted blindly. And if you read carefully, how did you miss the armor slot section. Your statement just sounds like a load of bs to me. If you stop acting so defensively towards people that are actually trying to help you, maybe you won't get crap answers. Also, if you think I am against you, I'm not im just trying to help. -Tiffit
-
[1.7.10] No mod items spawning after breaking a mod block
Are you getting anything in the console?
-
[Unsolved] [1.8] Making new types of explosives and crops
http://jabelarminecraft.blogspot.com/p/minecraft-forge-172-creating-custom.html?m=1 To create an explosion, do world.createExplosion
-
[Unsolved] [1.8] Making new types of explosives and crops
See how minecraft does it, or just google it. There are plenty of tutorials for crops. Explosives is pretty easy. When your block gets a redstone signal, remove the block a place an entity. After a certain amount of ticks, create an explosion where the entity is.
-
[1.7.10]item wont break with right click? [SOLVED]
Pffft too mainstream
-
[1.7.10]item wont break with right click? [SOLVED]
What do you mean? Like I said... Do it yourself. Pseudo code: if(itemstack.getDurability() <= 0){ return null; //play breaking animation }else{ return itemstack; }
-
[Solved][1.7.10] custom arrow texture not found
Is there any error in the console?
-
[1.7.10]item wont break with right click? [SOLVED]
When? Check to see if the durability is 0. How? I have no idea, check an item tool class, might have something in there.
-
[1.7.10]item wont break with right click? [SOLVED]
You probably need to check yourself if the durability is below 0. Then break the item.
-
[1.7.10] Custom inventory glitch causes crash?
Something wrong with your transferStackInSlot or MergeItemStack
-
[1.7.10] Config File Editing
What do you mean commands? Sorry, I'm a bit confused. Do you mean command block kind commands?
-
[1.7.10] Custom biomes don't have smooth borders
Put it on github or pastebin and give us the links
-
Edit some core files but not all?
You can also request a hook, if you want.
-
Edit some core files but not all?
Using forge? You can't. Before you could, you can only edit base files using MCP, but you still shouldnt.
-
[1.8][SOLVED]Custom Entity is Invisible!
You cannot use create egg anymore? Huh That sucks. My best bet is that you have to make it yourself (which isn't that hard really)
-
[1.7.10] how to emit light from a held item
GL11 Lighting maybe? Might look a bit raw though
-
How to check if player is in a room
First two things that came to mind is path finding AI and liquids.
-
How to check if player is in a room
Matters on how big the room is. What are you trying to achieve?
-
How can i let a vehicle go up blocks?
Show us what you tried
-
[1.7.10] In Game minecraft skink changer
Should be an event, I can't remember what it is called exactly, but in the event just render the stuff over the player.
-
Edit some core files but not all?
According to lex manos (I think it was him), if you need to edit any base files, your doing something wrong
-
[1.7.10] Texture Stitching Bug?
Screenshot? If you really think it is you, try disabling your mod and then trying to see if the problem persists (comment the @Mod)
IPS spam blocked by CleanTalk.