-
Mods won't load
then it must have not happened, because there is no difference in the logs than without any mods
-
Mods won't load
Hello, Folks! I installed minecraft forge fully, and it starts up and shows the mods button, but when I drag my mod (terrafirmacraft) into the mod folder (which I've checked, it is the correct folder, it is the right profile) and start the game, nothing happens. It acts just the same as before with the three base mods. It is the correct forge version for the version of the mod. Any help?
-
(1.7) Changing vanilla features
I can't edit the crafting manager file, right?
-
(1.7) Changing vanilla features
how do i do that?
-
(1.7) Changing vanilla features
Hello. I have another question. How does one change vanilla recipes? For instance, say i wanted to remove the basic tools and replace them with my own, how would I do that?
-
Make impossilbe to place blocks off of.
How does one make it impossible to place a block off of a specific block? I have a feeling it is .canPlaceBlockOnSide(), but I can't figure out the parameters. Any help?
-
(1.7) Test what is in hand when block activated
there we go, I figured it out. i used the are itemStacksEqual(), and didn't come and post every time I had a problem. Oh and by the way, the reason I can't see the source code is for some reason I don't have that src folder visible
-
(1.7) Test what is in hand when block activated
unfortunately I can't view any of the source classes.
-
(1.7) Test what is in hand when block activated
It says "The method isItemStackEqual(ItemStack) from the type ItemStack is not visible"
-
(1.7) Test what is in hand when block activated
I am trying to give a person an item if they right click on a block. I have this: @Override public boolean onBlockActivated(World par1World, int x, int y, int z, EntityPlayer par5EntityPlayer, int par6, float par7, float par8, float par9) { ItemStack heldItem = par5EntityPlayer.inventory.getCurrentItem(); ItemStack CDOrb = new ItemStack(MagicksMod.CDiamondOrb, 1); if (heldItem == new ItemStack(MagicksMod.CDiamondOrb, 1)){ par5EntityPlayer.inventory.addItemStackToInventory(new ItemStack(Items.diamond)); } return false; } But it doesn't work. What am I doing wrong? PS It doesn't have any error, it just doesn't do anything.
-
(1.7) A block with a gui?
At the very top of the page it says "In some cases the information might still apply but in most cases you will run into problems."
-
(1.7) How to create a block that interacts with buckets?
Ah. I fixed it by replacing it with new ItemStack(Items.bucket, heldItem.stackSize-1). Thank you!
-
(1.7) How to create a block that interacts with buckets?
Thank you, this really helped a lot. However, I have one question. What is performed in the ItemUtils.comsumeItem(heldItem)? I do not have that package.
-
1.7 Missing forge src files under referenced libraries
well, it's not visible
-
1.7 Missing forge src files under referenced libraries
In the eclipse package explorer, I go to minecraft, referenced libraries, and then it's not there.
IPS spam blocked by CleanTalk.