Skip to content

Commit

Permalink
update to version 1.26.0+68
Browse files Browse the repository at this point in the history
  • Loading branch information
luxtracon committed Apr 24, 2022
1 parent 64d2a9b commit 05aa553
Show file tree
Hide file tree
Showing 21 changed files with 109 additions and 14 deletions.
23 changes: 17 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
1.25.0+66
1.26.0+68

• add mod AE2 Utilities
• add mod Better Fusion Reactor
• add mod Not Enough Energistics

• update mod Asmodeus Core
• update mod Floralis
• update mod More Planets
• update mod Steve Kun G's Lib
• update mod Galactic Tweaks
• update mod Galaxy Space
• update mod Hammer Lib
• update mod Interstellar Exoplanets
• update mod Mixin Booter
• update mod Steve KunG's Lib

• add config Not Enough Energistics

add mod Energy Meters
add mod Mixin Booter
add mod Open Computers Block Replacer
update config Asmodeus Core
update config Galaxy Space
update config Hammer Lib
29 changes: 21 additions & 8 deletions config/AsmodeusCore/core.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# Configuration file

client {
# Enable/Disable 2D Galaxy Map. (like in GC2)
B:enable2DGalaxyMap=false

# Enable/Disable Render Clouds on Venus.
Expand All @@ -12,11 +11,7 @@ client {

# Enable/Disable render color stars on sky.
B:enableColorStars=false

# Enable/Disable dynamic image on map. (If disabled, image will static)
B:enableDynamicImgOnGalaxyMap=false

# Enable/Disable background image on Galaxy Map. (If false, returned black color and grid)
B:enableImgOnGalaxyMap=false

# Enable/Disable render planet atmosphere on sky.
Expand Down Expand Up @@ -45,9 +40,15 @@ client {
}


general {
# Time Travel speed factor.
I:speedTimeTravel=1
galaxymap {
# Enable/Disable 2D Galaxy Map. (like in GC2)
B:enable2DGalaxyMap=false

# Enable/Disable dynamic image on map. (If disabled, image will static)
B:enableDynamicImgOnGalaxyMap=false

# Enable/Disable background image on Galaxy Map. (If false, returned black color and grid)
B:enableImgOnGalaxyMap=false

# Enable/Disable New Galaxy Map.
B:enableNewGalaxyMap=false
Expand All @@ -57,6 +58,18 @@ general {

# Enable/Disable Time Travel System on Galaxy Map.
B:enableTimeTravelSystem=true
}


general {
# Time Travel speed factor.
I:speedTimeTravel=1

# Enable/Disable render degree symbol.
B:enableRenderDegreeSymbol=true
B:enableNewGalaxyMap=false
B:enableNewTierSystem=true
B:enableTimeTravelSystem=true

# Offset temperature panel position X.
I:tempPosX=0
Expand Down
6 changes: 6 additions & 0 deletions config/GalaxySpace/barnards/core.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Configuration file

client {
# Enable/Disable old green color for grass on Barnarda C.
B:enableGreenBarnardaC=false
}


difficulty {
# !!!!!EXPERIMENTAL!!!! Enable/Disable start your survival game on Barnarda C.
B:survivalModeOnBarnarda=false
Expand Down
9 changes: 9 additions & 0 deletions config/GalaxySpace/core.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ client {
# Enable/Disable Methane Particles.
B:enableMethaneParticle=true

# Enable/Disable modern GUI elements.
B:enableModernGUI=true

# Enable/Disable new Main Menu.
B:enableNewMenu=false

Expand Down Expand Up @@ -83,6 +86,9 @@ hardmode {
# Enable/Disable advanced thermal system on celestial bodies.
B:enableAdvancedThermalSystem=true

# Enable/Disable explosion gas (Nature gas, etc) from fire, torch, magma.
B:enableGasExplosion=true

# Enable/Disable the need oxygen for plants and foods.
B:enableOxygenForPlantsAndFoods=true

Expand All @@ -92,6 +98,9 @@ hardmode {
# Enable/Disable solar radiation system.
B:enableRadiationSystem=true

# Enable/Disable solar radiation on Moon.
B:enableSolarRadiationOnMoon=true

# Enable/Disable zero gravity (like Kuiper Belt) on Astreroids.
B:enableZeroGravityOnAsteroids=true
}
Expand Down
3 changes: 3 additions & 0 deletions config/GalaxySpace/dimensions.conf
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ dimensions {
# Dimension ID for Io (Jupiter moon)
I:dimensionIDIo=-1014

# Dimension ID for Jupiter (Only for Space Station)
I:dimensionIDJupiter=-1026

# Dimension ID for Kuiper Belt
I:dimensionIDKuiperBelt=-1009

Expand Down
3 changes: 3 additions & 0 deletions config/GalaxySpace/energy.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Configuration file

general {
# Gaseous Generator power factor
D:coefficientGasGenerator=1.0

# Fuel Generator power factor
D:coefficientFuelGenerator=1.0

Expand Down
50 changes: 50 additions & 0 deletions config/NotEnoughEnergistics.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
# Configuration file

helper {
# If true, Crafting Helper will match other items even they can't auto-crafting [default: true]
B:matchOtherItems=true
}


other {
# If true, it will make all similar ingredient switch at the same time. [default: true]
B:allowSynchronousSwitchIngredient=true
}


transfer {
B:allowAutomaticSwitchPatternTerminalMode=true

# If true, print current recipe type in log.Default:false [default: false]
B:allowPrintRecipeType=false
B:allowSynchronousSwitchIngredient=true
B:enableCraftAmountSettingGui=true

# If item in the blacklist, it will not be transferred.
# example:{"itemName":"gregtech:meta_item_2","meta":"32492"} [default: ]
S:itemBlacklist <
>

# Item Combination Mode Setting, here are all the modes.
# "ENABLED" "DISABLED" WHITELIST [default: ENABLED]
S:itemCombinationMode=ENABLED

# Whitelist for item combination [default: ]
S:itemCombinationWhitelist <
>

# If item in tne priority list, it will be transferred first.
# example:{"itemName":"gregtech:meta_item_2","meta":"32492"} [default: ]
S:itemPriorityList <
>
B:matchOtherItems=true

# If oredict has this mod's item, use it first. [default: ]
S:modPriorityList <
>

# If true, the ingredient currently displayed by JEI will be transferred.Default:false [default: false]
B:useDisplayedIngredient=true
}


Binary file added mods/!mixinbooter-4.2.jar
Binary file not shown.
Binary file added mods/AE2Utilities-1.12.2-0.2.jar
Binary file not shown.
Binary file not shown.
Binary file added mods/BetterFusionReactor-1.12.2-1.0.0b2.jar
Binary file not shown.
Binary file not shown.
Binary file removed mods/GalacticTweaks-1.7.0.jar
Binary file not shown.
Binary file added mods/GalacticTweaks-1.7.2.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file added mods/NotEnoughEnergistics-1.12.2-1.2.4.jar
Binary file not shown.
Binary file removed mods/SteveKunG's-Lib-1.12.2-1.1.11.jar
Binary file not shown.
Binary file added mods/SteveKunG's-Lib-1.12.2-1.2.0.jar
Binary file not shown.
Binary file removed mods/mixinbooter-3.0.jar
Binary file not shown.

0 comments on commit 05aa553

Please sign in to comment.