Jump to content

727021

Members
  • Posts

    6
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed
  • Personal Text
    I am new!

727021's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. Thought I'd already fixed that. I guess not, thanks. I'll give it more memory.
  2. I've spent the last few hours trying to get forge set up. I've run into some issues and been able to resolve most, but I've searched and have no idea how to fix this. I'm using forge-1.12.2-14.23.2.2613-mdk and Java 1.8.0_161 jdk. I've set JAVA_HOME and PATH correctly. Any ideas on how to get it working? gradle.log (pastebin) Thanks for any help. -727021
  3. Okay, that makes sense. I'll fix it. Thanks!
  4. I know that this forum is supposed to be for users, not developers, but I was directed here by this post: http://www.minecraftforge.net/forum/index.php/topic,15196.0.html I'm sorry if this is in the wrong place. I'm having some trouble figuring out how to build my mod. I'm using eclipse, and have set up each of my mods as it's own project instead of using the /eclipse/ folder created in my forge directory. How can I build my mods with Gradle? I can't figure it out, and I can't find anything on how to do it. I might just not be looking hard enough, but anyway, any help would be greatly appreciated. Let me know if you need any more information; I'd be happy to provide it. Thanks for any help, and again, sorry if this is in the wrong place, or if it's already posted somewhere and I just didn't see it.
  5. Thanks! I honestly have no idea how to go about checking for a shaped recipe match or checking for the correct damage value on ingredients. Could anyone help me out or point me in the right direction? I've looked through the ShapedRecipes class and I just can't figure out how it works. Once again, thanks for your help.
  6. Hi, I'm trying to use wither skeleton skulls in a crafting recipe and I can't get it to work. I've been searching on these forums and elsewhere, but I can't figure out how to make it work. Here's the code I have: GameRegistry.addRecipe(new ItemStack(wither_pickaxe), new Object[]{ "WWW"," S "," S ",'W',new ItemStack(Blocks.skull,1,1),'S',Items.stick }); Sorry if there's another post about this I didn't see, and thanks for any help.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.