Jump to content

AvidPenguin

Members
  • Posts

    16
  • Joined

  • Last visited

Everything posted by AvidPenguin

  1. I've messed about with all that, I'm just not sure exactly what to add to the game registry and everything on my main mod class... I'm in the process of tidying my mod up (everything was basically in ~10 classes) so the pure code I need will be very helpful
  2. I figured it was something like that, although I'm not sure what snippet of code it is... With half the vanilla code looking like func this and func that, it's hard to read it...
  3. The famous issue of my half slabs not turning into a full stack is back for 1.7.2 I found a few fixes for 1.6.4 using the Item.itemsList stuff, but I get an error if I try and use that code so I'm guessing it's changed. What to? I don't know... I guess you don't need my code, as there's not a problem with it, just a request to show how to do something? Sorry for bad English AP
  4. Title says it all I've been trying for a while and I can't manipulate the vanilla code, because it's all, well, jumbled now Thanks in advance
  5. How do I modify NBT? Oh gosh, this was a long time ago... uh, what version are you developing for?
  6. Well I give up now. The client launched, but the tomato block doesn't exist. I tried to plant the tomato seeds, but the game crashed. I'm going to start afresh, on 1.7.2, and slowly build my mod back up. If you know of any tutorials that could help me with the block creation (as I believe that there is a crop api for crops and stuff idk) but that would be great Thanks guys
  7. I know 1.6.4 is old, but I've been working on this mod at a slow rate, since 1.6.4 basically came out I also know my class is a mess, but I know where everything is, I wanted to get everything working them start tidying it up. And I don't follow, if you could identify where I create the value so I can move it, I get confused with the Java ordering... (sorry for dorky understanding)
  8. yeah, I know it's that line, but it's the exact same as the vanilla, well, not exact same obviously. I don't know what I've done wrong, it's bugging me
  9. BetterCraft.java (Main Mod Class) http://pastebin.com/Uf5rYnFt ItemSeed.java http://pastebin.com/c6rYrdbT BlockStem.java http://pastebin.com/XJ5MJb8f BlockTomato.java http://pastebin.com/Xg8LFLtv Console Log http://pastebin.com/Szkj0Hzm
  10. The game won't load. It's saying NullPointerException. I'll post the source code for everything related, and the error stuff now (Should probably have done that first)
  11. Hello Forgerers i'm trying to add a crop to my mod (A tomato) which grows the same way a Melon/Pumpkin does (stem, block next to it etc) I've tried everything and it simply won't work. I've looked everywhere for tutorials and whatnot, and I can't find anything. I've spent at least 3 hours looking at the vanilla code and copying it over, modifying where necessary, and it's still not working. If anyone could point me in the right direction, that would be splendid
  12. If you change the stone to whiteStone then it should work. Don't quote me on that though
  13. Okay, so I'm not sure what's wrong with my furnace. I've been following ScratchForFun's youtube series on how to make a custom Furnace, and whilst I understand most of the Java, I'm struggling to identify what's going on for my issue. The GUI works, well, it opens. I can add one of each item, but it like, duplicates but disappears if put with another stack or thrown or whatever. Here is a download for my source code, as I have no idea where my error is coming from. (It's the Kercite Furnace btw) https://www.mediafire.com/?f75ajipd5m9cm5d Thanks people!
  14. It was simple, I forgot to add the recipe in the mod-.- My bad hahah
  15. I've made a crafting mod for Minecraft, but without Forge, and people have asked me to make a forge mod, for obvious reasons. My mod allowed the player to craft MY head, you know, with the SkullOwner tag. I managed to do that without forge. However, the method isn't working for me now... I'm new to forge modding, so help would be loved... Also, if you could somehow make a way that the player could craft their own head, that would be brilliant! -Avid
×
×
  • Create New...

Important Information

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