We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cccf9ab + acc155c commit 36c543fCopy full SHA for 36c543f
src/main/java/org/spongepowered/api/data/persistence/DataFormats.java
@@ -48,6 +48,8 @@ public final class DataFormats {
48
49
public static final DefaultedRegistryReference<StringDataFormat> JSON = DataFormats.stringKey(ResourceKey.sponge("json"));
50
51
+ public static final DefaultedRegistryReference<StringDataFormat> SNBT = DataFormats.stringKey(ResourceKey.sponge("snbt"));
52
+
53
public static final DefaultedRegistryReference<DataFormat> NBT = DataFormats.key(ResourceKey.sponge("nbt"));
54
55
// SORTFIELDS:OFF
0 commit comments