Language

BetterCustomRecipes

BetterCustomRecipes

Modrinth

allows you to add new recipes very easily.

40 downloads updated 3mo ago
latest v1.0.2 Modrinth
Bukkit Paper Purpur Spigot 1.19 – 1.21.11 Game-mechanicsUtility

BetterCustomRecipes

This plugin allows you to add custom recipe in Minecraft without any headache,
Just some simple .json files and you are good to go.

Here is example.json created automatically for reference

{
  "result": "DIAMOND",
  "amount": 1,
  "shape": [
    "ABC",
    "DEF",
    "GHI"
  ],
  "ingredients": {
    "A": "STONE",
    "B": "STONE",
    "C": "STONE",
    "D": "STONE",
    "E": "STONE",
    "F": "STONE",
    "G": "STONE",
    "H": "STONE",
    "I": "STONE"
  },
  "name": "§aExample Diamond",
  "lore": [
    "§7This is an example recipe"
  ],
  "enchants": {
    "DURABILITY": 3
  }
}

Things to remember while creating a new recipe

  • use valid names of items and enchants as used in spigot documentation
  • the example.json have used all available keys
  • use all keys in example.json for all recipes, you can keep them blank as "" (although it is not mandatory but suggested to prevent crashes)

Versions

Release
1.0.2
bukkit, paper, purpur · 1.19, 1.19.1, 1.19.2 · 3mo ago
- added support to enchant for items crafted - added option to modify quantity of the resultant item - fixed known bugs
29
Beta
1.0.0-beta.1
bukkit, paper, purpur · 1.20, 1.20.1, 1.20.2 · 3mo ago
Allows to add custom recipe through .json files in config
10

Comments 0

No comments yet. Be the first to share your thoughts.

Download BetterCustomRecipes

Files are served directly from the original source. Modgrid does not host or modify them.