- [SOLVED]Items in Crafting?
-
[SOLVED]Items in Crafting?
I did, I couldn't find it.
-
[SOLVED]Items in Crafting?
Ok, but it disappears every time I craft something. Is there a way how to prevent it from going into my inventory every time? Example: The minium stone from EE3.
-
[SOLVED]Items in Crafting?
So inside my item class? EDIT: Nevermind, just put it after the declaration like so: metalConvert.setContainerItem(metalConvert);
-
[SOLVED]Items in Crafting?
Yup. I just tried it, it didn't work: metalConvert = new portableMagik(metalID).setMaxStackSize(1).setCreativeTab(MagikTab).setIconIndex(0).setItemName("MetalConvert").setContainerItem(metalConvert); So basically it should turn iron into copper, but when I craft with it, it uses it up.
-
[SOLVED]Items in Crafting?
So if I set it as the item it should give me back the item after crafting?
-
[SOLVED]Items in Crafting?
How would I go about having an item being used in a recipe, but so that I get to keep the item after the crafting. Example: Buckets in cake recipes.
-
Techne Blocks?
I tried to do that with a block, it didn't work.
- Techne Blocks?
-
Achievement not Working
Well, like diesieben07 said you need to make a class that implements EntityItemPickupEvent.
-
Achievement not Working
Have you tried this tutorial yet? http://www.minecraftforge.net/wiki/How_to_add_an_Achievement
-
Techne Blocks?
After doing that, what should I do?
-
GUI won't open when right-clicking.
Ok, I'll try that asap.
-
GUI won't open when right-clicking.
So I have a block which opens a GUI just fine, but when I implement that into an item it doesn't open! Any ideas? Item Class: package mod.Item; import mod.MagikBase; import mod.lib.GuiIDs; import mod.proxy.CommonProxy; import net.minecraft.entity.player.EntityPlayer; import net.minecraft.item.Item; import net.minecraft.item.ItemStack; import net.minecraft.world.World; public class portableMagik extends Item { public portableMagik(int par1) { super(par1); // TODO Auto-generated constructor stub } @Override public String getTextureFile() { return CommonProxy.ITEMS_PNG; } @Override public ItemStack onItemRightClick(ItemStack par1ItemStack, World par2World, EntityPlayer entityplayer) { entityplayer.openGui(MagikBase.instance, GuiIDs.CRAFTER, entityplayer.worldObj, (int) entityplayer.posX, (int) entityplayer.posY, (int) entityplayer.posZ); return par1ItemStack; } }
-
Techne Blocks?
Can you tell me how to make a model class. I'm an absolute noob when it comes to models.
IPS spam blocked by CleanTalk.