Update StorageDrawers from v5.4.2 to v5.5.0

This commit is contained in:
IntegerLimit 2023-07-24 21:07:04 +10:00
parent 10a6ebeb59
commit 94744c0259
2 changed files with 16 additions and 2 deletions

View File

@ -72,7 +72,7 @@
},
{
"projectID": 223852,
"fileID": 2952606,
"fileID": 4655859,
"required": true
},
{

View File

@ -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
}