Перейти к содержимому
Mineforgian

Recipes

Create new or override existing recipes using format similar to one used by data-packs.

Загрузки
367
Подписчики
4
Обновлён
19 июня 2026 г.
Лицензия
BSD-3-Clause

Опубликован 17 октября 2025 г.


Maintained fork of LoreSchaeffer/NBTRecipes with fixes and extra features.

Modrinth Downloads Discord bStats Servers CodeFactor Grade

Recipes is a plugin that allows to create new, or override existing recipes. Wide range of recipe types are supported.


Documentation

More information about commands, permissions, item and recipe definitions can be found in the documentation here:


Features

  • File Based
    Define recipes using JSON files.
  • High Customizability
    Create shaped, shapeless, smelting, smithing and stonecutting recipes.
  • Components Support
    Use #tags and 1.20.6+ components in item definitions.
  • Custom Items
    Easily add and update custom items using built-in custom item registry.
  • Override Existing Recipes
    Override vanilla and other plugins' recipes.

Requirements

Plugin runs only on Paper (or Folia) 1.21.1 and above, powered by Java 21 or higher.

Ченджлог

1.4.2+12Релиз26.1.1, 26.1.2, 26.2 · 19 июня 2026 г.
  • Added 26.2 as a supported version.
  • FastStats is now shaded.
1.4.1+11Релиз26.1, 26.1.1, 26.1.2 · 10 июня 2026 г.
  • parse recipes in parallel, resend once per reload
1.3.2+10Релиз26.1, 26.1.1, 26.1.2 · 10 апреля 2026 г.
  • Fixed application of raw item components on 26.1 and above.
1.3.1+9Релиз26.1, 26.1.1, 26.1.2 · 8 апреля 2026 г.
  • Dependency updates and FastStats analytics to soon replace bStats.
  • Tested plugin on 26.1.X and it seems to work perfectly fine.
    • Marked this version as supported on Modrinth.
1.3.0+7Релиз1.21.9, 1.21.10, 1.21.11 · 11 января 2026 г.
  • Components can now be defined in a more readable format:
    "components": {
        "minecraft:item_model": "firedot:scroll_of_recovery",
        "minecraft:custom_name": "{ text: 'Custom Item Name', color: '#FF0000' }",
        "minecraft:lore": "[{ text: 'Custom Item Lore', color: '#FF0000' }]",
        "minecraft:max_stack_size": 14
    }    
    
    Old format is still supported but it is recommended to try out the new one.
1.2.0+6Релиз1.21.9, 1.21.10, 1.21.11 · 21 декабря 2025 г.
  • Item registry is now using a human readable format.
    • This simplifies editing custom items manually.
      • Due to how reading/writing files currently works, manual edits should be done while the server is offline. This will likely be addressed in a future release.
  • 1.21.0 is no longer supported. Please update to 1.21.1 or above.
1.1.0+5Бета1.21.9, 1.21.10, 1.21.11 · 15 ноября 2025 г.
  • Added disabled_recipes option to config.yml which accepts a list of recipes to be disabled upon plugin reload.
  • Added hook_into_resources_reload_event which - when set to true - re-registers (and re-disables) recipes upon calling /mincraft:reload command.
1.0.0+3Бета1.21.9, 1.21.10, 1.21.11 · 12 ноября 2025 г.

Initial release. Refer to documentation page to learn more about the project. Bugs may occur but I did my best to test it. Marking release as beta until I'm sure it's stable enough. :)

This is a LoreSchaeffer/NBTRecipes fork which I contributed to in the past. It now appears that orignial project has been abandoned so I decided to create and publish this fork. I primary develop it for use on my server but I thought someone may find it useful too.

List of changes between NBTReipes and this fork can be found inside CHANGELOG file.

Комментарии

Загружаем…