From d23fb9e3e97002796fb99434756d4ccdfee00ed2 Mon Sep 17 00:00:00 2001 From: Lightling Date: Sat, 14 Sep 2019 14:34:21 -0400 Subject: [PATCH] Update README.md --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c723d6..74bfb41 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ GibsoniaCraft is a plugin created for a dorm Minecraft server. GibsoniaCraft is ### Tools -GibsoniaCraft tools based off of BradzCraft which extends [PowerTool](https://bitbucket.org/bloodyshade/powermining/src/default/) which is based off of [Tinkers' Construct](https://github.com/SlimeKnights/TinkersConstruct). +GibsoniaCraft adds new tools to the server. Excavator/Hammer based off of BradzCraft which extends [PowerTool](https://bitbucket.org/bloodyshade/powermining/src/default/) which is based off of [Tinkers' Construct](https://github.com/SlimeKnights/TinkersConstruct). Lumber Axe concept based off of Tinkers' Construct. #### Current Features @@ -21,10 +21,14 @@ GibsoniaCraft tools based off of BradzCraft which extends [PowerTool](https://bi - Hammer - Mines in a 3x3 square based off of the targetted direction - Crafted with four of a corresponding tool material in a circle surrounding a pickaxe +- Lumber Axe + - Chops an entire tree from the bottom-up + - Crafted with four of a corresponding tool material in a circle surrounding an axe #### Current Issues - Does not account for enchantments +- Hammer/Excavator fails at x=-1 (and likely z=-1) ## License [MIT](LICENSE)