mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-27 01:13:00 +00:00
typo
This commit is contained in:
parent
a39b2191a5
commit
c734a46579
1 changed files with 1 additions and 1 deletions
|
@ -195,7 +195,7 @@ A specific example of a header JSON object is noted below. This example is prett
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"name": "A castle",
|
"name": "A castle",
|
||||||
"description": "A grand fairy tale-style castle with multiple towers.",
|
"description": "A grand fairy-tale style castle with multiple towers.",
|
||||||
"size": { "x": 50, "y": 25, "z": 75 },
|
"size": { "x": 50, "y": 25, "z": 75 },
|
||||||
"offset": { "x": 3, "y": 0, "z": 5 },
|
"offset": { "x": 3, "y": 0, "z": 5 },
|
||||||
"type": "full",
|
"type": "full",
|
||||||
|
|
Loading…
Reference in a new issue