Configuration per recipe type

The config of the recipe may have a config more than the one shown on "Recipe Configuration" and its related to its custom recipe type, here is the config and tip for each type of crafting method:

Furnace

furnaceConfig:
  experience: '500' #experiencePoints
  cookingTime: '50' #ticks

For the furnace the

RecipeConfig:
  material: 'false' #It will always be true

is ignored because it is not possible to force the fuel event for items that are not registered, and they are registered as the material of the block.

Last updated