forked from GTNewHorizons/GT-New-Horizons-Modpack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAvaritia.cfg
85 lines (69 loc) · 2.65 KB
/
Avaritia.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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
# Configuration file
"balance!" {
# Added to the existing modifier to make prices more expensive or cheaper. Can be negative.
I:"Cost Modifier"=0
# Added to the existing multiplier to make prices more expensive or cheaper. Can be negative.
I:"Cost Multiplier"=1
}
##########################################################################################################
# compatibility
#--------------------------------------------------------------------------------------------------------#
# Disable to stop compatibility with that particular mod. Will not use the mod in recipes or add new items for that mod.
##########################################################################################################
compatibility {
B:"Applied Energistics 2"=true
B:"Ars Magica 2"=true
B:"Big Reactors"=true
B:"Blood Magic"=true
B:Botania=true
B:DarkSteel=true
B:"Draconic Evolution"=true
B:EnderIO=true
B:"Equivalent Exchange 3"=true
B:"Extra Cells"=true
B:"Extra Utilities"=true
B:Forestry=true
B:"Forestry Bees"=false
B:"Gregtech 5"=true
B:"Industrialcraft 2 Experimental"=true
B:"Magical Crops"=true
B:Metallurgy=true
B:"MineFactory Reloaded"=true
B:Pneumaticraft=true
B:"Project E"=true
B:Rotarycraft=true
B:"Steve's Carts 2"=true
B:Thaumcraft=true
B:"Thermal Expansion"=true
B:"Tinkers Construct"=true
B:"Twilight Forest"=true
B:Witchery=true
}
general {
# Enable to keep the Ultimate Stew and Cosmic Meatballs from grabbing more ingredients
B:"Boring Food"=false
# Disable if you don't want the World Breaker to break unbreakable blocks
B:"Break Bedrock"=false
# Enable to completely disable most of the mod except for the Dire Crafting table. For if you just want the mod for Minetweaking purposes.
B:"Crafting Only"=false
# Enable if you don't have Rotarycraft installed and want some buggy fractured ores
B:"Fractured Ores"=false
B:"Gotta Go Fast"=true
# Disable to take end stone out of recipes
B:"Use End Stone"=true
}
##########################################################################################################
# materials
#--------------------------------------------------------------------------------------------------------#
# Disable to stop using that material in recipes. Useful if a mod adds unobtainable placeholder ores.
##########################################################################################################
materials {
B:Clay=true
B:Copper=true
B:Enderium=true
B:Lead=true
B:"Nickel/Ferrous"=true
B:Silver=true
B:Steel=true
B:Tin=true
}