1
0
Fork 0

Update README.md

This commit is contained in:
lightling 2019-09-14 14:34:21 -04:00
parent 313105bdd9
commit d23fb9e3e9

View file

@ -11,7 +11,7 @@ GibsoniaCraft is a plugin created for a dorm Minecraft server. GibsoniaCraft is
### Tools ### 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 #### Current Features
@ -21,10 +21,14 @@ GibsoniaCraft tools based off of BradzCraft which extends [PowerTool](https://bi
- Hammer - Hammer
- Mines in a 3x3 square based off of the targetted direction - 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 - 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 #### Current Issues
- Does not account for enchantments - Does not account for enchantments
- Hammer/Excavator fails at x=-1 (and likely z=-1)
## License ## License
[MIT](LICENSE) [MIT](LICENSE)