-
[1.7.10]More then one tool attribute
Anyone have the answer?
-
[1.7.10]More then one tool attribute
Hi, today I'm wondering is it possible to make an item have sword damage and shovel speed? If this is possible, then how would I go about doing it?
-
[1.7.10] Using more than one of the same item for shapeless crafting
Ok thanks!
-
[1.7.10] Using more than one of the same item for shapeless crafting
How would I go about doing it? This is my code now: GameRegistry.addShapelessRecipe(new ItemStack(CondensedCoalChunk), [b]new ItemStack(LargeCoalChunk, 4)[/b], new ItemStack(Transformer, 1, OreDictionary.WILDCARD_VALUE)); The bolded is what I want to put 4 of it in a square
-
[1.7.10] Using more than one of the same item for shapeless crafting
Hi, I've been fiddling around with shapeless crafting and I am wondering if it is possible to use more than 1 of the same item to create something Example: Use 4 coal to make coal chunk Do I need a shaped recipe for this? Thanks in advance!
-
[1.7.10]Making an item have crafting durability.
I finally got it to work now. Here is the final result GameRegistry.addShapelessRecipe(new ItemStack(MagicalBiscuit, 3), new ItemStack(Magic, 2), new ItemStack(EasyBake, 1, OreDictionary.WILDCARD_VALUE));
-
[1.7.10]Making an item have crafting durability.
I'm pretty sure I've done that. Here is my crafting recipe: GameRegistry.addShapelessRecipe(new ItemStack(MagicalBiscuit, 3), Magic, EasyBake); new ItemStack(EasyBake, 1, OreDictionary.WILDCARD_VALUE);
-
[1.7.10]Making an item have crafting durability.
Thanks for answering, but I have another problem. I got it to return an item damaged with one less item, but when I go to craft it again, I can't use it (presumably because it has the damage )
-
[1.7.10]Making an item have crafting durability.
Sorry for posting 2 times in a row but I really need to know this: How do I make an item have crafting durability? I would look into the minecraft source, but no item has this from what I know. Thanks!
-
[1.7.10]Making a block face you where you placed it
Hi, I would like to know how to make a block face where you placed it, like the logs in vanilla minecraft. Thanks! c:
-
[1.7.10]Making trees and saplings (trees more important)
Hi, does anyone know how to make a tree (and a sapling) and make it automagically generate? I'll just let you know that I'm very new to this incase theres anything REALLY complicated. Thanks! c:
-
[1.7.10]Multiple textured blocks
Hi, me again. This time I'm wondering how to do multiple textured blocks. I took advice from one guy and looked in the BlockQuartz.class file but I have no idea what all of these things mean. Thanks in advance
-
[1.7.10] How to make a block give off light.
Ah, thanks. I will remember that!
-
[1.7.10]How to make blocks work with beacon bases.
Hi, I was wondering how to make blocks be able to be used in beacon bases. I don't know the specs or anything but it might be an @override so just tell me what the code is or whatever. Thanks!
-
[1.7.10] How to make a block give off light.
Hi, I thought this was the best place to ask this: How do I make a block give off light? Here's one thing to note, though: My block attributes are in myblock.java, instead of the main.java. (myblock is my block and main is my main mod file). It looks like this: super(Material.cloth); setBlockName("BaseBlock"); setBlockTextureName(Reference.MODID + ":" + "base_block"); setCreativeTab(CreativeTabs.tabBlock); setStepSound(soundTypePiston); //setHardness(3.0F); //setResistance(5.0F); setHarvestLevel("pickaxe", 1); // or "hoe", "spade" Thanks!
IPS spam blocked by CleanTalk.