diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-03-09 20:31:09 -0500 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-03-09 20:31:09 -0500 |
commit | d5076f5ca4e18e1e83f844730c7176492c709466 (patch) | |
tree | 04d0e2a0ceb65124c141afc3cb522b51153621cf | |
parent | 61775165e377157bb4a194e0d8381b07b02354d2 (diff) | |
download | NotEnoughUpdates-REPO-d5076f5ca4e18e1e83f844730c7176492c709466.tar.gz NotEnoughUpdates-REPO-d5076f5ca4e18e1e83f844730c7176492c709466.tar.bz2 NotEnoughUpdates-REPO-d5076f5ca4e18e1e83f844730c7176492c709466.zip |
updated readme
-rw-r--r-- | README.md | 32 | ||||
-rw-r--r-- | constants/fairy_souls.json | 12 |
2 files changed, 34 insertions, 10 deletions
@@ -1,20 +1,44 @@ -<h1 align = "center"> NotEnoughUpdates-REPO </h1> +<h1 align="center"> NotEnoughUpdates-REPO </h1> + +<p align="center"> + <a href="https://discord.gg/moulberry" target="_blank"> + <img src="https://img.shields.io/discord/516977525906341928?label=discord&style=plastic" alt="discord"> + </a> + <a href="https://github.com/Moulberry/NotEnoughUpdates-REPO/actions" target="_blank"> + <img src="https://img.shields.io/github/workflow/status/Moulberry/NotEnoughUpdates-REPO/JSON/master?label=lint&style=plastic" alt="lint"> + </a> + <a href="https://github.com/Moulberry/NotEnoughUpdates-REPO/blob/master/LICENSE"> + <img src="https://img.shields.io/github/license/Moulberry/NotEnoughUpdates-REPO?style=plastic&color=44CC11" alt="license"> + </a> + <a> + <img src="https://img.shields.io/tokei/lines/github/Moulberry/NotEnoughUpdates-REPO?color=44CC11&style=plastic" alt="lines"> + </a> +</p> 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> +<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: +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`. diff --git a/constants/fairy_souls.json b/constants/fairy_souls.json index 8b0ad572..d443870d 100644 --- a/constants/fairy_souls.json +++ b/constants/fairy_souls.json @@ -101,6 +101,12 @@ "-254,183,-265", "-254,215,-277" ], + "_comment2": "Once _combat_1 if complete replace combat_1 with it", + "_combat_1":[ + "-294,36,-274", + "-309,66,-245", + "-198,160,-331" + ], "combat_2":[ "-314,96,-402", "-309,146,-427", @@ -136,12 +142,6 @@ "-609,84,-230", "-657,36,-201" ], - "_comment2": "Once _combat_3 if complete replace combat_3 with it", - "_combat_3":[ - "-294,36,-274", - "-309,66,-245", - "-198,160,-331" - ], "foraging_1":[ "-294,85,31", "-315,89,-72", |