Skip to content

Commit ea72d9e

Browse files
authored
Improve English grammar. clarity, and consistency
1 parent be1aaf6 commit ea72d9e

File tree

8 files changed

+166
-166
lines changed

8 files changed

+166
-166
lines changed

src/generated/resources/assets/create_enchantment_industry/lang/en_us.json

Lines changed: 108 additions & 108 deletions
Large diffs are not rendered by default.

src/main/java/plus/dragons/createenchantmentindustry/common/registry/CEIAdvancements.java

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -58,18 +58,18 @@ public class CEIAdvancements implements DataProvider {
5858

5959
EXPERIENCED_ENGINEER = create("experienced_engineer", b -> b.icon(AllItems.EXP_NUGGET)
6060
.title("Experienced Engineer")
61-
.description("Get some Nuggets of Experience")
61+
.description("Obtain some Nuggets of Experience")
6262
.whenIconCollected()
6363
.after(ROOT)),
6464

6565
SPIRIT_TAKING = create("spirit_taking", b -> b.icon(AllItems.EXP_NUGGET)
66-
.title("Spirit Taking")
67-
.description("Store your experience through an experience hatch")
66+
.title("Spirit-Taking")
67+
.description("Store your experience using an Experience Hatch")
6868
.after(EXPERIENCED_ENGINEER)),
6969

7070
SPIRITUAL_RETURN = create("spiritual_return", b -> b.icon(AllItems.EXP_NUGGET)
7171
.title("Spiritual Return")
72-
.description("Retrieve some experience through an experience hatch")
72+
.description("Retrieve some experience using an Experience Hatch")
7373
.after(SPIRIT_TAKING)),
7474

7575
A_SHOWER_EXPERIENCE = create("a_shower_experience", b -> b.icon(AllItems.EXP_NUGGET)
@@ -81,7 +81,7 @@ public class CEIAdvancements implements DataProvider {
8181
LUMEN_NEXUS = create("lumen_nexus", b -> b.icon(CEIBlocks.EXPERIENCE_LANTERN)
8282
.title("Lumen Nexus")
8383
.whenIconCollected()
84-
.description("Obtain Experience Lantern")
84+
.description("Obtain an Experience Lantern")
8585
.after(SPIRITUAL_RETURN)),
8686

8787
// Mechanical Grindstone
@@ -91,67 +91,67 @@ public class CEIAdvancements implements DataProvider {
9191
.after(EXPERIENCED_ENGINEER)),
9292

9393
GRIND_TO_POLISH = create("grind_to_polish", b -> b.icon(AllItems.SAND_PAPER)
94-
.title("Grind To Polish")
95-
.description("Sandpaper? I've gotten better one")
94+
.title("Grind to Polish")
95+
.description("Sandpaper? I've got a better one")
9696
.special(CDPAdvancement.TaskType.NOISY)
9797
.after(GONE_WITH_THE_FOIL)),
9898

9999
EXPERIENCED_RECYCLER = create("experienced_recycler", b -> b.icon(CEIBlocks.GRINDSTONE_DRAIN)
100100
.title("Experienced Recycler")
101-
.description("Get 1,000,000 mB of experience from Mechanical Grindstone")
101+
.description("Obtain 1,000,000 mB of Liquid Experience from Mechanical Grindstones")
102102
.special(CDPAdvancement.TaskType.EXPERT)
103103
.whenStatReach(Stats.CUSTOM.get(CEIStats.GRINDSTONE_EXPERIENCE.get()), MinMaxBounds.Ints.atLeast(1000000))
104104
.after(GONE_WITH_THE_FOIL)),
105105

106106
// Blaze Enchanter
107107
BLAZE_ENCHANTERY = create("blaze_enchantery", b -> b.icon(CEIBlocks.BLAZE_ENCHANTER)
108-
.title("Blaze Enchantery")
109-
.description("Blaze can do more than boil water. Obtain a Blaze Enchanter")
108+
.title("Blaze Enchantry")
109+
.description("Blazes can do more than boil water. Obtain a Blaze Enchanter")
110110
.whenIconCollected()
111111
.after(EXPERIENCED_ENGINEER)),
112112

113113
BLAZING_ENCHANTMENT = create("blazing_enchantment", b -> b.icon(Items.GOLDEN_HELMET)
114114
.title("Blazing Enchantment")
115-
.description("Add a new enchantment to an unenchanted item using Blaze Enchanter")
115+
.description("Enchant an unenchanted item using a Blaze Enchanter")
116116
.after(BLAZE_ENCHANTERY)),
117117

118118
SIGIL_FORGING = create("sigil_forging", b -> b.icon(CEIItems.ENCHANTING_TEMPLATE)
119119
.title("Sigil Forging")
120-
.description("Add a new enchantment to an enchanting template using Blaze Enchanter")
120+
.description("Add a new enchantment to an Enchanting Template using a Blaze Enchanter")
121121
.after(BLAZING_ENCHANTMENT)),
122122

123123
THOUSAND_RUNES = create("thousand_runes", b -> b.icon(CEIBlocks.BLAZE_ENCHANTER)
124124
.title("Thousand Runes")
125-
.description("Blaze Enchanter enchants 1,000 times")
125+
.description("Use a Blaze Enchanter 1,000 times")
126126
.whenStatReach(Stats.CUSTOM.get(CEIStats.ENCHANT.get()), MinMaxBounds.Ints.atLeast(1000))
127127
.special(CDPAdvancement.TaskType.EXPERT)
128128
.after(SIGIL_FORGING)),
129129

130130
// Blaze Forger
131131
BORN_TALENT_OF_FIRE = create("born_talent_of_fire", b -> b.icon(CEIBlocks.BLAZE_FORGER)
132132
.title("Born Talent of Fire")
133-
.description("Blazer is good at this. Obtain a Blaze Forger")
133+
.description("Blazes were born for this. Obtain a Blaze Forger")
134134
.whenIconCollected()
135135
.after(EXPERIENCED_ENGINEER)),
136136

137137
BLAZING_FUSION = create("blazing_fusion", b -> b.icon(Items.GOLDEN_SWORD)
138138
.title("Blazing Fusion")
139-
.description("Combine two items of same kind using Blaze Forger")
139+
.description("Merge two of the same item using a Blaze Forger")
140140
.after(BORN_TALENT_OF_FIRE)),
141141

142142
SIGIL_CASTING = create("sigil_casting", b -> b.icon(CEIItems.ENCHANTING_TEMPLATE)
143143
.title("Sigil Casting")
144-
.description("Apply an Enchanting Template using Blaze Forger")
144+
.description("Apply an Enchanting Template using a Blaze Forger")
145145
.after(BLAZING_FUSION)),
146146

147147
MAGIC_UNBINDING = create("magic_unbinding", b -> b.icon(CEIItems.ENCHANTING_TEMPLATE)
148148
.title("Magic Unbinding")
149-
.description("Strip enchantment off item using Blaze Forger")
149+
.description("Strip an item's enchantment off using a Blaze Forger")
150150
.after(SIGIL_CASTING)),
151151

152152
BLAZING_CENTURION = create("blazing_centurion", b -> b.icon(CEIBlocks.BLAZE_FORGER)
153153
.title("Blazing Centurion")
154-
.description("Blaze Forger forges 1,000 times")
154+
.description("Use a Blaze Forger 1,000 times")
155155
.whenStatReach(Stats.CUSTOM.get(CEIStats.FORGE.get()), MinMaxBounds.Ints.atLeast(1000))
156156
.special(CDPAdvancement.TaskType.EXPERT)
157157
.after(MAGIC_UNBINDING)),
@@ -172,58 +172,58 @@ public class CEIAdvancements implements DataProvider {
172172

173173
TRANSCENDENT_OVERCLOCK = create("transcendent_overclock", b -> b.icon(Items.EMERALD)
174174
.title("Transcendent Overclock")
175-
.description("How could it happen? Enchantment Level Cap Didn't exist?")
175+
.description("How is this possible? Enchantment level caps don't exist?")
176176
.special(CDPAdvancement.TaskType.EXPERT)
177177
.after(PROBABILITY_SPIKE)),
178178

179179
PARADOX_FUSION = create("paradox_fusion", b -> b.icon(Items.REDSTONE)
180180
.title("Paradox Fusion")
181-
.description("How could it happen? They should not appear at same time!")
181+
.description("How is this possible? They shouldn't appear at the same time!")
182182
.special(CDPAdvancement.TaskType.EXPERT)
183183
.after(TRANSCENDENT_OVERCLOCK)),
184184

185185
OSHA_VIOLATION = create("osha_violation", b -> b.icon(Items.BARRIER)
186186
.title("OSHA Violation")
187-
.description("You SHOULD NOT let it happen!!!")
187+
.description("You should NOT have let this happen!!!")
188188
.special(CDPAdvancement.TaskType.SECRET)
189189
.after(LIGHTNING_CATALYSIS)),
190190

191191
OMNI_ENCHANTER = create("omni_enchanter", b -> b.icon(Items.NETHER_STAR)
192192
.title("Omni-Enchanter")
193-
.description("Unbelievable! You've super-enchanted 1,000 times! Now the number speaks for itself")
193+
.description("Unbelievable! You've Super Enchanted 1,000 times! Now the number speaks for itself")
194194
.whenStatReach(Stats.CUSTOM.get(CEIStats.SUPER_ENCHANT.get()), MinMaxBounds.Ints.atLeast(100))
195195
.special(CDPAdvancement.TaskType.EXPERT)
196196
.after(PARADOX_FUSION)),
197197

198198
// Printer
199199
COPIABLE_MASTERPIECE = create("copiable_masterpiece", b -> b.icon(Items.WRITTEN_BOOK)
200200
.title("Copiable Masterpiece")
201-
.description("Copy a Written Book using Printer")
201+
.description("Copy a Written Book using a Printer")
202202
.after(EXPERIENCED_ENGINEER)),
203203

204204
COPIABLE_MYSTERY = create("copiable_mystery", b -> b.icon(Items.ENCHANTED_BOOK)
205205
.title("Copiable Mystery")
206-
.description("Copy a Enchanted Book using Printer")
206+
.description("Copy an Enchanted Book using a Printer")
207207
.after(COPIABLE_MASTERPIECE)),
208208

209209
BRAND_REGISTRY = create("brand_registry", b -> b.icon(Items.NAME_TAG)
210210
.title("Brand Registry")
211-
.description("Using the printer to name an item")
211+
.description("Use a Printer to rename an item")
212212
.after(COPIABLE_MYSTERY)),
213213

214214
SUPPLY_CHAIN_REFACTOR = create("supply_chain_refactor", b -> b.icon(PackageStyles.getDefaultBox())
215215
.title("Supply Chain Refactor")
216-
.description("Using the printer to change package address")
216+
.description("Use a Printer to change a package's address")
217217
.after(BRAND_REGISTRY)),
218218

219219
ASSEMBLY_AESTHETICS = create("assembly_aesthetics", b -> b.icon(CDPItems.RARE_MARBLE_GATE_PACKAGE)
220220
.title("Assembly Aesthetics")
221-
.description("Using the printer to change package pattern")
221+
.description("Use a Printer to change a package's pattern")
222222
.after(SUPPLY_CHAIN_REFACTOR)),
223223

224224
GREAT_PUBLISHER = create("great_publisher", b -> b.icon(CEIBlocks.PRINTER)
225225
.title("Great Publisher")
226-
.description("Printer prints 1,000 times")
226+
.description("Use a Printer 1,000 times")
227227
.whenStatReach(Stats.CUSTOM.get(CEIStats.PRINT.get()), MinMaxBounds.Ints.atLeast(1000))
228228
.special(CDPAdvancement.TaskType.EXPERT)
229229
.after(BRAND_REGISTRY));

src/main/java/plus/dragons/createenchantmentindustry/common/registry/CEIEnchantments.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public static class ModTags extends TagRegistry<Enchantment, RegistrateTagsProvi
5151
"Blaze Enchanter Super Enchanting Exclusive Enchantments");
5252
public final TagKey<Enchantment> printingDeny = tag(
5353
"printer/deny",
54-
"Printer denied Enchantments");
54+
"Printer-Denied Enchantments");
5555

5656
protected ModTags() {
5757
super(CEICommon.ID, Registries.ENCHANTMENT);

src/main/java/plus/dragons/createenchantmentindustry/common/registry/CEIStats.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public class CEIStats {
3333
.register();
3434

3535
public static final RegistryEntry<ResourceLocation, ResourceLocation> SUPER_ENCHANT = create("super_enchant")
36-
.lang("Super-Enchant")
36+
.lang("Super Enchant")
3737
.register();
3838

3939
public static final RegistryEntry<ResourceLocation, ResourceLocation> PRINT = create("print")

src/main/java/plus/dragons/createenchantmentindustry/config/CEIFluidsConfig.java

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -88,23 +88,23 @@ public String getName() {
8888
}
8989

9090
static class Comments {
91-
static final String experienceVaporizeOnPlacement = "Whether Liquid Experience vaporize into Experience Orbs upon placement.";
91+
static final String experienceVaporizeOnPlacement = "Whether Liquid Experience will vaporize into Experience Orbs upon placement.";
9292
static final String printerFluidCapacity = "The amount of liquid a Printer can hold (mB).";
93-
static final String enableWrittenBookPrinting = "If printing Written Book function of Printer should be enabled.";
94-
static final String enableEnchantedBookPrinting = "If printing Enchanted Book function of Printer should be enabled.";
95-
static final String enableCreateCopiableItemPrinting = "If printing Create's copiable item of Printer should be enabled.";
96-
static final String enablePackagePatternPrinting = "If changing package pattern function of Printer should be enabled.";
97-
static final String enablePackageAddressPrinting = "If assigning package address function of Printer should be enabled.";
98-
static final String enableCustomNamePrinting = "If assigning custom name function of Printer should be enabled.";
99-
static final String printingCustomNameAsItemName = "Whether printing custom name (displayed in italic) as item name (displayed in non-italic).";
100-
static final String printingGenerationChange = "The generation change when copy written books, " +
101-
"value of 1 will prevent copying copy of copy";
102-
static final String printingEnchantedBookCostMultiplier = "The cost multiplier of printing Enchanted Book.";
103-
static final String printingEnchantedBookDenylistStopCopying = "Whether Printer denylist prevents enchanted book from being copying." +
104-
"Setting false allows copying enchanted book without denied enchantment";
93+
static final String enableWrittenBookPrinting = "If the printing of Written Books function of Printers should be enabled.";
94+
static final String enableEnchantedBookPrinting = "If the printing of Enchanted Books function of Printers should be enabled.";
95+
static final String enableCreateCopiableItemPrinting = "If the printing of Create's copiable items function of Printers should be enabled.";
96+
static final String enablePackagePatternPrinting = "If the changing package patterns function of Printers should be enabled.";
97+
static final String enablePackageAddressPrinting = "If the assigning package addresses function of Printers should be enabled.";
98+
static final String enableCustomNamePrinting = "If the assigning custom names function of Printers should be enabled.";
99+
static final String printingCustomNameAsItemName = "Whether printing custom names (displayed in italics) should instead print as as item names (displayed in non-italics).";
100+
static final String printingGenerationChange = "The generation change when copying Written Books; " +
101+
"a value of 1 will prevent copying copy of copy";
102+
static final String printingEnchantedBookCostMultiplier = "The cost multiplier of printing Enchanted Books.";
103+
static final String printingEnchantedBookDenylistStopCopying = "Whether the Printer denylist prevents Enchanted Books from being copied." +
104+
"Setting this to false allows copying Enchanted Books without denied enchantments";
105105
static final String blazeEnchanterFluidCapacity = "The amount of liquid a Blaze Enchanter can hold (mB).";
106106
static final String blazeForgerFluidCapacity = "The amount of liquid a Blaze Forger can hold (mB).";
107107
static final String experienceLanternFluidCapacity = "The amount of liquid an Experience Lantern can hold (mB).";
108-
static final String experienceLanternDrainRate = "The amount of Experience an Experience Lantern can drain from player per 0.5 tick (mB).";
108+
static final String experienceLanternDrainRate = "The amount of experience an Experience Lantern can drain from player per 0.5 ticks (mB).";
109109
}
110110
}

src/main/java/plus/dragons/createenchantmentindustry/config/CEIKineticsConfig.java

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@ public String getName() {
4040

4141
static class Comments {
4242
static final String stress = "Fine tune the kinetic stats of individual components";
43-
static final String deployerKillDropXp = "Whether Deployer killed entities should drop experience.";
44-
static final String deployerKillXpScale = "Scale for experience dropped from Deployer killed entities.";
45-
static final String deployerMineDropXp = "Whether Deployer mined blocks should drop experience.";
46-
static final String deployerMineXpScale = "Scale for experience dropped from Deployer mined blocks.";
47-
static final String deployerCollectXp = "Whether Deployer collect dropped experience as Experience Nugget.";
48-
static final String deployerMendItem = "Whether Mending enchantment applies to Deployer held item (Needs deployerCollectXp = true).";
49-
static final String deployerSweepAttack = "Whether Deployer can perform sweep attack.";
50-
static final String crushingWheelKillDropXp = "Whether Crushing Wheel killed entities should drop experience.";
51-
static final String crushingWheelKillDropXpChance = "Probability of Crushing Wheel killed entities dropping experience.";
52-
static final String crushingWheelKillDropXpScale = "Scale for experience dropped from Crushing Wheel killed entities.";
43+
static final String deployerKillDropXp = "Whether Deployer-killed entities should drop experience.";
44+
static final String deployerKillXpScale = "Scale for experience dropped from Deployer-killed entities.";
45+
static final String deployerMineDropXp = "Whether Deployer-mined blocks should drop experience.";
46+
static final String deployerMineXpScale = "Scale for experience dropped from Deployer-mined blocks.";
47+
static final String deployerCollectXp = "Whether Deployers collect dropped experience as Nuggets of Experience.";
48+
static final String deployerMendItem = "Whether the Mending enchantment applies to Deployer-held items (Needs deployerCollectXp = true).";
49+
static final String deployerSweepAttack = "Whether Deployers can perform sweep attacks.";
50+
static final String crushingWheelKillDropXp = "Whether Crushing Wheel-killed entities should drop experience.";
51+
static final String crushingWheelKillDropXpChance = "Probability of Crushing Wheel-killed entities dropping experience.";
52+
static final String crushingWheelKillDropXpScale = "Scale for experience dropped from Crushing Wheel-killed entities.";
5353
}
5454
}

src/main/java/plus/dragons/createenchantmentindustry/config/CEIProcessingConfig.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ public String getName() {
3131
}
3232

3333
static class Comments {
34-
static final String regularLightningStrikeTransformXpBlockChance = "Probability of regular lightning strike transforming Block of Experience.";
34+
static final String regularLightningStrikeTransformXpBlockChance = "Probability of natural lightning strikes transforming Blocks of Experience.";
3535
}
3636
}

0 commit comments

Comments
 (0)