Add source and direct entity

This commit is contained in:
Misode
2019-08-20 18:53:12 +02:00
parent 8b5826f315
commit 64a1790b8f
3 changed files with 5 additions and 3 deletions

View File

@@ -917,7 +917,7 @@
<button type="button" value="true" class="btn btn-secondary" onclick="updateField(this)" data-i18n="true"></button>
</div>
</div>
<button class="btn btn-light dropdown-toggle mt-3" type="button" data-shows="false" onclick="toggleSourceEntity(this)" data-i18n="source_enitity"></button>
<button class="btn btn-light dropdown-toggle mt-3" type="button" data-shows="false" onclick="toggleSourceEntity(this)" data-i18n="source_entity"></button>
<div class="source-entity">
</div>
<button class="btn btn-light dropdown-toggle mt-3" type="button" data-shows="false" onclick="toggleDirectEntity(this)" data-i18n="direct_entity"></button>

View File

@@ -248,6 +248,7 @@
"count": "Count",
"description": "Loot Table Generator for Minecraft 1.14",
"dimension": "Dimension",
"direct_entity": "Direct Entity",
"durability": "Durability",
"enchantment": "Enchantment",
"entity": "Entity",
@@ -287,6 +288,7 @@
"share": "Share",
"show_source": "Show Source",
"source": "Source",
"source_entity": "Source Entity",
"tabs": "Tabs",
"tag": "Tag",
"term": "Term",

View File

@@ -273,7 +273,7 @@
"potion": "药水",
"raining": "下雨",
"remove": "移除",
"add_block_state": "移除方块状态",
"remove_block_state": "移除方块状态",
"remove_condition": "移除条件",
"remove_enchantment": "移除附魔",
"remove_entry": "移除项目",
@@ -281,7 +281,7 @@
"remove_modifier": "移除属性修饰器",
"remove_operation": "移除操作",
"remove_pool": "移除随机池",
"add_score": "移除分数",
"remove_score": "移除分数",
"remove_term": "移除条件",
"score": "分数",
"share": "分享",