From 7d2c83f3a027fed9e2503eb91fe899d8899cf181 Mon Sep 17 00:00:00 2001
From: Bjornar Egede-Nissen
<26875847+galloppinggryphon@users.noreply.github.com>
Date: Wed, 22 Sep 2021 14:00:47 -0400
Subject: [PATCH] Minor fixes
---
README.MD | 15 +++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)
diff --git a/README.MD b/README.MD
index d3a4017..cc7b723 100644
--- a/README.MD
+++ b/README.MD
@@ -14,7 +14,7 @@ Building anything big in Minecraft can be a chore! The Java edition has long had
* 🟥 Quickly create large rectangular shapes from almost any block in any state
* 🟧 Easily create walls, buildings, towers, tunnels, mountains, caves and holes in the ground
* 🟩 Includes two building tools for creating or removing, and support tools for querying and measuring
-* 🟨 Create filled~~or hollow~~shapes (#todo: hollow shapes)
+* 🟨 Create filled shapes (#todo: hollow shapes)
* 🟦 Includes easily accessible GUI to configure tool settings: use shift key (the 'sneak' key!) to open
* 🟫 Uses the fill command behind the scenes
* ⬜ Bonus tool: Teleport quickly within line-of-sight with a single click
@@ -67,7 +67,7 @@ What you need:
## Getting Started
-**Engineering Tools consts of two parts:**
+**Engineering Tools consists of two parts:**
1. `Behaviour Pack`: Contains items and scripting logic.
2. `Resource Pack`: Contains GUI and textures/icons
@@ -291,14 +291,13 @@ Engineering Tools, in whole or in part, must be redistributed under the GPL-v3 l
Some parts of the software, as indicated in the source code or listed below, is licensed under different terms.
#### Blocks, items, models and build-scripts sub-folders
-
-Any files in the `items`, `blocks`, `models` and `build-scripts` sub-folders, if present, may be distributed on their own under the MIT license.
+
+Any files in the `items`, `blocks`, `models` and `build-scripts` sub-folders, if present, may be distributed on their own under the MIT license ([https://choosealicense.com/licenses/mit/](https://choosealicense.com/licenses/mit/)).
+
Copyright © Bjornar Egede-Nissen, 2021.
-License details: [https://choosealicense.com/licenses/mit/](https://choosealicense.com/licenses/mit/)
-
#### Third party code
-
+
##### Mojang
-The `experimental_ui` folder includes font files and UI engine code distributed by Mojang © in a demonstration addon package.
\ No newline at end of file
+The `experimental_ui` folder includes font files and UI engine code distributed by Mojang © in a demonstration addon package.