Skip to content

Commit

Permalink
Config Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Yamorii committed Mar 13, 2020
1 parent da0f43d commit b7d46f4
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 41 deletions.
41 changes: 0 additions & 41 deletions overrides/config/inventoryhud-client.toml

This file was deleted.

6 changes: 6 additions & 0 deletions overrides/config/lithium.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# This is the configuration file for Lithium.
#
# You can find information on editing this file and all the available options here:
# https://github.com/jellysquid3/Lithium/wiki/Configuration-File
#
# By default, this file will be empty except for this notice.
30 changes: 30 additions & 0 deletions overrides/config/storagedrawers-common.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@

[General]
#List of rules in format "domain:item1, domain:item2, n".
#Causes a compacting drawer convert n of item1 into 1 of item2.
compactingRules = ["minecraft:clay, minecraft:clay_ball, 4"]
enableUI = true
debugTrace = false
enableItemConversion = true
enableSidedInput = true
#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
enableExtraCompactingRules = true
#Range: 1 ~ 50
controllerRange = 12
enableSidedOutput = true

[StorageUpgrades]
level2Mult = 4
#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
level3Mult = 8
level5Mult = 32
level4Mult = 16

[Integration]
wailaStackRemainder = true

0 comments on commit b7d46f4

Please sign in to comment.