diff --git a/manifest.json b/manifest.json index 333a531..25f1e93 100644 --- a/manifest.json +++ b/manifest.json @@ -72,7 +72,7 @@ }, { "projectID": 223852, - "fileID": 2952606, + "fileID": 4655859, "required": true }, { diff --git a/overrides/config/storagedrawers.cfg b/overrides/config/storagedrawers.cfg index 87c095f..40f8706 100644 --- a/overrides/config/storagedrawers.cfg +++ b/overrides/config/storagedrawers.cfg @@ -52,6 +52,14 @@ blocks { B:enabled=true } + framedblocks { + # Changes whether items used for decoration in the Framing Table gets consumed. Leave true to consume items (default behaviour). + B:consumeDecorationItems=true + B:enableFramedDrawers=true + B:enableFramedTrims=true + B:enableFramingTable=true + } + } @@ -64,7 +72,6 @@ general { B:enableDebugLogging=false B:enableDrawerUI=true B:enableFallbackRecipes=true - B:enableFramedDrawers=true B:enableIndicatorUpgrades=true B:enableItemConversion=false B:enableLockUpgrades=true @@ -90,7 +97,14 @@ general { integration { B:enableMineTweaker=true + + # Whether to enable The One Probe integration, which overrides the displayed block for Storage Drawers related blocks. Warning: Turning this off will make TOP display some Storage Drawers blocks incorrectly. + B:enableTOP=true + + # Whether to enable Thaumcraft integration, which adding icons on drawers if the item stored has an Aspect. B:enableThaumcraft=false + + # Whether to enable What Am I Looking At integration, which overrides the displayed block for Storage Drawers related blocks, and adds several Storage Drawers related options to the config. Warning: Turning this off will make Waila display some Storage Drawers blocks incorrectly. B:enableWaila=true }