diff --git a/locales/en.json b/locales/en.json index 2b307b9a..6671d2f9 100644 --- a/locales/en.json +++ b/locales/en.json @@ -19,7 +19,7 @@ "type": "Condition", "chance": "Chance", "looting_multiplier": "Looting Multiplier", - "inverted": "Inverted", + "inverse": "Inverted", "entity": "Entity", "enchantment": "Enchantment", "chances": "Chances", diff --git a/locales/ru.json b/locales/ru.json index 5addb7f4..1a2c33b2 100644 --- a/locales/ru.json +++ b/locales/ru.json @@ -19,7 +19,7 @@ "type": "Условие", "chance": "Шанс", "looting_multiplier": "Множитель «Добычи»", - "inverted": "Инвертировать", + "inverse": "Инвертировать", "entity": "Сущность", "enchantment": "Чары", "chances": "Шансы", diff --git a/locales/zh-CN.json b/locales/zh-CN.json index b7898f54..de65e696 100644 --- a/locales/zh-CN.json +++ b/locales/zh-CN.json @@ -19,7 +19,7 @@ "type": "条件", "chance": "机率", "looting_multiplier": "每级抢夺附魔增加的数", - "inverted": "取反", + "inverse": "取反", "entity": "实体", "enchantment": "附魔", "chances": "机率", @@ -257,15 +257,15 @@ }, "2_spaces": "2 空格缩进", "4_spaces": "4 空格缩进", - "add_child": "添加子项目", - "add_condition": "添加条件", - "add_enchantment": "添加附魔", - "add_entry": "添加项目", - "add_function": "添加函数", - "add_modifier": "添加属性修饰器", - "add_operation": "添加操作", - "add_pool": "添加随机池", - "add_term": "添加条件", + "child_add": "添加子项目", + "condition_add": "添加条件", + "enchantment_add": "添加附魔", + "entry_add": "添加项目", + "function_add": "添加函数", + "modifier_add": "添加属性修饰器", + "operation_add": "添加操作", + "pool_add": "添加随机池", + "term_add": "添加条件", "author": "作者 @Misode", "copy": "复制", "description": "Minecraft 战利品表生成器", @@ -274,14 +274,14 @@ "luck_based": "受幸运等级影响", "more": "更多选项", "remove": "移除", - "remove_condition": "移除条件", - "remove_enchantment": "移除附魔", - "remove_entry": "移除项目", - "remove_function": "移除函数", - "remove_modifier": "移除属性修饰器", - "remove_operation": "移除操作", - "remove_pool": "移除随机池", - "remove_term": "移除条件", + "condition_remove": "移除条件", + "enchantment_remove": "移除附魔", + "entry_remove": "移除项目", + "function_remove": "移除函数", + "modifier_remove": "移除属性修饰器", + "operation_remove": "移除操作", + "pool_remove": "移除随机池", + "term_remove": "移除条件", "share": "分享", "show_source": "显示源代码", "tabs": "Tab 缩进", diff --git a/schemas/1.13.json b/schemas/1.13.json index a872fafa..e5aaf88c 100644 --- a/schemas/1.13.json +++ b/schemas/1.13.json @@ -244,7 +244,7 @@ { "id": "inverse", "type": "boolean", - "translate": "$condition.inverted", + "translate": "$condition.inverse", "default": false, "require": [ "minecraft:killed_by_player" diff --git a/schemas/1.14.json b/schemas/1.14.json index a0cc377b..9cdb6e0a 100644 --- a/schemas/1.14.json +++ b/schemas/1.14.json @@ -48,6 +48,13 @@ "values": "entry", "button": "header" }, + { + "id": "functions", + "type": "array", + "translate": "function", + "values": "function", + "button": "header" + }, { "id": "conditions", "type": "array", @@ -101,6 +108,15 @@ "translate": "$entry.quality", "luckBased": true }, + { + "id": "expand", + "type": "boolean", + "default": "false", + "translate": "$entry.expand", + "require": [ + "minecraft:tag" + ] + }, { "id": "children", "type": "array", @@ -435,9 +451,9 @@ ] }, { - "id": "inverted", + "id": "inverse", "type": "boolean", - "translate": "$condition.inverted", + "translate": "$condition.inverse", "default": false, "require": [ "minecraft:killed_by_player"