From 5cac215daa2fcf7ba97214b95fe9332943244acb Mon Sep 17 00:00:00 2001 From: Alwinfy <20421383+Alwinfy@users.noreply.github.com> Date: Sun, 19 Feb 2023 02:18:10 -0500 Subject: [PATCH] Fix up more lang errors --- .../main/resources/assets/hexcasting/lang/en_us.json | 10 +++++----- .../en_us/entries/patterns/patterns_as_iotas.json | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Common/src/main/resources/assets/hexcasting/lang/en_us.json b/Common/src/main/resources/assets/hexcasting/lang/en_us.json index 563be639..60daa2f3 100644 --- a/Common/src/main/resources/assets/hexcasting/lang/en_us.json +++ b/Common/src/main/resources/assets/hexcasting/lang/en_us.json @@ -409,11 +409,11 @@ "hexcasting.action.hexcasting:fisherman/copy": "Fisherman's Gambit II", "hexcasting.action.hexcasting:swizzle": "Swindler's Gambit", - "hexcasting.action.hexcasting:and_bit": "Intersection Distillation", - "hexcasting.action.hexcasting:or_bit": "Unifying Distillation", - "hexcasting.action.hexcasting:xor_bit": "Exclusionary Distillation", - "hexcasting.action.hexcasting:not_bit": "Inversion Purification", - "hexcasting.action.hexcasting:to_set": "Uniqueness Purification", + "hexcasting.action.hexcasting:bit/and": "Intersection Distillation", + "hexcasting.action.hexcasting:bit/or": "Unifying Distillation", + "hexcasting.action.hexcasting:bit/xor": "Exclusionary Distillation", + "hexcasting.action.hexcasting:bit/not": "Inversion Purification", + "hexcasting.action.hexcasting:bit/to_set": "Uniqueness Purification", "hexcasting.action.hexcasting:and": "Conjunction Distillation", "hexcasting.action.hexcasting:or": "Disjunction Distillation", "hexcasting.action.hexcasting:xor": "Exclusion Distillation", diff --git a/Common/src/main/resources/data/hexcasting/patchouli_books/thehexbook/en_us/entries/patterns/patterns_as_iotas.json b/Common/src/main/resources/data/hexcasting/patchouli_books/thehexbook/en_us/entries/patterns/patterns_as_iotas.json index 396feb95..139c4235 100644 --- a/Common/src/main/resources/data/hexcasting/patchouli_books/thehexbook/en_us/entries/patterns/patterns_as_iotas.json +++ b/Common/src/main/resources/data/hexcasting/patchouli_books/thehexbook/en_us/entries/patterns/patterns_as_iotas.json @@ -16,7 +16,7 @@ }, { "type": "hexcasting:manual_pattern", - "header": "hexcasting.spell.hexcasting:escape", + "header": "hexcasting.rawhook.hexcasting:escape", "anchor": "hexcasting:escape", "text": "hexcasting.page.patterns_as_iotas.escape.1", "patterns": { @@ -30,7 +30,7 @@ }, { "type": "hexcasting:manual_pattern", - "header": "hexcasting.spell.hexcasting:open_paren", + "header": "hexcasting.rawhook.hexcasting:open_paren", "anchor": "hexcasting:open_paren", "text": "hexcasting.page.patterns_as_iotas.parens.1", "patterns": { @@ -40,7 +40,7 @@ }, { "type": "hexcasting:manual_pattern", - "header": "hexcasting.spell.hexcasting:close_paren", + "header": "hexcasting.rawhook.hexcasting:close_paren", "anchor": "hexcasting:close_paren", "text": "hexcasting.page.patterns_as_iotas.parens.2", "patterns": {