-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
aa0c161
commit a691814
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Compressed Stone | ||
The Compressed Stone mod is a mod about combining different stone items to imrpove their characteristics. | ||
|
||
This is my First mod so it is small, but will be improved in the furture | ||
|
||
Key features include Stone Path blocks these blocks increase the players speed while walking on them. | ||
|
||
## Blocks added | ||
|
||
### Stonework | ||
|
||
Created with a 3x3 of cobblestone this block acts similarly to deepslate. | ||
This block is imovable | ||
|
||
### Reinfoced Stonework | ||
|
||
Surounding a stonework block with iron nuggets will yeild this block which features increased blast resistnace | ||
This block is imovable | ||
|
||
### Infused Stonework | ||
Suroudning a stonework block with Glow Lichen will infuse it with the light giving properties of the glowlick but will weaken the block. | ||
|
||
## Path blocks | ||
|
||
All stonework block include a path variaent which inherits their properties. When mined these blocks drop their parent block (ie A Stonework Path will drop a Stonework Block). | ||
All paths increase the players speed. |