mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-01 13:53:03 +00:00
15 lines
155 B
JSON
15 lines
155 B
JSON
|
{
|
||
|
"name": "A castle",
|
||
|
"size": {
|
||
|
"x": 50,
|
||
|
"y": 25,
|
||
|
"z": 75
|
||
|
},
|
||
|
"offset": {
|
||
|
"x": 3,
|
||
|
"y": 0,
|
||
|
"z": 5
|
||
|
},
|
||
|
"type": "full",
|
||
|
"generator": 552323
|
||
|
}
|