12 lines
304 B
JSON
12 lines
304 B
JSON
|
|
{
|
||
|
|
"fill":"wood",
|
||
|
|
"height":50,
|
||
|
|
"width":50,
|
||
|
|
"features":[
|
||
|
|
{"w":5,"h":2,"t":{"thing":"grass","action":"tp","target_world":"world"}},
|
||
|
|
{"w":8,"h":2,"t":{"thing":"grass","action":"tp","target_world":"exported_world"}},
|
||
|
|
{"w":5,"h":5,"t":{"thing":"grass","action":"none"}}
|
||
|
|
],
|
||
|
|
"pspawn":{"w":5,"h":5}
|
||
|
|
}
|