This commit is contained in:
Colman Davenport 2020-10-17 01:17:25 -04:00
parent 562abdea31
commit 822ca6dad6

View file

@ -840,6 +840,10 @@
"create.item_attributes.blastable.inverted": "is not smeltable in Blast Furnace",
"create.item_attributes.enchanted": "is enchanted",
"create.item_attributes.enchanted.inverted": "is unenchanted",
"create.item_attributes.renamed": "has a custom name",
"create.item_attributes.renamed.inverted": "does not have a custom name",
"create.item_attributes.fluid_container": "can hold fluid",
"create.item_attributes.fluid_container.inverted": "cannot hold fluid",
"create.item_attributes.damaged": "is damaged",
"create.item_attributes.damaged.inverted": "is not damaged",
"create.item_attributes.badly_damaged": "is heavily damaged",
@ -856,6 +860,23 @@
"create.item_attributes.in_item_group.inverted": "is not in group '%1$s'",
"create.item_attributes.added_by": "was added by %1$s",
"create.item_attributes.added_by.inverted": "was not added by %1$s",
"create.item_attributes.has_enchant": "is enchanted with %1$s",
"create.item_attributes.has_enchant.inverted": "is not enchanted with %1$s",
"create.item_attributes.has_fluid": "contains %1$s",
"create.item_attributes.has_fluid.inverted": "does not contain %1$s",
"create.item_attributes.has_name": "has the custom name %1$s",
"create.item_attributes.has_name.inverted": "does not have the custom name %1$s",
"create.item_attributes.book_author": "was authored by %1$s",
"create.item_attributes.book_author.inverted": "was not authored by %1$s",
"create.item_attributes.book_copy_original": "is an original",
"create.item_attributes.book_copy_original.inverted": "is not an original",
"create.item_attributes.book_copy_first": "is a first-generation copy",
"create.item_attributes.book_copy_first.inverted": "is not a first-generation copy",
"create.item_attributes.book_copy_second": "is a second-generation copy",
"create.item_attributes.book_copy_second.inverted": "is not a second-generation copy",
"create.item_attributes.book_copy_tattered": "is a tattered mess",
"create.item_attributes.book_copy_tattered.inverted": "is not a tattered mess",
"create.gui.attribute_filter.no_selected_attributes": "No attributes selected",
"create.gui.attribute_filter.selected_attributes": "Selected attributes:",