Jump to content

UnknownAssassin

Members
  • Posts

    48
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed
  • Personal Text
    I am new!

UnknownAssassin's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. PreInit, Init or PostInit?
  2. In which one? The CombinedClient?
  3. Proxies are already my friends
  4. Here it is http://pastebin.com/WkmcApZM
  5. My Mod isn't working on Servers Main: http://pastebin.com/ALCbW5Ba Combined Client Proxy: http://pastebin.com/2PQsuFfb Common Proxy: http://pastebin.com/uSGhZKnb Dedicated Server Proxy: http://pastebin.com/T5gu47vY Log: http://pastebin.com/WkmcApZM Thank you
  6. Got a problem. The variables are not defined in the ClientProxy.
  7. Texture problem fixed. PreInit, Init or PostInint
  8. I can't figure out why the Item "LapisDust" has the texture of the Item "LapisApple". http://pastebin.com/AChSNzAc Thank you!
  9. How to add dye to a crafting recipe? I tried: new ItemStack (Item.dyePowder(4, 1)) it didn't work
  10. You know that isn't my Block Class? Is the Error in my Block Class, my ModBlocks Class or in my WorldGenerator?
  11. I know how to, but the tutorial said so sry. e.g. int VariableName = 25;
  12. Not much in there package de.unknownassassin.powerapples.blocks; import net.minecraft.block.Block; public final class ModBlocks { public static Block magicblock; public static void createBlocks() { } } [/Code]
  13. Are you gonna tell me what to do or what I have to search a tutorial for? 20:15 Movie is waiting
  14. Ok I'll find that out, just wait here
×
×
  • Create New...

Important Information

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