Downloads

Here are all the publicly available download links:

Latest Resourcepack:
Resource Pack

A raw list of our world files:
Maps

All of our open source code lives on Github:
Source Code

TODO move info from the crystalized github wiki over to here

Example map_config.json for making a litestrike map:


{
	"version": 3,
	"placer_spawn": [45.5, 171.5, 26.5],
	"breaker_spawn": [47.5, 171.5, -82.5],
	"queue_spawn": [101.5, 171.5, 4.5],

	"map_name": "Zero",

	"map_features": {
		"launch_pad_block": "purple_concrete_powder",
		"levi_pad_block": "purpur_block"
	},

	"border_marker": "cherry_planks",

	"border_block_type": "red_stained_glass",
	"border_height": 15
}