From bc654238ea40c52f4a4b2bf0304c589f370a764e Mon Sep 17 00:00:00 2001 From: Vlad Malagar <42695636+avlad171@users.noreply.github.com> Date: Thu, 18 Feb 2021 23:03:41 +0200 Subject: [PATCH] Update README.md Text disappeared + newline fix --- README.md | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index d394a0f..63e7e25 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,17 @@ # Ender-Quarry-Mod -The port of the ender quarry from ExU 1.7.10. +The port of the ender quarry from ExU 1.7.10.
+
+What is included:
+• The quarry itself
+• The markers
+• Chunk loading
+• All upgrades
+• New redstone control functionality
+• FE/RF support
+
+What is not included:
+• Defining the quarried area by fence (who lays a 1000 x 1000 fence anyway?).
+• Crafing recipes. This mod may be considered OP in some packs so if pack creators are going to adjust these I have no reason to code them. Use crafttweaker instead.
+• Growing flowers over the quarried area. This breaks thermodynamics so it is not cool.
-What is included: -• The quarry itself -• The markers -• Chunk loading -• All upgrades -• New redstone control functionality -• FE/RF support - -What is not included: -• Defining the quarried area by fence (who lays a 1000 x 1000 fence anyway?) -• Crafing recipes. This mod may be considered OP in some packs so if pack creators are going to adjust these I have no reason to code them. Use crafttweaker instead. -• Growing flowers over the quarried area. This breaks thermodynamics so it is not cool. - -As noted before this is a port. The code and credits go to RWTema, the original author of Extra Utillities. This repository will be taken down if the original author requests so. +As noted before this is a port. The code and credits go to RWTema, the original author of Extra Utillities. This repository will be taken down if the original author requests so.