Bryan_J

ENGLISH Thermos of Coffee

Mar 26th, 2023
35
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | Source Code | 0 0
  1. ContextMenu_EN = {
  2. ContextMenu_EvolvedRecipe_HotCoffeeIsothermalCanRecipe = "Beverage",
  3. ContextMenu_EvolvedRecipe_HotTeaIsothermalCanRecipe = "Beverage",
  4. }
  5.  
  6. Items_EN = {
  7. DisplayName_Isothermal_Can = "Thermos",
  8. DisplayName_Isothermal_Can_of_Water = "Thermos of water",
  9. DisplayName_Isothermal_Can_of_Coffee = "Thermos of coffee",
  10.  
  11. Item_IsothermalCan = "Thermos",
  12. Item_WaterIsothermalCan = "Thermos for water",
  13. Item_HotCoffeeIsothermalCan = "Thermos for hot coffee",
  14. }
  15.  
  16. Recipes_EN = {
  17. Recipe_Create_Isothermal_Can = "Create Isothermal Can",
  18. }
  19.  
  20. Tooltip_EN = {
  21. Tooltip_Isothermal_Can = "Use with hot water, and tea or coffee.",
  22. }
Advertisement
Add Comment
Please, Sign In to add comment