Jump to content

Alexander0507

Members
  • Posts

    42
  • Joined

  • Last visited

Everything posted by Alexander0507

  1. I'm making my own Furnace. Everything works now but I have the problem whenever it triggers an Achievment my Furnace is changed into a Vanilla furnace. Can someone help me ? And where are the things with the Achievments in the classes for a Furnace ?
  2. I wanted to make my Ore only minable with an Iron Pickaxe but it seems like setHarvestLevel isn't working correctly cause I can mine my block with every pickaxe
  3. I had working worldgen for my ore in 1.6 but I can't find my ore now in 1.7. WorldGenClass:
  4. Also no texture can be loaded with lowercase modID. The funny thing is that just ONE fucking textrue isn't working ^^.
  5. The normal ModID is uppercase but, first shouldn't matter and second if I rename the folder of the textures (in the jar) to uppercase NO texture can be loaded
  6. log(from ATLauncher): Path: NividiumOre class:
  7. It's exactly in the folders as in the dev folders and written in the code. Also it's funny that one of the block textures is working and the other not
  8. When I run my mod in Eclipse every texture works. When running minecraft with my mod every Texture works except one block texture. The other block works fine and also both textures are in the jar.
  9. Thank you, I actually watched a part of the course when I was modding 1.6.4 but I didn't know how much changed in 1.7
  10. I want to make my own Furnace, so I need a GUI which opens when you rightclick the block. Sorry man, I am 14 and from Germany so my english isn't the best.
  11. Does anyone here knows a good Tutorial for GUI's ? If not are the forge-wiki tutorials up to date ? Thx for help
  12. Yeah I'm adding them to the game-registry in the pre-init part ( the addItems methods ). Also not sure what the addNames is doing there I think a left over from testing at the beginning of 1.7 Edit: Seems to work with everything in te pre-Init part
  13. But I put initializing stuff in preInit and recipes in init so it should work.
  14. That's the crash: Crash-report: Eclipse-log:
  15. Basicly I made my Tools and my Armor craftable but it crashes when it comes to the point to register it. ArmorCrafting: Same error at Tools
  16. Got my armor working and also the texture as item. My only problem is that I can't get it to render like I want. Right now it just renders as Iron armor. ArmorClass:
  17. @TheGrovesyProject101 The texture is working well only the model doesn't @opssemnik how do I use getArmorTexture ?
  18. I experimented a bit with armor and got my armor to exist and protect but my problem is that it renders as iron armor and not like I want. Armor class
  19. I just wanted to know if there is an easy way to see if the ore is generated or should I dig around untill i find it ? ^^
  20. Got A Problem with crafting now. I have this setup actually loading, (checked the loading with system.out.println ) but I can't craft it. I think the problem is when I use a stick. Also can't import that class it tells me it's a unused import
  21. When I copy this it doesn't know how to deal with EnumHelper. Eclipse just says "EnumHelper cannot be resolved"
  22. Do I still need to copy the classes like ToolMaterial, ItemTool and ItemPickaxe ? Cause when I try to copy ToolMaterial it just sends me to the Item class and really ? A new Item.class ?
×
×
  • Create New...

Important Information

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