This repository is used in order to store the various JSON files used for the Minecraft mod NotEnoughUpdates.
Find a file
2026-05-13 05:57:51 +00:00
.github ci: minor build workflow fixes (#2588) 2026-05-09 06:50:32 +00:00
.vscode Add aliases to islands.json (#990) 2023-09-26 12:46:25 +02:00
constants chore: clean up parents.json (#2599) 2026-05-11 03:23:32 +00:00
items feat: Even less outdated lores (#2604) 2026-05-13 05:57:51 +00:00
itemsOverlay feat: Even less outdated lores (#2604) 2026-05-13 05:57:51 +00:00
mining Update Ore Block IDs to match 1.21 (#2347) 2026-02-25 00:30:27 +00:00
mobs feat: add 0.24.4 Harvest Feast stuff (#2512) 2026-04-28 16:20:14 +00:00
.gitattributes chore: add .gitattributes 2021-08-19 09:09:17 -04:00
.gitignore ci: update script to new unofficial wiki URL (#2497) 2026-04-20 20:40:13 +00:00
LICENSE Create LICENSE 2020-09-07 10:48:39 +00:00
README.md doc: Fix line count badge (#997) 2023-10-04 23:11:29 +02:00

NotEnoughUpdates-REPO

lint license lines discord

This repository is used in order to store the various JSON files used for the Minecraft mod 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:

"repositoryEditing": 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.

"autoupdate_new": 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.
  • b - While viewing the essence guide of an item, add the essence to the essencecost.json.

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.