Add Quark chest buttons to more GUIs

carryon-pedestal v1.2.0
copygirl 2 years ago
parent d10f679302
commit a114a38e23
  1. 11
      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

Loading…
Cancel
Save