Port old ItemDb back

This commit is contained in:
md678685 2018-11-19 14:13:05 +00:00
parent 7dd52dab32
commit f7a1149cac
6 changed files with 588 additions and 5 deletions

View file

@ -314,4 +314,6 @@ public interface ISettings extends IConf {
boolean isCompassTowardsHomePerm();
boolean isAllowWorldInBroadcastworld();
String getItemDbType();
}