From a114a38e23ccdb0d40a40e7aff976ba42820b2c6 Mon Sep 17 00:00:00 2001 From: copygirl Date: Sun, 31 Jul 2022 17:42:45 +0200 Subject: [PATCH] Add Quark chest buttons to more GUIs --- config/quark-common.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/config/quark-common.toml b/config/quark-common.toml index 058d9d5..0fc18a0 100644 --- a/config/quark-common.toml +++ b/config/quark-common.toml @@ -23,6 +23,17 @@ #A list of screens that can accept quark's buttons. Use "Print Screen Classnames" to find the names of any others you'd want to add. "Allowed Screens" = [ "com.mrcrayfish.backpacked.client.gui.screen.inventory.BackpackScreen", + + "net.blay09.mods.cookingforblockheads.client.gui.screen.CounterScreen", + "net.blay09.mods.cookingforblockheads.client.gui.screen.FridgeScreen", + "net.blay09.mods.cookingforblockheads.client.gui.screen.FruitBasketScreen", + "net.blay09.mods.cookingforblockheads.client.gui.screen.SpiceRackScreen", + + "blusunrize.immersiveengineering.client.gui.CrateScreen$StandardCrate", + "blusunrize.immersiveengineering.client.gui.CrateScreen$EntityCrate", + + # FIXME: Appears to not be working, unfortunately. + # "cofh.thermal.core.client.gui.storage.SatchelScreen", ] #If set to true, the 'Allowed Screens' option will work as a Blacklist rather than a Whitelist. WARNING: Use at your own risk as some mods may not support this. "Use Screen List Blacklist" = false