mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-24 07:37:10 +00:00
Support Minecraft 1.16
This commit is contained in:
@@ -39,7 +39,7 @@
|
||||
<a href="loot-table">
|
||||
<div class="card-body">
|
||||
<h5 class="card-title" data-i18n="title.loot-table"></h5>
|
||||
<p class="card-subtitle">Minecraft 1.13, 1.14, 1.15</p>
|
||||
<p class="card-subtitle">Minecraft 1.13, 1.14, 1.15, 1.16</p>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
@@ -47,7 +47,7 @@
|
||||
<a href="advancement">
|
||||
<div class="card-body">
|
||||
<h5 class="card-title" data-i18n="title.advancement"></h5>
|
||||
<p class="card-subtitle">Minecraft 1.15</p>
|
||||
<p class="card-subtitle">Minecraft 1.15, 1.16</p>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
@@ -55,7 +55,7 @@
|
||||
<a href="predicate">
|
||||
<div class="card-body">
|
||||
<h5 class="card-title" data-i18n="title.predicate"></h5>
|
||||
<p class="card-subtitle">Minecraft 1.15</p>
|
||||
<p class="card-subtitle">Minecraft 1.15, 1.16</p>
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
@@ -12,9 +12,9 @@ let table = {};
|
||||
let listeners = [];
|
||||
|
||||
const generators = {
|
||||
'advancement': ['1.15'],
|
||||
'loot-table': ['1.13', '1.14', '1.15'],
|
||||
'predicate': ['1.15']
|
||||
'advancement': ['1.15', '1.16'],
|
||||
'loot-table': ['1.13', '1.14', '1.15', '1.16'],
|
||||
'predicate': ['1.15', '1.16']
|
||||
}
|
||||
|
||||
const params = new URLSearchParams(window.location.search);
|
||||
|
||||
@@ -199,6 +199,8 @@
|
||||
"enchantment_remove": "Remove Enchantment",
|
||||
"entity.distance": "Distance",
|
||||
"entity.equipment": "Equipment",
|
||||
"entity.fishing_hook": "Fishing Hook",
|
||||
"entity.fishing_hook.in_open_water": "In Open Water",
|
||||
"entity.flags": "Flags",
|
||||
"entity.isBaby": "Baby",
|
||||
"entity.isOnFire": "On Fire",
|
||||
|
||||
@@ -200,6 +200,8 @@
|
||||
"entity.distance": "到执行位置的距离",
|
||||
"entity.equipment": "装备",
|
||||
"entity.flags": "实体特质",
|
||||
"entity.fishing_hook": "鱼钩",
|
||||
"entity.fishing_hook.in_open_water": "位于开阔水域",
|
||||
"entity.isBaby": "是幼体",
|
||||
"entity.isOnFire": "正在着火",
|
||||
"entity.isSneaking": "正在潜行",
|
||||
|
||||
2351
schemas/1.16.json
Normal file
2351
schemas/1.16.json
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user