fix version command

This commit is contained in:
dfsek
2021-01-01 17:43:10 -07:00
parent 07731c06c0
commit 256761eb5b
5 changed files with 14 additions and 2 deletions

View File

@@ -36,4 +36,6 @@ public interface TerraPlugin extends LoaderRegistrar {
ItemHandle getItemHandle();
void saveDefaultConfig();
String platformName();
}