forked from copygirl/heck
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.
36 lines
1.3 KiB
36 lines
1.3 KiB
|
|
[General] |
|
#The number of item stacks held in a basic unit of storage. |
|
#1x1 drawers hold 8 units, 1x2 drawers hold 4 units, 2x2 drawers hold 2 units. |
|
#Half-depth drawers hold half those amounts. |
|
baseStackStorage = 4 |
|
#Controller range defines how far away a drawer can be connected |
|
#on X, Y, or Z planes. The default value of 50 gives the controller a very |
|
#large range, but not beyond the chunk load distance. |
|
#Range: 1 ~ 75 |
|
controllerRange = 50 |
|
enableUI = true |
|
enableSidedInput = true |
|
enableSidedOutput = true |
|
enableItemConversion = false |
|
enableExtraCompactingRules = true |
|
debugTrace = false |
|
#List of rules in format "domain:item1, domain:item2, n". |
|
#Creates a compacting drawer rule to convert 1 of item1 into n of item2. |
|
compactingRules = ["minecraft:clay, minecraft:clay_ball, 4"] |
|
|
|
[StorageUpgrades] |
|
#Storage upgrades multiply storage capacity by the given amount. |
|
#When multiple storage upgrades are used together, their multipliers are added before being applied. |
|
level1Mult = 2 |
|
level2Mult = 4 |
|
level3Mult = 6 |
|
level4Mult = 8 |
|
level5Mult = 16 |
|
|
|
[Integration] |
|
#When true, shows quantity as NxS + R (by stack size) rather than count |
|
wailaStackRemainder = true |
|
#When true, does not show current quantities unless quantify key was used |
|
wailaRespectQuantifyKey = false |
|
|
|
|