Skip to content

Commit

Permalink
Updating existing configs.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream-Master committed Jun 30, 2016
1 parent 70a8729 commit 0f733da
Show file tree
Hide file tree
Showing 26 changed files with 234 additions and 44 deletions.
3 changes: 3 additions & 0 deletions config/AppliedEnergistics2/extracells.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Configuration file

integration {
# Enable AE2 Wireless Crafting Terminal Integration.
B:"enableAE2 Wireless Crafting Terminal"=true

# Enable BuildCraftFuel Integration.
B:enableBuildCraftFuel=true

Expand Down
5 changes: 5 additions & 0 deletions config/CarpentersBlocks.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ features {
B:"Enable Chisel Designs"=true
B:"Enable Covers"=true
B:"Enable Dye Colors"=true
B:"Enable Freestanding Ladders"=false

# This allows garage doors to automatically fill in gaps when barriers beneath doors are destroyed.
B:"Enable Garage Door Void Autofill"=true
Expand All @@ -55,6 +56,10 @@ features {
# This controls whether torches extinguish themselves when exposed to rain or snow.
B:"Enable Torch Weather Effects"=true

# This controls how many blocks can be connected as a single entity.
# Note: only applies to Garage Doors.
I:"MultiBlock Size Limit"=500

# This maps items to overlays.
# Items are prefixed with display names (en_US only).
# Overlay suffixes are :grass, :snow, :web, :vine, :hay, :mycelium
Expand Down
4 changes: 2 additions & 2 deletions config/CustomMainMenu/mainmenu.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,14 +168,14 @@
"posX" : 2,
"posY" : -10,
"color" : -1,
"alignment" : "bottom_left"
"alignment" : "bottom_right"
},

"packTxt":
{
"text" : "GT New Horizons 1.0.8.6",
"posX" : 2,
"posY" : -25,
"posY" : -10,
"color" : -1,
"alignment" : "bottom_left"
}
Expand Down
4 changes: 2 additions & 2 deletions config/CustomMainMenu/mainmenu_auto.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,14 +154,14 @@
"posX" : 2,
"posY" : -10,
"color" : -1,
"alignment" : "bottom_left"
"alignment" : "bottom_right"
},

"packTxt":
{
"text" : "GT New Horizons 1.0.8.6",
"posX" : 2,
"posY" : -25,
"posY" : -10,
"color" : -1,
"alignment" : "bottom_left"
}
Expand Down
4 changes: 2 additions & 2 deletions config/CustomMainMenu/mainmenu_large.json
Original file line number Diff line number Diff line change
Expand Up @@ -156,14 +156,14 @@
"posX" : 2,
"posY" : -10,
"color" : -1,
"alignment" : "bottom_left"
"alignment" : "bottom_right"
},

"packTxt":
{
"text" : "GT New Horizons 1.0.8.6",
"posX" : 2,
"posY" : -25,
"posY" : -10,
"color" : -1,
"alignment" : "bottom_left"
}
Expand Down
2 changes: 1 addition & 1 deletion config/GTNewHorizons/HazardousItems.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
</Item>
<Item ItemName="dreamcraft:item.GlowingMarshmallow" ExactNameMatch="true" OnContactCheck="true" InventoryCheck="true">
<DamageEffect Source="inFire" Amount="1"/>
<PotionEffect PotionID="20" TickDuration="100" Level="1"/>
<PotionEffect PotionID="25" TickDuration="100" Level="1"/>
</Item>
<Item ItemName="dreamcraft:item.MalformedSlush" ExactNameMatch="true" OnContactCheck="true" InventoryCheck="true">
<PotionEffect PotionID="15" TickDuration="200" Level="1"/>
Expand Down
2 changes: 1 addition & 1 deletion config/GTNewHorizons/blocklimiter.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ main {
ThaumicTinkerer:fireWater;0;
ThaumicTinkerer:fireChaos;0;
ThaumicTinkerer:fireAir;0;
betterquesting:extra_life;
betterquesting:extra_life;
>

# Define a few reject messages that are being sent to the player if they try to use a monitored item [default: [You can't use that here], [You are too jelly to use this], [The item seems to be broken...], [YOU SHALL NOT USE (this Item)]]
Expand Down
1 change: 1 addition & 0 deletions config/GregTech/OverpoweredStuff.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ oreprocessingoutputmultiplier {
I:Grossular_1=1
I:Gypsum_1=1
I:Haderoth_1=1
I:HeeEndium_1=1
I:Hepatizon_1=1
I:Holmium_1=1
I:Ilmenite_1=1
Expand Down
Loading

0 comments on commit 0f733da

Please sign in to comment.