All synchronised settings require world restart!

This commit is contained in:
Electroblob77
2020-05-16 18:26:59 +01:00
parent 48a350b63a
commit cda9947e17
@@ -739,6 +739,7 @@ public final class Settings {
property = config.get(TWEAKS_CATEGORY, "bookItems", new String[0], "List of registry names of items which can be placed in a bookshelf, in addition to the defaults. Item names are not case sensitive. For mod items, prefix with the mod ID (e.g. thaumcraft:thaumonomicon).");
property.setLanguageKey("config." + Wizardry.MODID + ".book_items");
property.setRequiresWorldRestart(true);
bookItems = parseItemMetaStrings(property.getStringList());
propOrder.add(property.getName());