-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathneiintegration.cfg
68 lines (45 loc) · 2.77 KB
/
neiintegration.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
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
65
66
# Configuration file
handlers {
# Shows information about registered fluids when looking them or related items up.
B:"Fluid Registry"=false
# Shows information about items registered in the Ore Dictionary when looking up item usage.
B:"Ore Dictionary"=false
}
tooltips {
# Show the burn time of items when used as furnace fuel.
B:"Burn Time"=false
# If burn times are enabled, they will only be shown in advanced (F3+H) tooltips. Effect stacks with Shift if enabled.
B:"Burn Time Advanced"=false
# If burn times are enabled, they will only be shown if the Shift key is held. Effect stacks with Advanced if enabled.
B:"Burn Time Shift"=false
# Show some fluid info on fluid-related items.
B:"Fluid Registry Info"=false
# If fluid registry info is enabled, it will only be shown in advanced (F3+H) tooltips. Effect stacks with Shift if enabled.
B:"Fluid Registry Info Advanced"=false
# If fluid registry info is enabled, it will only be shown if the Shift key is held. Effect stacks with Advanced if enabled.
B:"Fluid Registry Info Shift"=false
# Show the internal name (example: 'minecraft:stone') of items.
B:"Internal Name"=false
# If internal names are enabled, they will only be shown in advanced (F3+H) tooltips. Effect stacks with Shift if enabled.
B:"Internal Name Advanced"=false
# If internal names are enabled, they will only be shown if the Shift key is held. Effect stacks with Advanced if enabled.
B:"Internal Name Shift"=false
# Show the unlocalized name (example: 'minecraft:stone') of items.
B:"Maximum Stack Size"=false
# If unlocalized names are enabled, they will only be shown in advanced (F3+H) tooltips. Effect stacks with Shift if enabled.
B:"Maximum Stack Size Advanced"=false
# If unlocalized names are enabled, they will only be shown if the Shift key is held. Effect stacks with Advanced if enabled.
B:"Maximum Stack Size Shift"=false
# Show the Ore Dictionary names of items.
B:"Ore Dictionary Names"=false
# If Ore Dictionary names are enabled, they will only be shown in advanced (F3+H) tooltips. Effect stacks with Shift if enabled.
B:"Ore Dictionary Names Advanced"=false
# If Ore Dictionary names are enabled, they will only be shown if the Shift key is held. Effect stacks with Advanced if enabled.
B:"Ore Dictionary Names Shift"=false
# Show the unlocalized name of items.
B:"Unlocalized Name"=false
# If unlocalized names are enabled, they will only be shown in advanced (F3+H) tooltips. Effect stacks with Shift if enabled.
B:"Unlocalized Name Advanced"=false
# If unlocalized names are enabled, they will only be shown if the Shift key is held. Effect stacks with Advanced if enabled.
B:"Unlocalized Name Shift"=false
}