blob: 2fc223f5eb33aed7dc65a67ecf4da4176c05a944 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
|
# Configuration file
~CONFIG_VERSION: 1.0.0
enablefluid {
# Enables Ethanol fluid. [default: true]
B:bio.ethanol=true
# Enables Biomass fluid. [default: true]
B:biomass=true
# Enables Honey fluid. [default: true]
B:for.honey=true
# Enables Liquid Glass fluid. [default: true]
B:glass=true
# Enables Crushed Ice fluid. [default: true]
B:ice=true
# Enables Fruit Juice fluid. [default: true]
B:juice=true
# Enables Milk fluid. [default: true]
B:milk=true
# Enables Seed Oil fluid. [default: true]
B:seed.oil=true
# Enables Short Mead fluid. [default: true]
B:short.mead=true
}
enablefluidblock {
# Enables Ethanol in-world fluid block. [default: true]
B:bio.ethanol=true
# Enables Biomass in-world fluid block. [default: true]
B:biomass=true
# Enables Honey in-world fluid block. [default: true]
B:for.honey=true
# Enables Liquid Glass in-world fluid block. [default: true]
B:glass=true
# Enables Crushed Ice in-world fluid block. [default: true]
B:ice=true
# Enables Fruit Juice in-world fluid block. [default: true]
B:juice=true
# Enables Milk in-world fluid block. [default: true]
B:milk=true
# Enables Seed Oil in-world fluid block. [default: true]
B:seed.oil=true
# Enables Short Mead in-world fluid block. [default: true]
B:short.mead=true
}
|