From 86d5dab3f16b7a1c2467ae7d5ae0848f09e88be3 Mon Sep 17 00:00:00 2001 From: Misode Date: Thu, 12 Sep 2019 19:27:03 +0200 Subject: [PATCH] Add version selection --- index.html | 13 +- locales/en.json | 2 +- locales/ru.json | 2 +- locales/zh-CN.json | 2 +- model.js | 4 - schemas/1.13.json | 176 ++++++++++++++++++++++++++++ structure.json => schemas/1.14.json | 0 view.js | 14 ++- 8 files changed, 199 insertions(+), 14 deletions(-) create mode 100644 schemas/1.13.json rename structure.json => schemas/1.14.json (100%) diff --git a/index.html b/index.html index dff64bc4..dd229990 100644 --- a/index.html +++ b/index.html @@ -10,12 +10,21 @@