Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
Expand Down
2 changes: 1 addition & 1 deletion Common/src/main/resources/assets/moreiotas/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -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).",
Expand Down
Loading