Minetest-WorldEditAdditions/.tests/parse/file/testfiles/header_valid2_delta.json
Starbeamrainbowlabs 7e6e61a00b
start basic tests for headers.
We might want to consider a separate distribution that omits all the test files......
2023-08-15 02:59:19 +01:00

16 lines
249 B
JSON

{
"name": "A castle",
"description": "A grand fairy-tale style castle with multiple towers.",
"size": {
"x": 50,
"y": 25,
"z": 75
},
"offset": {
"x": 3,
"y": 0,
"z": 5
},
"type": "delta",
"generator": "WorldEditAdditions v1.14"
}