Add setting to enable item ID recognition on signs

Item IDs can now be enabled for existing signs by manually changing a config option, but there is no facility to create new signs with item IDs.
This commit is contained in:
md678685 2018-12-23 23:02:36 +00:00
parent 28559dda3a
commit 55074872fe
5 changed files with 38 additions and 4 deletions

View file

@ -320,4 +320,6 @@ public interface ISettings extends IConf {
String getItemDbType();
boolean isForceEnableRecipe();
boolean allowOldIdSigns();
}