Files
2025-06-18 18:26:57 -07:00

163 lines
5.0 KiB
INI

# Configuration file
blocks {
fulldrawers1 {
I:baseStorage=32
B:enabled=true
I:recipeOutput=1
}
fulldrawers2 {
I:baseStorage=16
B:enabled=true
I:recipeOutput=2
}
fulldrawers4 {
I:baseStorage=8
B:enabled=true
I:recipeOutput=4
}
halfdrawers2 {
I:baseStorage=8
B:enabled=true
I:recipeOutput=2
}
halfdrawers4 {
I:baseStorage=4
B:enabled=true
I:recipeOutput=4
}
compdrawers {
I:baseStorage=16
B:enabled=true
I:recipeOutput=1
}
controller {
B:enableControllerIO=true
B:enabled=true
I:range=12
}
trim {
B:enabled=true
I:recipeOutput=4
}
controllerslave {
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=false
B:enableFramedDrawers=true
B:enableFramedTrims=true
B:enableFramingTable=true
}
}
general {
B:creativeTabVanillaWoods=true
B:defaultQuantify=false
B:enableCreativeUpgrades=true
# Writes additional log messages while using the mod. Mainly for debug purposes. Should be kept disabled unless instructed otherwise.
B:enableDebugLogging=false
B:enableDrawerUI=true
B:enableFallbackRecipes=true
B:enableFramedDrawers=true
B:enableIndicatorUpgrades=true
B:enableItemConversion=true
B:enableLockUpgrades=true
B:enablePersonalUpgrades=true
B:enableQuantifiableUpgrades=true
B:enableRedstoneUpgrades=true
B:enableShroudUpgrades=true
B:enableSidedInput=true
B:enableSidedOutput=true
B:enableStorageUpgrades=true
B:enableTape=true
B:enableVoidUpgrades=true
# Inverts left and right click action on drawers. If this is true, left click will insert items and right click will extract items. Leave false for default behavior.
B:invertClick=false
# Inverts how shift works with drawers. If this is true, shifting will only give one item, where regular clicks will give a full stack. Leave false for default behavior.
B:invertShift=false
B:keepContentsOnBreak=true
S:wailaStackRemainder=stack + remainder
}
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 adds icons on drawers if the item stored has an Aspect.
B:enableThaumcraft=true
# 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
}
registries {
# Items should be in form domain:item or domain:item:meta. [default: [minecraft:clay, minecraft:clay_ball, 4]]
S:compactingRules <
minecraft:clay, minecraft:clay_ball, 4
biomesoplenty:flesh, biomesoplenty:fleshchunk, 4
industrialforegoing:dryrubber, industrialforegoing:tinydryrubber, 9
divinerpg:divine_stone, divinerpg:divine_shards, 9
contenttweaker:enhanced_chaos_shard, contenttweaker:enhanced_chaos_fragment, 9
aoa3:gilded_lotto_banner, aoa3:lotto_banner, 9
aoa3:encrusted_lotto_banner, aoa3:gilded_lotto_banner, 9
aoa3:bejewelled_lotto_banner, aoa3:encrusted_lotto_banner, 9
hatchery:fiber_pad, hatchery:feather_fiber, 9
divinerpg:ender_stone, divinerpg:ender_shards, 9
divinerpg:legendary_ender_eye, divinerpg:ender_stone, 9
techreborn:scrapbox, techreborn:part:33, 9
woot:stygianiron, woot:stygianironingot, 9
divinerpg:corrupted_stone, divinerpg:corrupted_shards, 9
divinerpg:divine_stone, divinerpg:divine_shards, 9
divinerpg:ender_stone, divinerpg:ender_shards, 9
divinerpg:ice_stone, divinerpg:ice_shards, 9
divinerpg:jungle_stone, divinerpg:jungle_shards, 9
divinerpg:molten_stone, divinerpg:molten_shards, 9
divinerpg:terran_stone, divinerpg:terran_shards, 9
divinerpg:shadow_stone, divinerpg:shadow_bar, 4
contenttweaker:compressed_realgar, contenttweaker:universal_realgar, 9
contenttweaker:double_compressed_realgar, contenttweaker:compressed_realgar, 9
contenttweaker:triple_compressed_realgar, contenttweaker:double_compressed_realgar, 9
>
# List of ore dictionary names to blacklist for substitution. [default: ]
S:oreBlacklist <
>
# List of ore dictionary names to whitelist for substitution. [default: ]
S:oreWhitelist <
>
B:registerExtraCompactingRules=true
}
upgrades {
I:level2Mult=2
I:level3Mult=4
I:level4Mult=8
I:level5Mult=16
I:level6Mult=32
}