Update README.md
This commit is contained in:
parent
8c78815092
commit
73accd5999
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
@ -8,6 +8,10 @@ We create a peripheral with two functions:
|
||||||
* isRaining - a main thread function which will return true when it rains
|
* isRaining - a main thread function which will return true when it rains
|
||||||
* sendMessage - a function which will send a message to every player
|
* sendMessage - a function which will send a message to every player
|
||||||
|
|
||||||
|
## Supported Versions
|
||||||
|
- [1.18](https://github.com/Seniorendi/CCTutorial/tree/1.18)
|
||||||
|
- [1.16](https://github.com/Seniorendi/CCTutorial/tree/1.16)
|
||||||
|
|
||||||
## Content
|
## Content
|
||||||
* CCBlock - Our normal block, nothing special
|
* CCBlock - Our normal block, nothing special
|
||||||
|
|
||||||
|
@ -20,3 +24,9 @@ We create a peripheral with two functions:
|
||||||
* CCTileEntity - Our tile entity
|
* CCTileEntity - Our tile entity
|
||||||
|
|
||||||
* /src/main/resources/META-INF/mods.toml - Here we have our name of the mod, the mod id, the versiond and more. The most importang thing in the file is the modid and the dependencies for addons like cc-tweaked.
|
* /src/main/resources/META-INF/mods.toml - Here we have our name of the mod, the mod id, the versiond and more. The most importang thing in the file is the modid and the dependencies for addons like cc-tweaked.
|
||||||
|
|
||||||
|
## Pictures
|
||||||
|
|
||||||
|

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

|
||||||
|
|
Loading…
Add table
Reference in a new issue