Skip to content

Commit

Permalink
docs: ease off caps lock
Browse files Browse the repository at this point in the history
  • Loading branch information
slimit75 committed Jan 3, 2024
1 parent d40fe38 commit ec420a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shopsync.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
- Legacy code built on older versions of this specification may broadcast every 30 seconds instead of the situations outlined above.
The ShopSync standard is currently located at https://github.com/slimit75/ShopSync
Version: v1.2-staging, 2023-09-03
Version: v1.2-staging, 2023-09-15
]]--

{
Expand All @@ -34,7 +34,7 @@
version = "3150525" -- Optional. Can be anything human-readable: compile date, git commit shorthash, version number, etc
},
location = { -- Optional
coordinates = { 138, 75, 248 }, -- Optional table of {x, y, z}. ALL NUMBERS SHOULD BE INTEGERS!!! Should be location near shop (where items dispense, or place where monitor is visible from). Can also be automatically determined via modem GPS, if the location is not provided in the shop configuration.
coordinates = { 138, 75, 248 }, -- Optional table of integers in the format {x, y, z}. Should be location near shop (where items dispense, or place where monitor is visible from). Can also be automatically determined via modem GPS, if the location is not provided in the shop configuration.
description = "North of spawn, just outside Immediate Spawn Area.", -- Optional. Description of location
dimension = "overworld" -- "overworld", "nether", or "end". Optional, but include this if you are including a location.
},
Expand Down

0 comments on commit ec420a5

Please sign in to comment.