Add README and prepare for release
This commit is contained in:
parent
677f928296
commit
0ea9e8025e
|
@ -0,0 +1,29 @@
|
||||||
|

|
||||||
|
# About
|
||||||
|
|
||||||
|
A mod based on asbestos and its removal. Currently, features include:
|
||||||
|
|
||||||
|
* **Serpentinite** - a naturally generating rock used to obtain asbestos fibers.
|
||||||
|
* **Asbestos block** - can be made using **asbestos fibers**. The block is not flammable but highly dangerous.
|
||||||
|
* **Asbestos scraper** - a tool that can be used to dispose of asbestos as quickly as possible.
|
||||||
|
* **Mesothelioma** - a rare cancer linked to asbestos exposure. Exposure to asbestos in the Navy, shipyards, mills, heating, construction or the automotive industries may put you at risk.
|
||||||
|
*<sup>Side effects may include chest pain, shortness of breath and death</sup>*
|
||||||
|
|
||||||
|
## Crafting
|
||||||
|
* ### Asbestos block
|
||||||
|

|
||||||
|
* ### Asbestos scraper
|
||||||
|

|
||||||
|
|
||||||
|
## Screenshots
|
||||||
|

|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
|
## Forge support
|
||||||
|
|
||||||
|
**Not planned**
|
|
@ -8,7 +8,7 @@ org.gradle.jvmargs=-Xmx1G
|
||||||
loader_version=0.10.7
|
loader_version=0.10.7
|
||||||
|
|
||||||
# Mod Properties
|
# Mod Properties
|
||||||
mod_version = 0.1.0
|
mod_version = 1.0
|
||||||
maven_group = dev.agatharose
|
maven_group = dev.agatharose
|
||||||
archives_base_name = asbestos
|
archives_base_name = asbestos
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue