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
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 changes 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` - Opens the item editor.
- TIP: typing 2 `&` converts into `ยง`
- `o` - While in an items recipe menu, add the recipe.
- `y` - Opens a pane on the left side of your inventory.
- left `ctrl` - Hold to show the NBT data of an item.
- left `ctrl`+`h` - copies the nbt data to your clipboard.
- `n` - While viewing the essence guide, prints the essence costs to your log.
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` on discord.