You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
119 lines
2.4 KiB
119 lines
2.4 KiB
# 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:enabled=true
|
|
I:range=12
|
|
}
|
|
|
|
trim {
|
|
B:enabled=true
|
|
I:recipeOutput=4
|
|
}
|
|
|
|
controllerslave {
|
|
B:enabled=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 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
|
|
S:wailaStackRemainder=stack + remainder
|
|
}
|
|
|
|
|
|
integration {
|
|
B:enableMineTweaker=true
|
|
B:enableWaila=true
|
|
}
|
|
|
|
|
|
registries {
|
|
# Items should be in form domain:item or domain:item:meta. [default: [Ljava.lang.String;@47eec15f]
|
|
S:compactingRules <
|
|
minecraft:clay, minecraft:clay_ball, 4
|
|
>
|
|
|
|
# List of ore dictionary names to blacklist for substitution. [default: [Ljava.lang.String;@1de6e4c5]
|
|
S:oreBlacklist <
|
|
>
|
|
|
|
# List of ore dictionary names to whitelist for substitution. [default: [Ljava.lang.String;@26c975bb]
|
|
S:oreWhitelist <
|
|
>
|
|
B:registerExtraCompactingRules=true
|
|
}
|
|
|
|
|
|
upgrades {
|
|
I:level2Mult=2
|
|
I:level3Mult=4
|
|
I:level4Mult=8
|
|
I:level5Mult=16
|
|
I:level6Mult=32
|
|
}
|
|
|
|
|