Skip to content

Commit b77bc61

Browse files
acikekfalkreon
andauthored
Move shard type loading to datapacks (#22)
* groundwork * make it work * fix server crash * use stringifiedTranslatable when necessary * move respacks to top-level * comment out shard type saving in persistentstate * new ShardType json schema, move codecs to camelcase, misc fixes --------- Co-authored-by: Falkreon <[email protected]>
1 parent d2fbe6b commit b77bc61

36 files changed

+209
-137
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"shard_type.bc23.visitor.description": "Visitor Shard",
3+
"shard_type.bc23.challenge.description": "Challenge Shard",
4+
"shard_type.bc23.secret.description": "Secret Shard",
5+
"shard_type.bc23.missing.description": "Missing Shard"
6+
}

0 commit comments

Comments
 (0)