Skip to content
Open
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
2 changes: 1 addition & 1 deletion Common/src/main/resources/assets/hexal/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
"hexcasting.mishap.invalid_value.class.gate": "a gate",
"hexcasting.mishap.invalid_value.class.mote": "a mote",
"hexcasting.mishap.invalid_value.class.moteentity.itemitemframe": "a mote, item entity, or item frame",
"hexcasting.mishap.invalid_value.class.veclist": "a vector or a list of vectors",
"hexcasting.mishap.invalid_value.moteitemtype": "a mote or item type",
"hexcasting.mishap.invalid_value.motemotelist": "a mote or list of motes",
"hexcasting.mishap.invalid_value.motemotelistmotelistlist": "a mote, list of motes, or list of lists of motes",
"hexcasting.mishap.invalid_value.veclist": "a vector or a list of vectors",
"hexcasting.mishap.invalid_value.blockitementityitemframeitem": "a block, item entity, item frame, or mote",
"hexcasting.mishap.invalid_value.entity.itemitemframe": "an item entity or item frame",
"hexcasting.mishap.invalid_value.int.strictly_positive": "a strictly positive integer",
Expand Down