Jump to content

mailmindlin

Members
  • Posts

    10
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed
  • Personal Text
    I am new!

mailmindlin's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. How does minecraft do it (leaf blocks)?
  2. Is there a way to detect which blocks were placed by a player and which were naturally generated? I am trying to make a autobuilder, and I don't want it to overwrite anyone's blocks.
  3. I understand how minecraft does it, but how can I do it without modifying minecraft source code (to increase compatibility with mods like optifine and such). Is there an API somewhere?
  4. I was testing my mod, and I saw (in the esc GUI: the one that allows you to save your world and stuff) a button named 'Mod Options'. What is it for, and how can I use it? Thanks in advance.
  5. I also agree. I wonder if there's something out there that already exists? It would be awesome if writing mods was easy as writing a bukkit plugin: a centeralized(ish) API, no obfuscated code, and readable error messages! I hope that Mojang fixes it with their modder api.
  6. Is there a way to get a list of all mods installed? I'm currently scanning through the .minecraft/mods folder, but it only gets the file names. I'd prefer a way to get the names of the mods instead, hopefully without scanning the .minecraft folder. Thanks in advance.
  7. How do I add sliders and buttons? I want to add 3 sliders to the 'graphics options' menu, but I can't find any tutorials or other documentation for this (besides net.minecraft.client.gui.GuiSlider.java)
  8. Is there a way to intercept standard minecraft packets (i.e., those that are sent from a server to the client with chat text)? I need to intercept the packets *before* they are displayed.
×
×
  • Create New...

Important Information

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