-
-
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
8eee281
commit 2c0cb96
Showing
1 changed file
with
44 additions
and
4 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 |
---|---|---|
@@ -1,10 +1,50 @@ | ||
<img align="left" height="160" src="https://user-images.githubusercontent.com/23436953/210287693-9d84d93a-4489-46ce-a639-831ccb2ef077.png"> | ||
|
||
# MCSC | ||
MCSC is a mod for Minecraft (Java) about semi-conductor manufacturing | ||
### A semiconductor manufacturing Forge mod for Minecraft (Java) | ||
#### [Check out MCSC on CurseForge!](https://www.curseforge.com/minecraft/mc-mods/mcsc) | ||
## _**----- 🏗️ THIS IS A WORK IN PROGRESS 🚧 -----**_ | ||
|
||
<details> | ||
<summary><h2>Table Of Contents 📑</h2></summary> | ||
|
||
> - [📖 Docs](#-docs) | ||
> - [Getting started](#getting-started) | ||
> - [yes](#yes-) | ||
> - [🔡 Details](#-details) | ||
> - [📝 Authors and Contributors](#-authors-and-contributors) | ||
> - [Author](#author-) | ||
> - [Contributors](#contributors-) | ||
> - [🌟 Acknowledgements](#-acknowledgements) | ||
> - [®️ Licenses](#%EF%B8%8F-licenses) | ||
</details> | ||
|
||
# 📖 Docs | ||
_TODO_ | ||
|
||
## Getting started | ||
### yes : | ||
_WIP_ | ||
|
||
----------------- | ||
|
||
![MCSC logo](https://user-images.githubusercontent.com/23436953/210287693-9d84d93a-4489-46ce-a639-831ccb2ef077.png) | ||
# 🔡 Details | ||
|
||
## Licenses | ||
* MCSC code is licensed under [Apache License Version 2.0](https://github.com/ObsiLab/MCSC/blob/main/LICENSE). | ||
## 📝 Authors and Contributors | ||
### Author : | ||
- [ticccco](https://github.com/LucasPlacentino) | ||
### Contributors : | ||
- [List of contributors](../../graphs/contributors) | ||
|
||
## 🌟 Acknowledgements | ||
#### 💡 Inspired by **GregTech**. | ||
#### 🖼️ Logo inspired by [TSMC Ltd](https://www.tsmc.com/english). | ||
|
||
## ®️ Licenses | ||
* MCSC code is licensed under [Apache License Version 2.0](LICENSE). | ||
* MCSC art (logo, textures, etc) is licensed under [Creative Commons BY-NC-SA 4.0](http://creativecommons.org/licenses/by-nc-sa/4.0/) <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Licence Creative Commons" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/80x15.png" /></a>. | ||
|
||
------------------- | ||
|
||
> _[↑ Go To TOP](#TOP)_ |