mirror of
https://github.com/PolyhedralDev/Terra.git
synced 2025-07-18 10:32:30 +00:00
38 lines
547 B
Plaintext
38 lines
547 B
Plaintext
terra {
|
|
biome;
|
|
reload;
|
|
profile {
|
|
start;
|
|
stop;
|
|
reset;
|
|
query;
|
|
}
|
|
tpbiome {
|
|
biome brigadier:string single_word;
|
|
}
|
|
ore {
|
|
ore brigadier:string single_word;
|
|
}
|
|
image {
|
|
render {
|
|
size_x brigadier:integer {
|
|
size_z brigadier:integer;
|
|
}
|
|
}
|
|
gui {
|
|
raw;
|
|
step;
|
|
}
|
|
}
|
|
structure {
|
|
export {
|
|
structure brigadier:string single_word;
|
|
}
|
|
load {
|
|
structure brigadier:string single_word {
|
|
respect_chunk brigadier:bool;
|
|
}
|
|
}
|
|
getspawn;
|
|
}
|
|
} |