Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
4b2a150a30
|
|||
|
bd205b5ae6
|
@@ -63,11 +63,10 @@ public class Client {
|
|||||||
Component
|
Component
|
||||||
.translatable("speedometer.error.missing_cloth")
|
.translatable("speedometer.error.missing_cloth")
|
||||||
.withColor(new Color(190, 0, 0).getRGB())
|
.withColor(new Color(190, 0, 0).getRGB())
|
||||||
.append(" ")
|
|
||||||
.append(Component
|
.append(Component
|
||||||
.literal("Open Config")
|
.translatable("speedometer.error.missing_cloth.open_config")
|
||||||
.withStyle(ChatFormatting.UNDERLINE)
|
.withStyle(ChatFormatting.UNDERLINE)
|
||||||
.withStyle((style) -> style.withClickEvent(new ClickEvent(ClickEvent.Action.OPEN_FILE, Config.getConfigPath())))
|
.withStyle((style) -> style.withClickEvent(new ClickEvent.OpenFile(Config.getConfigPath())))
|
||||||
), false);
|
), false);
|
||||||
LOGGER.warn(Component.translatable("speedometer.error.missing_cloth").getString());
|
LOGGER.warn(Component.translatable("speedometer.error.missing_cloth").getString());
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -68,7 +68,8 @@
|
|||||||
|
|
||||||
"speedometer.config.error.size_outofbounds": "The size is out of bounds 10<=size<=300",
|
"speedometer.config.error.size_outofbounds": "The size is out of bounds 10<=size<=300",
|
||||||
|
|
||||||
"speedometer.error.missing_cloth": "Missing Cloth Config API for Config Screen",
|
"speedometer.error.missing_cloth": "Missing Cloth Config API for Config Screen, ",
|
||||||
|
"speedometer.error.missing_cloth.open_config": "Open Config",
|
||||||
|
|
||||||
"resourcepack.speedometer.quarter_circle_speedometer": "Quarter circle Speedometer"
|
"resourcepack.speedometer.quarter_circle_speedometer": "Quarter circle Speedometer"
|
||||||
}
|
}
|
||||||
@@ -68,7 +68,8 @@
|
|||||||
|
|
||||||
"speedometer.config.error.size_outofbounds": "Stolekten är felakting 10<=stolek<=300",
|
"speedometer.config.error.size_outofbounds": "Stolekten är felakting 10<=stolek<=300",
|
||||||
|
|
||||||
"speedometer.error.missing_cloth": "Saknar Cloth Config API för konfigurationsskärmen",
|
"speedometer.error.missing_cloth": "Saknar Cloth Config API för konfigurationsskärmen, ",
|
||||||
|
"speedometer.error.missing_cloth.open_config": "Öppna Config",
|
||||||
|
|
||||||
"resourcepack.speedometer.quarter_circle_speedometer": "Quarter circle Speedometer"
|
"resourcepack.speedometer.quarter_circle_speedometer": "Quarter circle Speedometer"
|
||||||
}
|
}
|
||||||
@@ -1,29 +1,29 @@
|
|||||||
org.gradle.jvmargs=-Xmx8G
|
org.gradle.jvmargs=-Xmx8G
|
||||||
|
|
||||||
minecraft_version=1.21.4
|
minecraft_version=1.21.5
|
||||||
|
|
||||||
archives_base_name=speedometer
|
archives_base_name=speedometer
|
||||||
mod_version=6.2.3
|
mod_version=6.2.4
|
||||||
maven_group=me.zacharias
|
maven_group=me.zacharias
|
||||||
|
|
||||||
# https://modrinth.com/mod/architectury-api/versions
|
# https://modrinth.com/mod/architectury-api/versions
|
||||||
architectury_version=15.0.3
|
architectury_version=16.0.3
|
||||||
|
|
||||||
# https://modrinth.com/mod/cloth-config/versions
|
# https://modrinth.com/mod/cloth-config/versions
|
||||||
cloth_config_version = 17.0.144
|
cloth_config_version = 18.0.145
|
||||||
|
|
||||||
# NeoForged Only
|
# NeoForged Only
|
||||||
# https://neoforged.net/
|
# https://neoforged.net/
|
||||||
neoforge_version = 21.4.123
|
neoforge_version = 21.5.14-beta
|
||||||
|
|
||||||
# Fabric Only
|
# Fabric Only
|
||||||
# https://fabricmc.net/develop/
|
# https://fabricmc.net/develop/
|
||||||
fabric_loader_version=0.16.10
|
fabric_loader_version=0.16.10
|
||||||
fabric_api_version=0.119.2
|
fabric_api_version=0.119.6
|
||||||
|
|
||||||
# Fabric Only
|
# Fabric Only
|
||||||
# https://modrinth.com/mod/modmenu/versions
|
# https://modrinth.com/mod/modmenu/versions
|
||||||
modmenu_version = 13.0.3
|
modmenu_version = 14.0.0-rc.2
|
||||||
|
|
||||||
# Version of the org.json json library
|
# Version of the org.json json library
|
||||||
json_version = 20240303
|
json_version = 20240303
|
||||||
Reference in New Issue
Block a user