mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-01 22:03:02 +00:00
Starbeamrainbowlabs
7e6e61a00b
We might want to consider a separate distribution that omits all the test files......
16 lines
No EOL
249 B
JSON
16 lines
No EOL
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"
|
|
} |