diff --git a/Common/src/main/resources/assets/hexcasting/patchouli_books/thehexbook/en_us/entries/patterns/items.json b/Common/src/main/resources/assets/hexcasting/patchouli_books/thehexbook/en_us/entries/patterns/items.json index 1e95b4b4..0e6b51de 100644 --- a/Common/src/main/resources/assets/hexcasting/patchouli_books/thehexbook/en_us/entries/patterns/items.json +++ b/Common/src/main/resources/assets/hexcasting/patchouli_books/thehexbook/en_us/entries/patterns/items.json @@ -59,7 +59,7 @@ "op_id": "moreiotas:item/prop/size/set", "anchor": "moreiotas:item/prop/size/set", "input": "item stack, int", - "output": "list", + "output": "item stack", "text": "moreiotas.page.items.item/prop/size/set" } ] diff --git a/Common/src/main/resources/assets/moreiotas/lang/en_us.json b/Common/src/main/resources/assets/moreiotas/lang/en_us.json index b89b3159..4efc5733 100644 --- a/Common/src/main/resources/assets/moreiotas/lang/en_us.json +++ b/Common/src/main/resources/assets/moreiotas/lang/en_us.json @@ -152,7 +152,7 @@ "moreiotas.entry.items": "Items", "moreiotas.page.items.item/prop/item": "Transforms the $(l:casting/item_iotas)Item Stack$() at the top of the stack into its Item.", "moreiotas.page.items.item/prop/size": "Transforms the Item Stack at the top of the stack into its size.", - "moreiotas.page.items.item/prop/size/set": "Transforms the Item Stack at the top of the stack into its size.", + "moreiotas.page.items.item/prop/size/set": "Removes the number at the top of the stack, then sets the size of the Item Stack at the top of the stack to that number.", "moreiotas.page.items.item/main_hand": "Transforms the entity at the top of the stack into the Item Stack in its main hand. Also works on Item Frames and dropped items.", "moreiotas.page.items.item/off_hand": "Transforms the entity at the top of the stack into the Item Stack in its off hand.", "moreiotas.page.items.item/inventory/stacks": "Removes two vectors from the stack representing position and side. Returns a list of Item Stacks in the block at the given position accessible from the given side (or all if second vector is zero).",