From 68721965ebd908adb0eaaf69b56196159a592993 Mon Sep 17 00:00:00 2001
From: QuImUfu <vo_gel_frei@yahoo.de>
Date: Fri, 24 Apr 2020 17:22:34 +0200
Subject: [PATCH] add README

---
 README.md | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 README.md

diff --git a/README.md b/README.md
new file mode 100644
index 0000000..3a1d9dd
--- /dev/null
+++ b/README.md
@@ -0,0 +1,17 @@
+Simple Item/Block Creator
+-----------
+This mod allows adding new Blocks and items.  
+Its not called simple cause its simple to use, 
+its called simple because its code is as simple 
+as possible.  
+
+### Usage
+
+Put jsons with the same structure as 
+```
+src/main/resources/data/simple_creator/items/test_item.json
+src/main/resources/data/simple_creator/blocks/test_block.json
+```
+in a (newly introduced) global datapack `(minecraft root)/datapacks`.  
+This datapack needs a `pack.mcmeta`.  
+After a restart, the so created items are available ingame.
\ No newline at end of file