Add README and prepare for release
This commit is contained in:
parent
677f928296
commit
0ea9e8025e
|
@ -0,0 +1,29 @@
|
||||||
|
![Asbestos logo](https://i.imgur.com/mpT0TEE.png)
|
||||||
|
# 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
|
||||||
|
![The crafting recipe for the asbestos block: a square of 4 asbestos fibers](https://i.imgur.com/vD1y6Wr.png)
|
||||||
|
* ### Asbestos scraper
|
||||||
|
![The crafting recipe for the asbestos scraper: bottom left is a stick, center and top right are iron ingots, top center and center right are iron nuggets](https://i.imgur.com/qq4tXQ5.png)
|
||||||
|
|
||||||
|
## Screenshots
|
||||||
|
![A screenshot of a room with wooden walls, a lot of asbestos on the floor and a lantern hanging from the ceiling](https://i.imgur.com/tU7qu16.png)
|
||||||
|
|
||||||
|
![A screenshot of a cave with a vein ofserpentinite in it. You can see lava, a barrel with a lantern, some chains and ores in background](https://i.imgur.com/5QIuv7s.png)
|
||||||
|
|
||||||
|
![A screenshot of an asbestos scraper laying on wooden planks with asbestos nearby. It has a wooden handle and a shiny metal blade](https://i.imgur.com/Zr12Lh2.png)
|
||||||
|
|
||||||
|
![A screenshot of a minecraft death screen saying "KittyAgathaa was entitled to financial compensation". She has mesothelioma and slowness status effects displaying in the corner and the room from the first screenshot in background](https://i.imgur.com/DN64MhB.png)
|
||||||
|
|
||||||
|
## 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