Skip to content

Commit

Permalink
Merge pull request #1255 from trainvoi/supercrit-compat
Browse files Browse the repository at this point in the history
Supercritical Compat
  • Loading branch information
MCTian-mi authored Feb 3, 2025
2 parents 16951d2 + 9c2b21b commit 8d0547b
Show file tree
Hide file tree
Showing 2 changed files with 77 additions and 0 deletions.
64 changes: 64 additions & 0 deletions config/supercritical.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
# Configuration file

general {

##########################################################################################################
# nuclear options
#--------------------------------------------------------------------------------------------------------#
# Config options for Supercritical
##########################################################################################################

"nuclear options" {
# How much the amount of power required to boil a coolant is divided by.
# Default: 14
# Min: 0.1
# Max: 1000.0
D:fissionCoolantDivisor=14.0

# The level of detail to which fission reactors are analyzed. May cause more lag at higher values.
# Default: 100
# Min: 5
# Max: 10000
D:fissionReactorResolution=100.0

# Nuclear coolant heat exchanger recipe efficiency multiplier for balancing purposes.
# Default: 0.1
# Min: 0.0
# Max: 1000.0
D:heatExchangerEfficiencyMultiplier=0.25

# Nuclear Max Power multiplier for balancing purposes.
# Default: 0.1
# Min: 0.0
# Max: 10000.0
D:nuclearPowerMultiplier=0.1
}

##########################################################################################################
# misc options
#--------------------------------------------------------------------------------------------------------#
# Miscellaneous options for Supercritical
##########################################################################################################

"misc options" {
# Remove all materials from Supercritical
# Default: false
B:disableAllMaterials=true

# Remove all recipes from Supercritical
# Default: false
B:disableAllRecipes=true

# Whether to register heat exchanger or not. Useful for SuSy.
# Default: true
B:enableHX=false

# Do material modifications, like adding flags or properties.
# Modpack devs might want to disable this to reduce conflicts.
# Default: true
B:enableMaterialModifications=false
}

}


13 changes: 13 additions & 0 deletions mods/supercritical.pw.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name = "Supercritical"
filename = "Supercritical-0.0.2.jar"
side = "both"

[download]
hash-format = "sha1"
hash = "e440bf8a8a8c252929de1da59c49fc55c6d51e2a"
mode = "metadata:curseforge"

[update]
[update.curseforge]
file-id = 6142809
project-id = 1185871

0 comments on commit 8d0547b

Please sign in to comment.