Implement structure storage format (to be moved to Gaea in the future)

This commit is contained in:
dfsek
2020-09-22 20:52:11 -07:00
parent 53a82470da
commit aa326d95e9
14 changed files with 400 additions and 106 deletions
+10
View File
@@ -24,4 +24,14 @@ terra {
step;
}
}
structure {
export {
structure brigadier:string single_word;
}
load {
structure brigadier:string single_word {
respect_chunk brigadier:bool;
}
}
}
}