Support Minecraft 1.16

This commit is contained in:
SPGoding
2020-03-18 13:10:57 -05:00
parent e681288d7c
commit b5b180bd51
5 changed files with 2361 additions and 6 deletions

View File

@@ -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);