From fd3085b8fa0a44b75748181a1e8e13dd20fec870 Mon Sep 17 00:00:00 2001 From: JannisX11 Date: Fri, 26 Jul 2019 13:33:29 +0200 Subject: [PATCH] v3.0.4 --- .github/ISSUE_TEMPLATE | 2 +- .gitignore | 3 +++ css/panels.css | 2 +- index.html | 6 +++--- js/animations.js | 4 ++-- js/blockbench.js | 5 +++-- js/edit_sessions.js | 2 +- js/interface/actions.js | 2 +- js/interface/interface.js | 4 ++-- js/interface/menu.js | 2 +- js/io/bedrock.js | 2 +- js/io/bedrock_old.js | 20 ++++++++++++++++-- js/io/io.js | 42 +++++++++++++++++++++++-------------- js/io/modded_entity.js | 2 +- js/outliner/cube.js | 7 ++++++- js/outliner/group.js | 24 +++++++++++++++------ js/outliner/locator.js | 1 + js/painter.js | 34 +++++++++++++++++++----------- js/preview/OrbitControls.js | 3 +++ js/preview/preview.js | 3 +-- js/preview/transformer.js | 10 +++++---- js/textures.js | 14 +++++++------ js/transform.js | 2 +- js/undo.js | 4 ++-- js/uv.js | 8 +++++-- package.json | 2 +- 26 files changed, 139 insertions(+), 71 deletions(-) create mode 100644 .gitignore diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE index 3c7cc267..98d7111b 100644 --- a/.github/ISSUE_TEMPLATE +++ b/.github/ISSUE_TEMPLATE @@ -1,5 +1,5 @@ [!] Before you report an issue, check if if has already been reported. Also check if you are using the latest version of Blockbench. -[!] Prefix the title if your issue with [Issue] or [Suggestion] +[!] Prefix the title of your issue with [Issue] or [Suggestion] [!] If you are having an issue, please press "Ctrl + Shift + i" and click on console. If there are any error messages, please attach a screenshot of it to your issue. Supply the following information: diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..04c8f0b0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +/dist/ +index.php +package-lock.json diff --git a/css/panels.css b/css/panels.css index c005007b..873bb077 100644 --- a/css/panels.css +++ b/css/panels.css @@ -2,7 +2,7 @@ /*Layout*/ #page_wrapper { display: grid; - grid-template-columns: 332px auto 300px; + grid-template-columns: 332px auto 314px; grid-template-rows: 30px minmax(200px, 5000px) 26px; grid-template-areas: "left_bar toolbar toolbar" diff --git a/index.html b/index.html index 83aaa894..76b65abb 100644 --- a/index.html +++ b/index.html @@ -6,7 +6,7 @@ - + @@ -27,7 +27,7 @@ @@ -1036,7 +1036,7 @@

mode.start.new