Update README.md
This commit is contained in:
parent
313105bdd9
commit
d23fb9e3e9
1 changed files with 5 additions and 1 deletions
|
@ -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)
|
||||||
|
|
Reference in a new issue