Update note in ForgePlatform on data version.

This commit is contained in:
Matthew Miller 2019-04-26 16:37:49 +10:00
parent 648ecf2153
commit 302cd8f348

View File

@ -66,7 +66,7 @@ class ForgePlatform extends AbstractPlatform implements MultiUserPlatform {
@Override @Override
public int getDataVersion() { public int getDataVersion() {
// TODO technically available as WorldInfo#field_209227_p but requires a world ref? // TODO switch to SharedConstants in 1.14
return 1631; return 1631;
} }