Blacklisted ui-lib (startup crash)
This commit is contained in:
@@ -139,21 +139,22 @@ mods.reloadexit = The game will now exit, to reload mods.
|
||||
mod.installed = [[Installed]
|
||||
mod.display = [gray]Mod:[orange] {0}
|
||||
mod.enabled = [lightgray]Enabled
|
||||
mod.disabled = [scarlet]Disabled
|
||||
mod.disabled = [red]Disabled
|
||||
mod.multiplayer.compatible = [gray]Multiplayer Compatible
|
||||
mod.disable = Disable
|
||||
mod.content = Content:
|
||||
mod.delete.error = Unable to delete mod. File may be in use.
|
||||
mod.requiresversion = [scarlet]Requires min game version: [accent]{0}
|
||||
mod.outdatedv7 = [scarlet]Incompatible with V7 (no minGameVersion: 136)
|
||||
mod.missingdependencies = [scarlet]Missing dependencies: {0}
|
||||
mod.erroredcontent = [scarlet]Content Errors
|
||||
mod.requiresversion = [red]Requires min game version: [accent]{0}
|
||||
mod.outdatedv7 = [red]Incompatible with V7 (no minGameVersion: 136)
|
||||
mod.blacklisted = [red]Unsupported
|
||||
mod.missingdependencies = [red]Missing dependencies: {0}
|
||||
mod.erroredcontent = [red]Content Errors
|
||||
mod.errors = Errors have occurred loading content.
|
||||
mod.noerrorplay = [scarlet]You have mods with errors.[] Either disable the affected mods or fix the errors before playing.
|
||||
mod.nowdisabled = [scarlet]Mod '{0}' is missing dependencies:[accent] {1}\n[lightgray]These mods need to be downloaded first.\nThis mod will be automatically disabled.
|
||||
mod.noerrorplay = [red]You have mods with errors.[] Either disable the affected mods or fix the errors before playing.
|
||||
mod.nowdisabled = [red]Mod '{0}' is missing dependencies:[accent] {1}\n[lightgray]These mods need to be downloaded first.\nThis mod will be automatically disabled.
|
||||
mod.enable = Enable
|
||||
mod.requiresrestart = The game will now close to apply the mod changes.
|
||||
mod.reloadrequired = [scarlet]Restart Required
|
||||
mod.reloadrequired = [red]Restart Required
|
||||
mod.import = Import Mod
|
||||
mod.import.file = Import File
|
||||
mod.import.github = Import From GitHub
|
||||
|
||||
Reference in New Issue
Block a user