Skip to content

Commit acc155c

Browse files
committed
feat(data): add DataFormats#SNBT
1 parent 71e933e commit acc155c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/org/spongepowered/api/data/persistence/DataFormats.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ public final class DataFormats {
4848

4949
public static final DefaultedRegistryReference<StringDataFormat> JSON = DataFormats.stringKey(ResourceKey.sponge("json"));
5050

51+
public static final DefaultedRegistryReference<StringDataFormat> SNBT = DataFormats.stringKey(ResourceKey.sponge("snbt"));
52+
5153
public static final DefaultedRegistryReference<DataFormat> NBT = DataFormats.key(ResourceKey.sponge("nbt"));
5254

5355
// SORTFIELDS:OFF

0 commit comments

Comments
 (0)