From 043b4cfb94076e12c4d87bf4c14fd7b42d3f3508 Mon Sep 17 00:00:00 2001 From: Kli Kli Date: Fri, 16 Aug 2024 12:30:27 +0200 Subject: [PATCH] chore: adjust md enumeration --- src/generated/resources/assets/occultism/lang/en_us.json | 2 +- .../klikli_dev/occultism/datagen/OccultismBookProvider.java | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/generated/resources/assets/occultism/lang/en_us.json b/src/generated/resources/assets/occultism/lang/en_us.json index 11883f9f4..86b3e0cc2 100644 --- a/src/generated/resources/assets/occultism/lang/en_us.json +++ b/src/generated/resources/assets/occultism/lang/en_us.json @@ -282,7 +282,7 @@ "book.occultism.dictionary_of_spirits.getting_started.books_of_binding_automation.intro.text": "Bound Books of Binding are generated with a random spirit name. This tricks many automated crafting processes into no longer recognizing the item as the requested crafting result, because it does not expect NBT/Data Components on the item.\n\\\n\\\nThis leads to stuck crafting processes.\n", "book.occultism.dictionary_of_spirits.getting_started.books_of_binding_automation.intro.title": "The Problem", "book.occultism.dictionary_of_spirits.getting_started.books_of_binding_automation.name": "Books of Binding in Automation", - "book.occultism.dictionary_of_spirits.getting_started.books_of_binding_automation.solution.text": "1. Put a dictionary of spirits into an anvil and give it a name. This will be the name of all spirits summoned in the future.\n2. Use this dictionary to configure crafting patterns (if your automation mod requires it).\n2. Use this dictionary to craft the Bound Books of Binding in the automation system. As usual, the dictionary will not be used up.\n3. All crafted books will now have the same name and will be recognized by your automation system.\n", + "book.occultism.dictionary_of_spirits.getting_started.books_of_binding_automation.solution.text": "1. Put a dictionary of spirits into an anvil and give it a name. This will be the name of all spirits summoned in the future.\n2. Use this dictionary to configure crafting patterns (if your automation mod requires it).\n3. Use this dictionary to craft the Bound Books of Binding in the automation system. As usual, the dictionary will not be used up.\n4. All crafted books will now have the same name and will be recognized by your automation system.\n", "book.occultism.dictionary_of_spirits.getting_started.books_of_binding_automation.solution.title": "The Solution", "book.occultism.dictionary_of_spirits.getting_started.books_of_calling.description": "Telling your spirits what to do", "book.occultism.dictionary_of_spirits.getting_started.books_of_calling.intro.text": "Books of Calling allow to control a summoned spirit, and to store it to prevent essence decay or move it more easily.\n\\\n\\\nOnly spirits that require precise instructions - such as a work area or drop-off storage - come with a book of calling.\n", diff --git a/src/main/java/com/klikli_dev/occultism/datagen/OccultismBookProvider.java b/src/main/java/com/klikli_dev/occultism/datagen/OccultismBookProvider.java index 237a8ad18..251ee11aa 100644 --- a/src/main/java/com/klikli_dev/occultism/datagen/OccultismBookProvider.java +++ b/src/main/java/com/klikli_dev/occultism/datagen/OccultismBookProvider.java @@ -1148,8 +1148,8 @@ private BookEntryModel makeBooksOfBindingAutomationEntry(CategoryEntryMap entryM """ 1. Put a dictionary of spirits into an anvil and give it a name. This will be the name of all spirits summoned in the future. 2. Use this dictionary to configure crafting patterns (if your automation mod requires it). - 2. Use this dictionary to craft the Bound Books of Binding in the automation system. As usual, the dictionary will not be used up. - 3. All crafted books will now have the same name and will be recognized by your automation system. + 3. Use this dictionary to craft the Bound Books of Binding in the automation system. As usual, the dictionary will not be used up. + 4. All crafted books will now have the same name and will be recognized by your automation system. """ );