-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinfinitefluids.cfg
28 lines (21 loc) · 1.2 KB
/
infinitefluids.cfg
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
# Configuration file
##########################################################################################################
# general
#--------------------------------------------------------------------------------------------------------#
# Use block names (like with /setblock) here, such as minecraft:lava or tconstruct:blueslime.
##########################################################################################################
general {
# A list of fluids that will be infinite inside of the Nether (and any mod-added dimensions where water can't be placed) [default: ]
S:fluidsInsideNether <
minecraft:lava
>
# A list of fluids that will be infinite outside of the Nether (or any mod-added dimensions where water can't be placed) [default: [minecraft:water]]
S:fluidsOutsideNether <
biomesoplenty:hot_spring_water
minecraft:water
>
# Whether to invert the function of fluidsInsideNether (i.e., make all fluids infinite except those listed) [default: false]
B:invertInsideNether=false
# Whether to invert the function of fluidsOutsideNether (i.e., make all fluids infinite except those listed) [default: false]
B:invertOutsideNether=false
}