diff --git a/src/generated/resources/assets/monilabs/lang/en_ud.json b/src/generated/resources/assets/monilabs/lang/en_ud.json index fbfa1ec9..61917a11 100644 --- a/src/generated/resources/assets/monilabs/lang/en_ud.json +++ b/src/generated/resources/assets/monilabs/lang/en_ud.json @@ -73,7 +73,7 @@ "gtceu.placeholder_info.prismacColor.0": "˙ǝןqıɔnɹƆ ɔıʇɐɯsıɹԀ ǝɥʇ ɟo ɹoןoɔ ʇuǝɹɹnɔ ǝɥʇ suɹnʇǝᴚ", "gtceu.placeholder_info.prismacColor.1": ":ǝbɐs∩", "gtceu.placeholder_info.prismacColor.2": ")ǝɹǝɥ ɹoןoɔ ʇɹǝsuı( :ɹoןoɔ ʇuǝɹɹnƆ >- }ɹoןoƆɔɐɯsıɹd{ ", - "gtceu.placeholder_info.sculkVatXPBuffer.0": "˙ʇɐʌ ʞןnɔs ǝɥʇ ɟo ɹǝɟɟnq dx ʇuǝɹɹnɔ ǝɥʇ suɹnʇǝᴚ", + "gtceu.placeholder_info.sculkVatXPBuffer.0": "˙ʇɐΛ ʞןnɔS ǝɥʇ ɟo ɹǝɟɟnq ԀX ʇuǝɹɹnɔ ǝɥʇ suɹnʇǝᴚ", "gtceu.placeholder_info.sculkVatXPBuffer.1": ":ǝbɐs∩", "gtceu.placeholder_info.sculkVatXPBuffer.2": ")sʇǝʞɔnqıןןıɯ uı ǝnןɐʌ( :pǝɹoʇS ԀX >- }ɹǝɟɟnᗺԀXʇɐΛʞןnɔs{ ", "item.monilabs.max_conveyor_module": "ǝןnpoW ɹoʎǝʌuoƆ XⱯW", @@ -184,6 +184,6 @@ "tooltip.monilabs.xp_draining_hatch.0": "ןɐuɹǝʇuı s,ʇɐΛ ʞןnɔS ǝɥʇ oʇ ԀX ןןɐ suıɐɹᗡ", "tooltip.monilabs.xp_draining_hatch.1": "˙buıssǝɔoɹd sʇı ɹoɟ ɹǝɟɟnq", "tooltip.monilabs.xp_draining_hatch.2": "˙ʎןʇɥbıןs sʎɐɔǝp ʎןsnonuıʇuoɔ ɹǝɟɟnᗺ", - "tooltip.monilabs.xp_sensor_hatch.0": "ʇɐʌ ʞןnɔs ɟo snʇɐʇs ɹǝɟɟnq dx sʇndʇnO", + "tooltip.monilabs.xp_sensor_hatch.0": "ʇɐΛ ʞןnɔS ɟo snʇɐʇs ɹǝɟɟnq ԀX sʇndʇnO", "tooltip.monilabs.xp_sensor_hatch.1": "˙ןɐubıs ǝuoʇspǝɹ ɐ sɐ" } \ No newline at end of file diff --git a/src/generated/resources/assets/monilabs/lang/en_us.json b/src/generated/resources/assets/monilabs/lang/en_us.json index 1658560d..d96df6ec 100644 --- a/src/generated/resources/assets/monilabs/lang/en_us.json +++ b/src/generated/resources/assets/monilabs/lang/en_us.json @@ -73,7 +73,7 @@ "gtceu.placeholder_info.prismacColor.0": "Returns the current color of the Prismatic Crucible.", "gtceu.placeholder_info.prismacColor.1": "Usage:", "gtceu.placeholder_info.prismacColor.2": " {prismacColor} -> Current color: (insert color here)", - "gtceu.placeholder_info.sculkVatXPBuffer.0": "Returns the current xp buffer of the sculk vat.", + "gtceu.placeholder_info.sculkVatXPBuffer.0": "Returns the current XP buffer of the Sculk Vat.", "gtceu.placeholder_info.sculkVatXPBuffer.1": "Usage:", "gtceu.placeholder_info.sculkVatXPBuffer.2": " {sculkVatXPBuffer} -> XP Stored: (value in millibuckets)", "item.monilabs.max_conveyor_module": "MAX Conveyor Module", @@ -184,6 +184,6 @@ "tooltip.monilabs.xp_draining_hatch.0": "Drains all XP to the Sculk Vat's internal", "tooltip.monilabs.xp_draining_hatch.1": "buffer for its processing.", "tooltip.monilabs.xp_draining_hatch.2": "Buffer continuously decays slightly.", - "tooltip.monilabs.xp_sensor_hatch.0": "Outputs xp buffer status of sculk vat", + "tooltip.monilabs.xp_sensor_hatch.0": "Outputs XP buffer status of Sculk Vat", "tooltip.monilabs.xp_sensor_hatch.1": "as a redstone signal." } \ No newline at end of file diff --git a/src/main/java/net/neganote/monilabs/config/MoniConfig.java b/src/main/java/net/neganote/monilabs/config/MoniConfig.java index 11e616bf..d98f1fcf 100644 --- a/src/main/java/net/neganote/monilabs/config/MoniConfig.java +++ b/src/main/java/net/neganote/monilabs/config/MoniConfig.java @@ -39,11 +39,11 @@ public static class ValueConfigs { @Configurable @Configurable.Comment({ - "The efficiency multiplier for the sculk vat. Would make it this many times less efficient at empty/full compared to half." }) + "The efficiency multiplier for the Sculk Vat. Would make it this many times less efficient at empty/full compared to half." }) public double sculkVatEfficiencyMultiplier = 33.0; @Configurable - @Configurable.Comment({ "Fluid ID for Liquid Experience for the Sculk Vat." }) + @Configurable.Comment({ "Fluid ID for Liquid XP for the Sculk Vat." }) public String sculkVatExperienceFluidID = "enderio:xp_juice"; @Configurable diff --git a/src/main/java/net/neganote/monilabs/data/lang/MoniLangHandler.java b/src/main/java/net/neganote/monilabs/data/lang/MoniLangHandler.java index e3923eaa..111916a5 100644 --- a/src/main/java/net/neganote/monilabs/data/lang/MoniLangHandler.java +++ b/src/main/java/net/neganote/monilabs/data/lang/MoniLangHandler.java @@ -154,7 +154,7 @@ public static void init(RegistrateLangProvider provider) { "Buffer continuously decays slightly."); multiLang(provider, "tooltip.monilabs.xp_sensor_hatch", - "Outputs xp buffer status of sculk vat", + "Outputs XP buffer status of Sculk Vat", "as a redstone signal."); multiLang(provider, "tooltip.monilabs.microverse_stability_hatch", @@ -204,7 +204,7 @@ public static void init(RegistrateLangProvider provider) { " {microverseStability} -> Microverse integrity: (integrity, in percent)"); multiLang(provider, "gtceu.placeholder_info.sculkVatXPBuffer", - "Returns the current xp buffer of the sculk vat.", + "Returns the current XP buffer of the Sculk Vat.", "Usage:", " {sculkVatXPBuffer} -> XP Stored: (value in millibuckets)");