Skip to content

Commit

Permalink
update...all the stuff.
Browse files Browse the repository at this point in the history
  • Loading branch information
pyure committed Jun 6, 2020
1 parent f9808c3 commit 41ebcc9
Show file tree
Hide file tree
Showing 23 changed files with 19 additions and 7 deletions.
2 changes: 1 addition & 1 deletion config/cofh/core/client.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Security {


Version {
S:Identifier=4.6.3
S:Identifier=4.6.6
}


2 changes: 1 addition & 1 deletion config/cofh/core/common.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ Security {


Version {
S:Identifier=4.6.3
S:Identifier=4.6.6
}


2 changes: 1 addition & 1 deletion config/cofh/thermaldynamics/client.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Render {


Version {
S:Identifier=2.5.5
S:Identifier=2.5.6
}


2 changes: 1 addition & 1 deletion config/cofh/thermaldynamics/common.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ General {


Version {
S:Identifier=2.5.5
S:Identifier=2.5.6
}


2 changes: 1 addition & 1 deletion config/cofh/thermalfoundation/client.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Render {


Version {
S:Identifier=2.6.3
S:Identifier=2.6.7
}


2 changes: 1 addition & 1 deletion config/cofh/thermalfoundation/common.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,7 @@ Tome {


Version {
S:Identifier=2.6.3
S:Identifier=2.6.7
}


Expand Down
2 changes: 1 addition & 1 deletion config/cofh/world/config.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Configuration file

~CONFIG_VERSION: 1.3.1
~CONFIG_VERSION: 1.4.0

World {
# If TRUE, CoFH World will not generate features at all. This option is intended for use when you want another mod to handle ore generation but do not want to blank out the various .json files yourself. Flat Bedrock may still be used. [default: false]
Expand Down
6 changes: 6 additions & 0 deletions config/forestry/gamemodes/NORMAL.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@ gamemode {

# modifies the amount of cycles fertilizer can keep a fermenter going. [range: 0 ~ 2000, default: 200]
I:fertilizer=180

# modifies the amount of cycles mulch can keep a fermenter going. [range: 0 ~ 2000, default: 250]
I:mulch=250
}

value {
Expand All @@ -101,6 +104,9 @@ gamemode {

# modifies the amount of biomass per cycle a fermenter will produce using fertilizer. [range: 0 ~ 2000, default: 56]
I:fertilizer=52

# modifies the amount of biomass per cycle a fermenter will produce using mulch. [range: 0 ~ 2000, default: 48]
I:mulch=48
}

yield {
Expand Down
6 changes: 6 additions & 0 deletions config/nuclearcraft.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,12 @@ entities {


fission {
# The base energy capacity of fission reactors. This is multiplied by the volume of the reactor to determine the energy capacity.
I:fission_base_capacity=64000

# The base maximum heat of fission reactors. This is multiplied by the volume of the reactor to determine the maximum heat.
I:fission_base_max_heat=25000

# Modifies the power generated by fission reactors.
D:fission_power=1.0

Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 41ebcc9

Please sign in to comment.