mirror of
https://git.fellies.tech/minecraft/fellies.git
synced 2021-02-13 10:18:48 +00:00
Add FastWorkbench v1.15.1-3.0.0. Add library Placebo v1.15.2-3.0.2.
This commit is contained in:
parent
0c9c1328f3
commit
a6bd3f3712
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,29 +1,29 @@
|
|||||||
|
|
||||||
[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
|
|
||||||
enableExtraCompactingRules = true
|
|
||||||
debugTrace = false
|
|
||||||
#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"]
|
|
||||||
|
|
||||||
[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/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