You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/java/plus/dragons/createenchantmentindustry/config/CEIFluidsConfig.java
+14-14Lines changed: 14 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -88,23 +88,23 @@ public String getName() {
88
88
}
89
89
90
90
staticclassComments {
91
-
staticfinalStringexperienceVaporizeOnPlacement = "Whether Liquid Experience vaporize into Experience Orbs upon placement.";
91
+
staticfinalStringexperienceVaporizeOnPlacement = "Whether Liquid Experience will vaporize into Experience Orbs upon placement.";
92
92
staticfinalStringprinterFluidCapacity = "The amount of liquid a Printer can hold (mB).";
93
-
staticfinalStringenableWrittenBookPrinting = "If printing Written Book function of Printer should be enabled.";
94
-
staticfinalStringenableEnchantedBookPrinting = "If printing Enchanted Book function of Printer should be enabled.";
95
-
staticfinalStringenableCreateCopiableItemPrinting = "If printing Create's copiable item of Printer should be enabled.";
96
-
staticfinalStringenablePackagePatternPrinting = "If changing package pattern function of Printer should be enabled.";
97
-
staticfinalStringenablePackageAddressPrinting = "If assigning package address function of Printer should be enabled.";
98
-
staticfinalStringenableCustomNamePrinting = "If assigning custom name function of Printer should be enabled.";
99
-
staticfinalStringprintingCustomNameAsItemName = "Whether printing custom name (displayed in italic) as item name (displayed in non-italic).";
100
-
staticfinalStringprintingGenerationChange = "The generation change when copy written books, " +
101
-
"value of 1 will prevent copying copy of copy";
102
-
staticfinalStringprintingEnchantedBookCostMultiplier = "The cost multiplier of printing Enchanted Book.";
103
-
staticfinalStringprintingEnchantedBookDenylistStopCopying = "Whether Printer denylist prevents enchanted book from being copying." +
104
-
"Setting false allows copying enchanted book without denied enchantment";
93
+
staticfinalStringenableWrittenBookPrinting = "If the printing of Written Books function of Printers should be enabled.";
94
+
staticfinalStringenableEnchantedBookPrinting = "If the printing of Enchanted Books function of Printers should be enabled.";
95
+
staticfinalStringenableCreateCopiableItemPrinting = "If the printing of Create's copiable items function of Printers should be enabled.";
96
+
staticfinalStringenablePackagePatternPrinting = "If the changing package patterns function of Printers should be enabled.";
97
+
staticfinalStringenablePackageAddressPrinting = "If the assigning package addresses function of Printers should be enabled.";
98
+
staticfinalStringenableCustomNamePrinting = "If the assigning custom names function of Printers should be enabled.";
99
+
staticfinalStringprintingCustomNameAsItemName = "Whether printing custom names (displayed in italics) should instead print as as item names (displayed in non-italics).";
100
+
staticfinalStringprintingGenerationChange = "The generation change when copying Written Books; " +
101
+
"a value of 1 will prevent copying copy of copy";
102
+
staticfinalStringprintingEnchantedBookCostMultiplier = "The cost multiplier of printing Enchanted Books.";
103
+
staticfinalStringprintingEnchantedBookDenylistStopCopying = "Whether the Printer denylist prevents Enchanted Books from being copied." +
104
+
"Setting this to false allows copying Enchanted Books without denied enchantments";
105
105
staticfinalStringblazeEnchanterFluidCapacity = "The amount of liquid a Blaze Enchanter can hold (mB).";
106
106
staticfinalStringblazeForgerFluidCapacity = "The amount of liquid a Blaze Forger can hold (mB).";
107
107
staticfinalStringexperienceLanternFluidCapacity = "The amount of liquid an Experience Lantern can hold (mB).";
108
-
staticfinalStringexperienceLanternDrainRate = "The amount of Experience an Experience Lantern can drain from player per 0.5 tick (mB).";
108
+
staticfinalStringexperienceLanternDrainRate = "The amount of experience an Experience Lantern can drain from player per 0.5 ticks (mB).";
0 commit comments