Fixed doc comments

This commit is contained in:
Cooldude2606
2021-04-15 22:03:32 +01:00
parent 0866e9f9c3
commit 49e056fee1

View File

@@ -22,7 +22,7 @@ return {
afk_belts = { --- @setting afk_belts Settings relating to adding afk belts to spawn
enabled = true, --- @setting enabled Weather afk belts will be added to spawn
belt_type = 'transport-belt', --- @setting belt_type The belt to used used as afk belts
protected = true, --- @settins protected Weather belts will be protected from player interaction
protected = true, --- @setting protected Weather belts will be protected from player interaction
offset = { x=0, y=0 }, --- @setting offset The position offset to apply to afk belts
locations={ --- @setting locations The locations to spawn afk belts at, given as the top left position
{-5, -5}, { 5, -5},
@@ -42,10 +42,10 @@ return {
}
},
entities = { --- @setting entities Settings relating to adding entities to spawn
enabled = true, --- @settings enabled Weather entities will be added to spawn
protected = true, --- @settins protected Weather entities will be protected from player interaction
operable = true, --- @settings operable Weather entities can be opened by players, must be true if chests are used
offset = { x=0, y=-2 }, --- @settings offset The position offset to apply to entities
enabled = true, --- @setting enabled Weather entities will be added to spawn
protected = true, --- @setting protected Weather entities will be protected from player interaction
operable = true, --- @setting operable Weather entities can be opened by players, must be true if chests are used
offset = { x=0, y=-2 }, --- @setting offset The position offset to apply to entities
locations = { --- @setting locations The location and names of entities {name,x,y}
{"stone-wall",-10,-5},{"stone-wall",-10,-4},{"stone-wall",-10,-3},{"stone-wall",-10,-2},{"stone-wall",-10,-1},{"stone-wall",-10,0},{"stone-wall",-10,3},{"stone-wall",-10,4},{"stone-wall",-10,5},
{"stone-wall",-10,6},{"stone-wall",-10,7},{"stone-wall",-10,8},{"small-lamp",-8,-4},{"small-lamp",-8,-1},{"iron-chest",-8,0},{"iron-chest",-8,3},{"small-lamp",-8,4},
@@ -64,9 +64,9 @@ return {
}
},
pattern = {
enabled = true, --- @settings enabled Weather pattern tiles will be added to spawn
enabled = true, --- @setting enabled Weather pattern tiles will be added to spawn
pattern_tile = 'stone-path', --- @setting pattern_tile The tile to be used for the pattern
offset = { x=0, y=-2 }, --- @settings offset The position offset to apply to pattern tiles
offset = { x=0, y=-2 }, --- @setting offset The position offset to apply to pattern tiles
locations = { --- @setting locations The location of the pattern tiles {x,y}
{-49,-3},{-49,-2},{-49,1},{-49,2},{-49,5},{-49,6},{-48,-4},{-48,-3},{-48,-2},{-48,1},{-48,2},{-48,5},{-48,6},{-48,7},{-47,-7},{-47,-6},{-47,-5},{-47,-4},{-47,-3},{-47,-2},{-47,5},{-47,6},{-47,7},{-47,8},{-47,9},{-47,10},{-46,-8},{-46,-7},{-46,-6},{-46,-5},
{-46,-4},{-46,-3},{-46,-2},{-46,-1},{-46,4},{-46,5},{-46,6},{-46,7},{-46,8},{-46,9},{-46,10},{-46,11},{-45,-17},{-45,-16},{-45,-15},{-45,-14},{-45,-13},{-45,-12},{-45,-9},{-45,-8},{-45,-7},{-45,-2},{-45,-1},{-45,0},{-45,1},{-45,2},{-45,3},{-45,4},{-45,5},{-45,10},