Download Custom Crafting — Minecraft Mods — MetaMods
Custom Crafting

Custom Crafting

Archived

Downloads

0

Last update

1 year ago

Versions

1.19 — 1.19.4
Server
Game mechanics
Control
Utils
Atmospheric

Welcome to Custom Crafting!

This fantastic plugin opens up endless creative possibilities in Minecraft! With it, you can create absolutely any crafting recipes using a simple and understandable configuration system. Even if you've never worked with similar tools before — don't worry, everything is explained in detail!

Configuration file and recipe example!

What can you configure?

With Custom Crafting, your imagination knows no bounds! You can:

  • Change item names and descriptions
  • Configure any custom-model-data values
  • Disable stacking for certain items
  • Modify textures using resource packs
  • Assign arbitrary names to recipes

And this is only a small part of what this plugin can do! Its main charm is that you'll discover all its features yourself while using it.

Creating Custom Crafting Recipes

Getting Started

To add a new recipe, create a section in the configuration file with a unique identifier for your recipe (for example: example_sword:).

Example of creating a section.

Configuring Ingredients

Inside the created section, you need to add several special sections. For the recipe to work correctly, you'll need: shaped:, shape:, and ingredients:.

Example of ingredient configuration.

After configuration, just reload the configuration — and your custom crafting recipe will work in the game!

Additional Settings

You can also configure additional properties of the resulting items. For example, change the name to something arbitrary like This is my new recipe!.

All parameters located below the marked line are optional.

Example of additional settings.