World
A world is the space where all tiles, mobs, items, etc. exist. It’s generated by the player on the World Creation menu and where the game takes place.
Generation
World Settings
World Size
A world size is the amount or size of the space in a world.
Listed Available Sizes:
- 128x128 (Small)
- 256x256 (Medium)
- 512x512 (Large)
Beyond Sizes
The current world generation and loading engine has the capability of generating and loading worlds beyond 512x512. These sizes are not recommended as it makes the game laggy and sometimes buggy. Such worlds cannot be generated normally without manipulating the generation code however, an non-manipulated game can load beyond sized worlds that are already generated.
World Save
Storage Location
Each world is saved in playminicraft/mods/Minicraft_Plus/saves
folder.
A world save includes Entities.miniplussave
, Game.miniplussave
, Level<level_num>.miniplussave
, Level<level_num>data.miniplussave
and Player.miniplussave
.
Format
- Main article: World format
All save files are text-based. The contents of the saves are separated by commas (,
).