blob: 5f0db2c960f67fd527bf9fd19cf3060562f9a2da (
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
|
# Configuration file
"modules: disabling these will disable a chunk of the mod" {
# Tinkers Construct compatibility for NEI
B:"Tinkers NEI Compatibility"=true
# Tinkers Construct compatibility for Waila
B:"Tinkers Waila Compatibility"=true
# Modifyable armors, such as the traveller's gear.
B:"Tinkers' Armory"=true
# Mechanical machinations and steampunk inspired shenanigans.
B:"Tinkers' Mechworks"=true
# Liquid metals, casting, and the multiblock structure.
B:"Tinkers' Smeltery"=true
# The main core of the mod! All of the tools, the tables, and the patterns are here.
B:"Tinkers' Tools"=true
# Ores, slime islands, essence berries, and the like.
B:"Tinkers' World"=true
}
|