mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-05 03:53:41 +00:00
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:
parent
28559dda3a
commit
55074872fe
5 changed files with 38 additions and 4 deletions
|
@ -320,4 +320,6 @@ public interface ISettings extends IConf {
|
|||
String getItemDbType();
|
||||
|
||||
boolean isForceEnableRecipe();
|
||||
|
||||
boolean allowOldIdSigns();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue