From 73accd5999608c72bd9ac9049b4295de5b7d4efd Mon Sep 17 00:00:00 2001
From: Sr_endi <67484093+Seniorendi@users.noreply.github.com>
Date: Wed, 6 Apr 2022 15:01:13 +0200
Subject: [PATCH] Update README.md

---
 README.md | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/README.md b/README.md
index 2177da3..47c7e17 100644
--- a/README.md
+++ b/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
 * 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
 * CCBlock - Our normal block, nothing special
 
@@ -20,3 +24,9 @@ We create a peripheral with two functions:
 * 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.
+
+## Pictures
+
+![Functions](https://srendi.de/wp-content/uploads/2022/04/Bild_2022-04-06_145710.png)
+
+![Blocks](https://srendi.de/wp-content/uploads/2022/04/Bild_2022-04-06_145748.png)