Skip to content

[Custom Output]

connor135246 edited this page Jan 11, 2021 · 7 revisions

[Custom Output]

It's based on a namespaced Item.

  • Namespaced Items are in the format modid:name:metadata.
    The :metadata part is optional. If it isn't there, it defaults to 0.
    For example, minecraft:coal and minecraft:coal:0 both refer to coal, and minecraft:coal:1 refers to charcoal.
    Once you've typed out your namespaced Item, you can add optional modifiers to the recipe.
  • The first modifier is the NBT. Type it out exactly like you would in a command.
    For example, minecraft:diamond_pickaxe{display:{Name:"Super Pick"}}.
    Or you can use one of the special formats from [Custom Input] (but NOT [Tinker's Construct Modifiers Format]).
    For example, minecraft:stone_axe[ench:16,3].
  • The second modifier is the number of outputs. You can set it by adding @number to the end of your output.
    For example, minecraft:dye:4@2 or mineraft:iron_ingot@13 or minecraft:stone_axe[ench:16,3]@64.
    It's set to 1 by default if not included.

Table of Contents

CraftTweaker & Config

Intro to CraftTweaker and config recipes.

Campfire Backport CraftTweaking

Here's how to use CraftTweaker for your recipes. (Use CraftTweaker v3.1.0 or later!)

Campfire Backport Config Settings in Detail

In most cases, it'll be easier and cleaner to do these with CraftTweaker.

Specific Formats

General Formats

Clone this wiki locally