mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-28 17:18:46 +00:00
Add source and direct entity
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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": "分享",
|
||||
|
||||
Reference in New Issue
Block a user