World format

From Minicraft Wiki
Jump to navigation Jump to search

The current world format is text-based.

In the current latest version of Minicraft+ (^2.1), the format is listed below.

Folders

Relative Path Article Description
/Game.miniplussave The world's game settings and version.
/Entities.miniplussave All the entities in this world.
/Player.miniplussave The player's data.
/Inventory.miniplussave The items in the player's inventory.
/Level<level save index>.miniplussave The size, seed, relative level index and all the tiles of the level.
/Level<level save index>data.miniplussave All the tile data of the level.
/Quests.json[Will be added in 2.2.0] All the quest data and status.

World format

The current world format is CSV format, with the file extension .miniplussave.

CSV format

The CSV format are stored with separator ",".

JSON format

Currently, some files are saved as JSON format. The current text-based format will be replaced with JSON format in the future.[Will be added in 3.0]