Skip to content

Commit

Permalink
Updated multiple mods
Browse files Browse the repository at this point in the history
Optifine Check, MFR, NEI, BOP, Xaero's Minimap, FoamFix, CCR, OAuth, Village Names
  • Loading branch information
LeStegii committed Mar 10, 2023
1 parent ecfd302 commit 19de12d
Show file tree
Hide file tree
Showing 3 changed files with 211 additions and 190 deletions.
15 changes: 15 additions & 0 deletions config/opticheck.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ advanced {
# The id of the button that opens the link. [range: 0 ~ 2147483647, default: 420]
I:link_button_id=420

# The id of the button that opens the mods folder. [range: 0 ~ 2147483647, default: 422]
I:mods_button_id=422

# The id of the button that continues/closes the game. [range: 0 ~ 2147483647, default: 421]
I:other_button_id=421
}
Expand All @@ -32,9 +35,21 @@ advanced {
##########################################################################################################

messages {
# The text of the continue button. [default: Continue]
S:continue_button_text=Continue

# The text of the download button. [default: Download Optifine]
S:link_button_text=Download Optifine

# The message that should be displayed if the detection failed. [default: The author of this modpack recommends Optifine! Please install it using the Link below!]
S:message=%nl&9&lE&f&lN&c&lG%nl&rIf you don't install Optifine, vehicles such as helicopters or jets will shiver around.%nlTherefore it is recommend to install it. Click the link below in order to download it.%nl%nl%nl&8&lD&c&lE&e&lU%nl&rWenn du kein Optifine installiert hast, wackeln Fahrzeuge wie Jets oder Helis umher.%nlDeswegen ist es empfohlen, Optifine zu installieren. Klicke den Link unten, um es herunterzuladen.
# The text of the mods button. [default: Open Mods Folder]
S:mods_button_text=Open Mods Folder
# The text of the quit button. [default: Quit]
S:quit_button_text=Quit
# The title that should be displayed if the detection failed. [default: &c&lOptifine couldn't be detected!]
S:title=&c&lOptifine couldn't be detected!
}
Expand Down
Loading

0 comments on commit 19de12d

Please sign in to comment.