From d5076f5ca4e18e1e83f844730c7176492c709466 Mon Sep 17 00:00:00 2001
From: IRONM00N <64110067+IRONM00N@users.noreply.github.com>
Date: Tue, 9 Mar 2021 20:31:09 -0500
Subject: updated readme
---
README.md | 32 ++++++++++++++++++++++++++++----
1 file changed, 28 insertions(+), 4 deletions(-)
(limited to 'README.md')
diff --git a/README.md b/README.md
index d1c5c538..2d800fc7 100644
--- a/README.md
+++ b/README.md
@@ -1,20 +1,44 @@
-
NotEnoughUpdates-REPO
+ NotEnoughUpdates-REPO
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
This repository is used in order to store the various JSON files used for the Minecraft mod [NotEnoughUpdates](https://github.com/Moulberry/NotEnoughUpdates).
- How to contribute
+ How to contribute
-In order to contribute to the item repo you should enable the item editor tools by editing your config, in your configNew.json (.minecraft/config/notenoughupdates/configNew.json) ensure the following values are set:
+In order to contribute to the item repo you should enable the item editor tools by editing your config, in your configNew.json (`.minecraft\config\notenoughupdates\configNew.json`) ensure the following values are set:
```json
"enableItemEditing": true,
"dev": true,
```
+I would also highly recommend disabling auto update if you are in the middle of making changed otherwise they will be overwritten.
+
+```json
+"autoupdate": false,
+```
+
Once you have these options enabled you can edit and add items in-game using the following keybinds:
* `k` - Open the item editor.
* `o` - While in an items recipe menu, add the recipe.
-* `y` - Opens a pane on the right side of your inventory
+* `y` - Opens a pane on the right side of your inventory.
+* `left ctrl` - Hold to show the NBT data of an item.
+
+Once you have made the changes you would like you can find the files located in `.minecraft\config\notenoughupdates\repo`.
If you need further help on how to contribute feel free to join the [discord](https://discord.gg/moulberry) or contact `IRONM00N#0001`.
--
cgit