Skip to content

Commit

Permalink
update to version 2.5.0+202
Browse files Browse the repository at this point in the history
  • Loading branch information
luxtracon committed Mar 1, 2021
1 parent f56ce33 commit 69a1ccd
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
2.4.0+200
2.5.0+202

• update mod Ore Stone Variants
• update mod Logistics Pipes

• update config Custom Main Menu
• update config Journey Map
• update config Ore Stone Variants
2 changes: 1 addition & 1 deletion config/CustomMainMenu/mainmenu.json
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@

"modcounts":
{
"text" : "MC 1.12.2 - ET 2.4.0+200. 170 modifications.",
"text" : "MC 1.12.2 - ET 2.5.0+202. 170 modifications.",
"posX" : 2,
"posY" : -10,
"color" : -1,
Expand Down
6 changes: 3 additions & 3 deletions config/JourneyMapDefaults/journeymap.minimap.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
// To use in all worlds, place here: journeymap\config\5.7\
// For more information, go to: http:https://journeymap.info/Options_Manager
{
"gameTimeRealFormat": "HH:mm:ss",
"systemTimeRealFormat": "HH:mm:ss",
"gameTimeRealFormat": "HH:mm",
"systemTimeRealFormat": "HH:mm",
"enabled": "true",
"shape": "Circle",
"position": "TopRight",
"showDayNight": "true",
"info1Label": "FPS",
"info2Label": "GameTime",
"info2Label": "GameTimeReal",
"info3Label": "Location",
"info4Label": "Biome",
"sizePercent": "25",
Expand Down
6 changes: 3 additions & 3 deletions config/JourneyMapDefaults/journeymap.minimap2.config
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
// To use in all worlds, place here: journeymap\config\5.7\
// For more information, go to: http:https://journeymap.info/Options_Manager
{
"gameTimeRealFormat": "HH:mm:ss",
"systemTimeRealFormat": "HH:mm:ss",
"gameTimeRealFormat": "HH:mm",
"systemTimeRealFormat": "HH:mm",
"enabled": "true",
"shape": "Rectangle",
"position": "TopRight",
"showDayNight": "true",
"info1Label": "FPS",
"info2Label": "GameTime",
"info2Label": "GameTimeReal",
"info3Label": "Location",
"info4Label": "Biome",
"sizePercent": "25",
Expand Down
8 changes: 3 additions & 5 deletions config/osv.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,6 @@ blocks {
# Vanilla ore variants will not be generated in the presence of any
# mods listed here.
S:disableVanillaWhen <
mineralogy
undergroundbiomes
>
B:enableAdvancements=true
B:enableFurnaceRecipes=true
Expand Down Expand Up @@ -278,7 +276,7 @@ dense {
# The 0-1 chance that dense ores will spawn instead of regular variants.
# Min: 0.0
# Max: 1.0
D:chance=0.09
D:chance=0.1
I:dropMultiplier=3
I:dropMultiplierMin=1

Expand Down Expand Up @@ -338,10 +336,10 @@ world {
B:enableOSVStone=true

# Whether vanilla ores should spawn.
B:enableVanillaOres=true
B:enableVanillaOres=false

# Whether vanilla should spawn its own stone types.
B:enableVanillaStone=true
B:enableVanillaStone=false

# Whether to enable all OSV world gen features.
B:enabled=true
Expand Down
Binary file not shown.

0 comments on commit 69a1ccd

Please sign in to comment.