From 8757edd58a3140a5c8ccabe17f1994d05ca045e5 Mon Sep 17 00:00:00 2001 From: IntegralPlusC <62037395+meawplex-plus@users.noreply.github.com> Date: Sun, 27 Jul 2025 22:06:09 -0500 Subject: [PATCH] Properly capitalize/formalize english lang file Block names have been capitalized to match the capitalization scheme of the base Create mod, and Minecraft itself. Additionally, the wording of some phrases has been altered to make it look more formal. Signed-off-by: IntegralPlusC <62037395+meawplex-plus@users.noreply.github.com> --- .../resources/assets/crowns/lang/en_us.json | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/src/main/resources/assets/crowns/lang/en_us.json b/src/main/resources/assets/crowns/lang/en_us.json index 44e412f..e6afe0b 100644 --- a/src/main/resources/assets/crowns/lang/en_us.json +++ b/src/main/resources/assets/crowns/lang/en_us.json @@ -16,22 +16,22 @@ "crowns.ponder.nuclear_reactor.header": "Nuclear Reactors", - "crowns.ponder.nuclear_reactor.text_1": "nuclear fuel naturally produce fast neutrons", - "crowns.ponder.nuclear_reactor.text_2": "fast neutrons are unlikely to induce fission", - "crowns.ponder.nuclear_reactor.text_3": "add moderator to transform them into thermal neutrons that can induce fission and produce more neutrons", - "crowns.ponder.nuclear_reactor.text_4": "70%% efficiency for coal", - "crowns.ponder.nuclear_reactor.text_5": "50%% efficiency for water", - "crowns.ponder.nuclear_reactor.text_6": "when enough fuel block are in one place with a moderator, the reaction will sky rocket", - "crowns.ponder.nuclear_reactor.text_7" : "like every hot blocks, you can use hot nuclear fuel to heat water", - "crowns.ponder.nuclear_reactor.text_8": "build a chest board of fuel and water to optimise the use of the moderator", - "crowns.ponder.nuclear_reactor.text_9": "the higher the reactor, the more time the water will have to boil", - "crowns.ponder.nuclear_reactor.text_10": "fuel becomes red when it's hotter than 3000 degrees Kelvin, it explodes at 3500", + "crowns.ponder.nuclear_reactor.text_1": "Nuclear Fuel naturally produces fast neutrons", + "crowns.ponder.nuclear_reactor.text_2": "Fast neutrons are unlikely to induce fission", + "crowns.ponder.nuclear_reactor.text_3": "Add a Moderator to transform them into thermal neutrons that can induce fission and produce more neutrons", + "crowns.ponder.nuclear_reactor.text_4": "Coal has 70%% efficiency", + "crowns.ponder.nuclear_reactor.text_5": "Water has 50%% efficiency", + "crowns.ponder.nuclear_reactor.text_6": "When enough fuel-type blocks are in one place with a Moderator, the reaction will skyrocket", + "crowns.ponder.nuclear_reactor.text_7": "Like every hot block, hot Nuclear Fuel can be used to heat Water", + "crowns.ponder.nuclear_reactor.text_8": "Construct a chess board shape out of fuel and water to optimise the use of the Moderator", + "crowns.ponder.nuclear_reactor.text_9": "The taller the Reactor, the more time the water will need to boil", + "crowns.ponder.nuclear_reactor.text_10": "Fuel becomes red when hotter than 3000 degrees Kelvin, and explodes at 3500", "crowns.ponder.turbine.header": "Turbines", - "crowns.ponder.turbine.text_1": "input vapor into the steam inputs", - "crowns.ponder.turbine.text_2": "if the vapor has sufficient quality (x > 0) it will make the turbine turns", + "crowns.ponder.turbine.text_1": "Input vapor into the Steam Inputs", + "crowns.ponder.turbine.text_2": "If the vapor has sufficient quality (x > 0), it will be able to spin Turbines", - "crowns.display_source.radiation_source.activity": "Radiation : ", - "crowns.display_source.radiation_source.k_eff": "Effective Factor : ", + "crowns.display_source.radiation_source.activity": "Radiation: ", + "crowns.display_source.radiation_source.k_eff": "Effective Factor: ", "crowns.display_source.radiation_source": "Radiation Source", "crowns.display_source.temperature": "Temperature", @@ -48,4 +48,4 @@ "crowns.units.radiation_flux.symbol.gray_per_seconds": "Gray/s", "crowns.units.radiation_flux.symbol.rad_per_seconds": "Rad/s", "crowns.units.radiation_flux.symbol.sievert_per_seconds": "Sv/s" -} \ No newline at end of file +}