From c0a11911e5413cc88c9bd7b271b1691ff017120d Mon Sep 17 00:00:00 2001 From: uberifix Date: Mon, 2 Mar 2020 04:57:53 -0500 Subject: [PATCH] Fix description text Changed description to correct a mistake and make it a bit more clear --- src/main/resources/assets/stonecatalysts/lang/en_us.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/assets/stonecatalysts/lang/en_us.json b/src/main/resources/assets/stonecatalysts/lang/en_us.json index 4f94eac..a9f4ac0 100644 --- a/src/main/resources/assets/stonecatalysts/lang/en_us.json +++ b/src/main/resources/assets/stonecatalysts/lang/en_us.json @@ -6,5 +6,5 @@ "jei.stonecatalysts:tooltip_stone_catalyst": "Stone Catalyst, ,Replaces water source when hit by flowing lava above, ,Place catalyst below water source", "jei.stonecatalysts:tooltip_cobblestone_catalyst": "Cobblestone Catalyst, ,Replaces lava flow when it touches water, ,Place catalyst below lava flow", - "jei.stonecatalysts:information_tab_desc": "StoneCatalysts allows you to generate different stone variants with a vanilla cobblegen\nSimply place the catalyst below where stone or cobblestone would normally generate and the block will instead generate at the catalyst" + "jei.stonecatalysts:information_tab_desc": "StoneCatalysts allows generation of alternate stone variants with a standard cobble gen. Simply place the catalyst below where the stone or cobble block would normally generate and the block will instead generate as the same block as the catalyst" } \ No newline at end of file