Jump to content

Chibill

Forge Modder
  • Posts

    584
  • Joined

  • Last visited

Everything posted by Chibill

  1. Divide by 2 on one end multiply by 2 on other could work for splting it up.
  2. Its called use a varable in the class like public NBT. Thats basic java.
  3. Why not?
  4. Renameing a world does not rename the folder all of its data is in.
  5. use a custom packet and send a int.
  6. In SP he server can and in multiply the server needs packets to keep the client sunk up.
  7. Use java and a text file simple as that.
  8. World download and maybe the mods there so I can try debugging it.
  9. One of yours mods is improperly sending a packet to spawn a mob.
  10. If read you would know.
  11. It's a vinnila problem start vinnila and minimize it in main menu.
  12. Like I said its an error in 1.6.2-4 has it self because it crashes instead of the error. If on main page with Execption-Acesse violation. Which when it goes crash the client from GL render error it's in the same function. (I have tested this in 1.4.x -1.6.x)
  13. String text = Integer.toString(x);
  14. Happened in 1.4.x also its a problem that useto crash FtB on my comp.
  15. I would have had my ORE extend EndStone instead.
  16. True there are whole functions and classes that added Optifine support.
  17. You have to destroy the item yourself if it hits 0 i had to with my custom pick.
  18. It the mod_Shelf mod that got an error try a diifrent mod.
  19. I can write up a dirty fix for you problem with no base class edits using the bulking event.
  20. I now have a simple question how do you make a GUI in minecraft
  21. How do I make a GUI with out server side? I know NEI does but its a CoreMod
  22. I need Cleint side commands to make it work because it needs to work on BOTH forge villnail and Bukkit.
  23. Because I AM MAKING A IRC MOD THAT NEEDS TO WORK ON VINNALI TOO!
  24. I can't I am client side on a vinila.
  25. Your way won't work 2 things we need are private. So yah back to needed a object to be public.
×
×
  • Create New...

Important Information

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