Jump to content

pixelzee

Members
  • Posts

    9
  • Joined

  • Last visited

Converted

  • Gender
    Undisclosed
  • Personal Text
    I am new!

pixelzee's Achievements

Tree Puncher

Tree Puncher (2/8)

0

Reputation

  1. nope the basics of minecraft will still be there, it will be essentially like minez but a whole lot bigger, and yes I do , just wondering has the release date of 1.3 been announced?
  2. The reason people sue is because Mojang is a big opponent, if i was to copy some of his code to create a mod for minecraft why would mojang sue me if the mod would increase sales and is a free way advertising? I'm not planning of earning money since I own a media server and it is nearly all run of renewable power
  3. this has changed ("menu.multiplayer"))); to this ("Play")));
  4. surely if those base classes are changed to a large scale then those classes are not made by mojang?
  5. Me and a friend are making a multiplayer only game, so players could only connect to a servers, and we had an idea to have 1000s of people on one server at a time, i.e a mmorpg mod Also im new to coding in java so my friend is doing all the complicated stuff, what do you mean "to" and "from" codes?
  6. Why do I get errors when I change the Mainmenu name "Mutliplayer" to "Play"? From this.controlList.add(this.PlayButton = new GuiButton(2, this.width / 2 - 100, var4 + 24, var2.translateKey("menu.multiplayer"))); To this.controlList.add(this.PlayButton = new GuiButton(2, this.width / 2 - 100, var4 + 24, var2.translateKey("Play"))); Errors OpenAL initialized. java.lang.NullPointerException at net.minecraft.src.GuiMultiplayer.loadServerList(GuiMultiplayer.java:94) at net.minecraft.src.GuiMultiplayer.initGui(GuiMultiplayer.java:79) at net.minecraft.src.GuiScreen.setWorldAndResolution(GuiScreen.java:150) at net.minecraft.client.Minecraft.displayGuiScreen(Minecraft.java:638) at net.minecraft.src.GuiMainMenu.actionPerformed(GuiMainMenu.java:146) at net.minecraft.src.GuiScreen.mouseClicked(GuiScreen.java:114) at net.minecraft.src.GuiScreen.handleMouseInput(GuiScreen.java:186) at net.minecraft.src.GuiScreen.handleInput(GuiScreen.java:165) at net.minecraft.client.Minecraft.runTick(Minecraft.java:1567) at net.minecraft.client.Minecraft.runGameLoop(Minecraft.java:822) at net.minecraft.client.Minecraft.run(Minecraft.java:750) at java.lang.Thread.run(Unknown Source) Stopping! SoundSystem shutting down... Author: Paul Lamb, www.paulscode.com
×
×
  • Create New...

Important Information

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