blob: d1c5c53860816bd817eaba2cc177e213cc2f2599 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<h1 align = "center"> NotEnoughUpdates-REPO </h1>
This repository is used in order to store the various JSON files used for the Minecraft mod [NotEnoughUpdates](https://github.com/Moulberry/NotEnoughUpdates).
<h2 align = "center"> How to contribute </h2>
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,
```
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
If you need further help on how to contribute feel free to join the [discord](https://discord.gg/moulberry) or contact `IRONM00N#0001`.
|