Skip to content

Commit

Permalink
changed formatting for easier diff
Browse files Browse the repository at this point in the history
Changed to "normal" JSON formatting. This will help much comparing version changes with diff tools. Probably enables non coders to be able to update definitions from wiki information.
  • Loading branch information
EtlamGit committed Jan 22, 2014
1 parent 966ec86 commit 657f601
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion definitions/vanilla_dims.json
Original file line number Diff line number Diff line change
@@ -1 +1,23 @@
{"name":"Vanilla","type":"dimension","version":"1.6.2","data":[{"name":"Overworld","path":".","scale":1},{"name":"Nether","path":"DIM-1","scale":8},{"name":"End","path":"DIM1","scale":0}],"update":"http://seancode.com/minutor/packs/vanilla_dims.json"}
{
"name": "Vanilla",
"type": "dimension",
"version": "1.6.2",
"data": [
{
"name": "Overworld",
"path": ".",
"scale": 1
},
{
"name": "Nether",
"path": "DIM-1",
"scale": 8
},
{
"name": "End",
"path": "DIM1",
"scale": 0
}
],
"update": "http://seancode.com/minutor/packs/vanilla_dims.json"
}

0 comments on commit 657f601

Please sign in to comment.