remove priority

This commit is contained in:
Pyritie 2025-09-09 11:59:41 +01:00
parent 9107a122c4
commit ae699faf1e
2 changed files with 3 additions and 4 deletions

View file

@ -2,7 +2,6 @@
"name": "Tapping Index",
"category": "tfc:arborfirmacraft",
"icon": "afc:wood/sapling/weeping_maple",
"priority": true,
"read_by_default": true,
"pages": [
{

View file

@ -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"
}
]
}