Everything posted by Draco18s
-
[1.6.4] my textures are not loaded by minecraft
The reason I figure that you didn't call setTextureName as you said that the log indicates that it's trying to load textures from "minecraft:"
-
[1.6.4] my textures are not loaded by minecraft
And what does Reference.MOD_ID equal?
-
Items in dungeon chests
ChestGenHooks.getInfo("A_WIZARD_DID_IT").addItem(new WeightedRandomChestContent(Item.expBottle.itemID, 0, 1, 1, 2));
-
[1.6.4] my textures are not loaded by minecraft
Did you use setTextureName and give it your modID?
-
Items in dungeon chests
That's what I meant. There are a handful of leftover values/functions that seem related to chests left in DungeonHooks and back when I was messing with it, the tutorial I was looking at was using DungeonHooks and there was juuuust enough leftover scrap to make it confusing.
-
Items in dungeon chests
ChestGenHooks or DungeonHooks. One is depricated the other is useful, don't recall offhand which is which.
-
[1.6.4] Check for a Tile Entity and sending data between them.
more like if(this.worldObj.getBlockTileEntity(this.xCoord+1, this.yCoord, this.zCoord) != null) { if(this.worldObj.getBlockTileEntity(this.xCoord+1, this.yCoord, this.zCoord) instanceof TileEntityWire) { //can send data } }
-
[1.6.4] Check for a Tile Entity and sending data between them.
Those will tell you that yes there is a tile entity there, but won't tell you what kind. You need to use worldObj.getBlockTileEntityAt(...) and then check for kind (instanceof) and typecast it.
-
[1.7.4] Compile to put in jar
If you're not using Forge then you're in the wrong place.
-
[1.7.4] mining a 3x3 area
onBlockDestroyed probably.
-
How to set area on fire when cooking apple in furnace
Yes. If you know how to detect that an apple is in the furnace, then everything you need is already available.
-
[SOLVED][1.6.4] Stripping external mod interface throws NoClassDefFound
public class MyClass extends VanillaClass implements IOtherModInterface, IMyInterfaces And what did you expect it to do if you didn't include IOtherModInterface in your zip?
-
Minecraft not launching in eclipse
Without code we can't help you. All I can tell is that it can't find your client proxy.
-
[1.6.4]I am having a problem with a Item texture
For multiple textures you kind of have to. For one you don't.
-
[1.7.2] Help with GUIs
Depends on what you're trying to do. God --ing damn it. An apostrophe is for showing possessiveness and a GUI here is not in possession of that question mark. English mo****er do you write it?
-
[1.7.2] Custom Tools Causing Crash on Use
... I think the more important class to share with us would be ModItems
-
[1.7.2] Obfuscated name for Block.canRenderInPass ??
What are you trying to do? ...!? The hell? What are you trying to do?
-
[1.6.4]I am having a problem with a Item texture
Or.... use setTextureName
-
[Solved] [1.7.2] Is there a ender pearl throw event?
ItemStack.getItem() perhaps? Use your god damn IDE for what it was built for.
-
[1.7.2] Basic Client Tick Handling
Yes, it got turned into an event, like every other event.
-
[1.6.4] Textures are being a real PITA
Oh probably anywhere you're using any other set...() commands.
-
[1.6.4] Textures are being a real PITA
setTextureName
-
Logo for my mod [DIMENSION] needed
Mine is already the maximum size that is displayable inside the Minecraft client using the MCMod.info file. It was larger, but I had to downscale it so that it fit. I do not think this word means what you think it means.
-
Logo for my mod [DIMENSION] needed
Here's one of mine http://s30.postimg.org/9dbz9y41t/decay_logo.png[/img] I literally did what I told you to do. I mean yeah, I set up what I wanted to take a screenshot of and that took a little while, but I knew what I wanted and how to get it, so it only took a few minuets.
-
[SOLVED] How to stop a block causing shadows?
If the block isn't transparent (isOpaqueCube returns true) then setLightOpacity does nothing.
IPS spam blocked by CleanTalk.