Oraxen
  • Getting started
  • Frequently Asked Questions
  • Usage
    • Commands
    • Default items
    • Recipes
  • Configuration
    • Understanding the basics
    • Plugin settings
    • Items (beginners)
    • Items (advanced)
      • Dyeable Items
    • Custom Armors
      • Component Based (1.21.2+)
      • Trims Based (1.20-1.21.1)
      • Shader Based (1.18-1.19.4)
    • Custom HUD
    • Item Appearance
    • Glyphs
      • Custom Gui
  • Mechanics
    • Introduction
    • All mechanics
      • Custom mechanic
      • clickAction Mechanic
    • Furniture Mechanic
      • Furniture Position
      • Display-Entity Furniture
      • Farming Mechanic
    • NoteBlock mechanic
      • Stripped log Mechanic
      • Directional mechanic
      • Farmblock Mechanic
    • StringBlock Mechanic
      • Sapling Mechanic
  • Compatibility
    • BossShopPro - shop
    • CrateReloaded - crates
    • ModelEngine - custom mobs
    • MythicMobs - custom mobs
    • TrMenu - custom inventories
    • MMoItems
    • MythicCrucible
    • HappyHUD
    • World Generators
      • Iris World Generator
      • EpicWorldGenerator
      • Custom Ore Generator
      • RealisticWorldGenerator
  • Vendors
    • Vendor Guidelines
  • Developers
    • Create your own Mechanic
    • Add Compatibility with a plugin
    • Custom hosting service
    • API
Powered by GitBook
On this page
  • How to create a recipe?
  • First step: open a builder inventory
  • Damn, I'm missing an ingredient, can I close the inventory?
  • I finished my craft, how to load it?
  • How to edit my recipe?

Was this helpful?

  1. Usage

Recipes

How to create custom recipes using Oraxen

PreviousDefault itemsNextUnderstanding the basics

Last updated 5 months ago

Was this helpful?

Recipes are ways that already exist in minecraft that allow players to create items from others. The craft table allows you to craft swords, armors and more, the crafts of these items are called ShapedRecipes because they are recipes with a particular shape. There are also ShapelessRecipes (you just have to put the ingredients in any order to get your result) or FurnaceRecipes (to obtain the item by burning the ingredient in a furnace). The objective of oraxen is to be able to support them all but for the moment only shaped recipes are supported.

How to create a recipe?

You can see the list of commands and permissions required in the .

First step: open a builder inventory

Start by typing /o recipe builder SHAPED, it will open you a crafting table:

Then place the ingredients in the order you want in the left part. Place the wanted result in the slot on the right.

Damn, I'm missing an ingredient, can I close the inventory?

Absolutely, you can close the inventory at any time, to reopen it simply type /o recipes open (you will find the items you left in it).

I finished my craft, how to load it?

You must register your craft. To do this, you must choose a name, then type the command /o recipes save your_name. Unfortunately Oraxen does not yet know how to load these crafts in game, it will be necessary to wait for the server to restart before using them.

You can also use /o recipes save <name> <permission> so that crafting your item with the name <name> requires the permission <permission>

How to edit my recipe?

You can simply edit the configuration with the name of your craft type (shaped.yml for example), then find your craft and change the ingredients, result or permission.

Page cover image
wiki page