Everything posted by Draco18s
-
[1.6.4] Check for a Tile Entity and sending data between them.
Well yes. But I left that as an exercise to the reader.
-
[1.6.4] my textures are not loaded by minecraft
You mean mcmod.info?
-
[1.7.2][SOLVED] Item akwardness
Also stop using the language registry. http://www.minecraftforge.net/forum/index.php/topic,16331.msg82795.html#msg82795
-
[1.6.4][SOLVED]How to make an Item effective only against a certain block
Well if your Item extends Item (anywhere in its hierarchy), then in the Item class there's getStrVsBlock Use that
-
Backpack help
You need to start somewhere else. All of those things are fairly advanced operations.
-
[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.
IPS spam blocked by CleanTalk.