Jump to content

Zombiepriester

Members
  • Posts

    19
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed
  • Personal Text
    I am new!

Zombiepriester's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. And this Project Red is exactly the same as Redpower(Blulectricity,Microblocks,...)
  2. I use 1.4.7 because I want to use the Mod and I cant update my Minecraft because of RP2. Setting up the workspace is very simple and took me only 3 minutes.Please do it !
  3. My Mod is for MC-Version 1.4.7.To use the files just put the two folders into the directory where your source-files are.
  4. OK, here is the Mod: https://github.com/Zombiepriester/My_Mod/
  5. Can I use Dropbox too ?
  6. I dont know what a git repo is.
  7. And what could be the reason that onBlockActivated is not called on Server ?
  8. What is the problem, I have no Idea.Its naturaly that it dont opens when I say in if-clause:"Only open on Server", because Im playing in Singleplayer.
  9. If i write: if(!par1World.isRemote){ Object tileD = (TileDisgenerator)par1World.getBlockTileEntity(x, y, z); par5EntityPlayer.openGui(OreGenerators.instance, 0, par1World, x, y, z); } Into the onBlockActivated Method, Nothing happens when I rightclicK the Block
  10. What can I do ?
  11. The Gui dosent open
  12. GuiHandler "says" CLIENT, Container-Constructer "says" CLIENT two times
  13. where should I place the System.out.println and when should come a result of them ?
×
×
  • Create New...

Important Information

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