Header (landofsignals.json)¶
Description¶
The first thing you'll need to create a contentpack is the landofsignals.json
.
It contains all the vitale information needed for LandOfSignals to add your content to the game.
It contains the name, author, packversion and addonversion of your pack as well as the links to the blocks.
The first entries in your ZIP file should be /landofsignals.json
(file) and /assets/
(directory).
There can't be a folder above.
Structure¶
-
The name you want your contentpack to have.
Preferably something meaningful and descriptive.Needs to be unique!
If more than one pack has the same name, only one will be loaded.Should not be changed!
Changing the name will break existing blocks. -
The version of your pack.
Choose a format of your liking.
There is no validation. -
The author(s) of the pack. You?
No validation as well. -
The addon-version used.
Should be "2" (latest) -
This contains all yours blocks. Can be 1+ entries.
The first folders always have to be
assets/landofsignals/
After that you can choose folders and filenames freely. -
Each entry (block) consists of the file path and type of block.
Available types:
BLOCKCOMPLEXSIGNAL, BLOCKSIGNAL, BLOCKDECO, BLOCKSIGN, BLOCKSIGNALBOX and BLOCKLEVER
Overview and further information
ContentPacksV2