mirror of
https://git.fellies.tech/minecraft/fellies.git
synced 2021-02-13 10:18:48 +00:00
Merge branch 'master' into '5-storage-drawers'
# Conflicts: # config/storagedrawers-common.toml
This commit is contained in:
commit
3e5fa0253e
8
config/fastbench.cfg
Normal file
8
config/fastbench.cfg
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
# Configuration file
|
||||||
|
|
||||||
|
general {
|
||||||
|
# If the recipe book is removed from the game. Server-enforced. [default: true]
|
||||||
|
B:"Remove Recipe Book"=true
|
||||||
|
}
|
||||||
|
|
||||||
|
|
@ -1,13 +1,19 @@
|
|||||||
|
|
||||||
[General]
|
[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.
|
#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.
|
#1x1 drawers hold 8 units, 1x2 drawers hold 4 units, 2x2 drawers hold 2 units.
|
||||||
#Half-depth drawers hold half those amounts.
|
#Half-depth drawers hold half those amounts.
|
||||||
baseStackStorage = 4
|
baseStackStorage = 4
|
||||||
|
enableExtraCompactingRules = true
|
||||||
#Range: 1 ~ 50
|
#Range: 1 ~ 50
|
||||||
controllerRange = 12
|
controllerRange = 12
|
||||||
enableUI = true
|
|
||||||
enableSidedInput = true
|
|
||||||
enableSidedOutput = true
|
enableSidedOutput = true
|
||||||
enableItemConversion = true
|
enableItemConversion = true
|
||||||
enableExtraCompactingRules = true
|
enableExtraCompactingRules = true
|
||||||
@ -17,13 +23,13 @@
|
|||||||
compactingRules = []
|
compactingRules = []
|
||||||
|
|
||||||
[StorageUpgrades]
|
[StorageUpgrades]
|
||||||
|
level2Mult = 4
|
||||||
#Storage upgrades multiply storage capacity by the given amount.
|
#Storage upgrades multiply storage capacity by the given amount.
|
||||||
#When multiple storage upgrades are used together, their multipliers are added before being applied.
|
#When multiple storage upgrades are used together, their multipliers are added before being applied.
|
||||||
level1Mult = 2
|
level1Mult = 2
|
||||||
level2Mult = 4
|
|
||||||
level3Mult = 8
|
level3Mult = 8
|
||||||
level4Mult = 16
|
|
||||||
level5Mult = 32
|
level5Mult = 32
|
||||||
|
level4Mult = 16
|
||||||
|
|
||||||
[Integration]
|
[Integration]
|
||||||
wailaStackRemainder = true
|
wailaStackRemainder = true
|
||||||
|
BIN
mods/FastFurnace-1.15.1-3.0.0.jar
Normal file
BIN
mods/FastFurnace-1.15.1-3.0.0.jar
Normal file
Binary file not shown.
BIN
mods/FastWorkbench-1.15.1-3.0.0.jar
Normal file
BIN
mods/FastWorkbench-1.15.1-3.0.0.jar
Normal file
Binary file not shown.
BIN
mods/Placebo-1.15.2-3.0.2.jar
Normal file
BIN
mods/Placebo-1.15.2-3.0.2.jar
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user