-
Notifications
You must be signed in to change notification settings - Fork 4
[Custom Output]
connor135246 edited this page Jan 11, 2021
·
7 revisions
It's based on a namespaced Item.
- Namespaced Items are in the format
modid:name:metadata.
The:metadatapart is optional. If it isn't there, it defaults to 0.
For example,minecraft:coalandminecraft:coal:0both refer to coal, andminecraft:coal:1refers 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
@numberto the end of your output.
For example,minecraft:dye:4@2ormineraft:iron_ingot@13orminecraft:stone_axe[ench:16,3]@64.
It's set to 1 by default if not included.
- Home
- Features Overview
- EnviroMine Compatibility
- Command
- v1.9 Recipe Changes
- Campfire Backport Mixin Config
Intro to CraftTweaker and config recipes.
Here's how to use CraftTweaker for your recipes. (Use CraftTweaker v3.1.0 or later!)
- [Campfire Cooking Recipes]
- [Campfire Extinguishers / Ignitors]
- [Burn Out Biome / Dimension Timers]
- [Working with NBT Tags in CraftTweaker]
- [Working with Fluid Containers in CraftTweaker]
In most cases, it'll be easier and cleaner to do these with CraftTweaker.
Specific Formats
- [Campfire Cooking Recipes]
- [Campfire Extinguishers / Ignitors]
- [Burn Out Biome / Dimension Timers]
-
[Campfire Drops]
General Formats