Użytkownik:Rafalon160/brudnopis

Map File Format edytuj

Each edition of Minecraft uses its own file format to store levels. The following information about the different level file formats can be used by software developers to create map editors, servers, level generators, and other programs. Blocks, items and data values are common to all map types.

Map Formats edytuj

Notch's notes on NBT format files.

Schematic files based on NBT format are used by a few 3rd party utilities to store sections of a map for later use.

Other Formats edytuj

Libraries edytuj

Mod Creation Tools edytuj

  • Minecraft Coder Pack used to create and edit mods to both the Minecraft client and server
  • Techne - the modeler: used to create custom models for in game use, comes with library of standard models.
  • FMCModeler can be used to create custom models for in game use, can also create models from Java code (with some restrictions). Written in Flash. It appears to be abandoned, but it's still working when used with CustomRenderer.

Server Protocol edytuj

Classic Server Protocol used by the Minecraft Classic Creative Multiplayer server.

For info on the Minecraft Beta server protocol, see the Minecraft Coalition Wiki.

Resources edytuj

Programs edytuj

URL Program OS Notes
http://www.delorie.com/djgpp/ Djgpp, GCC for Windows Windows
http://www.cygwin.com/ Cygwin the Linux-on-Windows (Unix Environment) Windows Good for Windows users.
http://www.microsoft.com/express/ Microsoft Visual Studio Express Windows Free version of Visual Studio, an IDE and compiler for C++, C# and Visual Basic.
http://java.sun.com/javase/downloads/index.jsp Java Development Kit download Cross-platform Essential if you want to interpret Java code