diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/arborfirmacraft/tapping_index.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/arborfirmacraft/tapping_index.json index e27cf1995..ba02fe550 100644 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/arborfirmacraft/tapping_index.json +++ b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/arborfirmacraft/tapping_index.json @@ -2,7 +2,6 @@ "name": "Tapping Index", "category": "tfc:arborfirmacraft", "icon": "afc:wood/sapling/weeping_maple", - "priority": true, "read_by_default": true, "pages": [ { diff --git a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/mechanics/trowel.json b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/mechanics/trowel.json index 0ae5da5ba..43d665496 100644 --- a/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/mechanics/trowel.json +++ b/kubejs/assets/tfc/patchouli_books/field_guide/en_us/entries/mechanics/trowel.json @@ -2,7 +2,7 @@ "name": "Trowel", "icon": "tfg:trowel", "category": "tfc:mechanics", - "priority": true, + "read_by_default": true, "pages": [ { "type": "patchouli:crafting", @@ -11,8 +11,8 @@ "text": "A $(item)Trowel$() allows a builder to place random blocks from their hotbar when right-clicking a surface.$(br2)Trowels also have built-in functionality with the $(item)Roads and Roofs$() mod--Meaning that they can place filler items like bricks or flagstones randomly as well." }, { - "type": "patchouli:text", - "text": "Inspired by the trowel tool from $(item)Quark$()--A mod by Vazkii" + "type": "patchouli:text", + "text": "Inspired by the trowel tool from $(item)Quark$()--A mod by Vazkii" } ] }