-
Notifications
You must be signed in to change notification settings - Fork 45
Merge Adapter | Banner
Key: customcrafting:banner
Version: v4.16.5+
-
replacePattern:Replaces the patterns of the result item when enabled; otherwise appends it to the patterns of the result.
default:false -
insertAtIndex:Specifies where to insert the target patterns into the result patterns.
default:after last page -
patterns:Specifies the pattern data that should be included. Either by index or value.
default:[]-
value:Checks if the value is in the targets' patterns and adds it.
default:null -
index:Adds the pattern at the specified index and adds it.
default:null -
condition:A custom boolean operation to check if the value should be included.
default:true
-
-
extra:Additional Patterns that are always added to the result.
default:[] -
addExtraFirst:When enabled, adds the extra patterns before copying the patterns; otherwise afterwards.
default:false
{
key: "customcrafting:banner",
patterns: [
{
value: {
type: TRIANGLE_TOP,
dyeColor: LIME
}
}
]
}{
key: "customcrafting:banner",
patterns: [
{
index: 0 // Note: if the index is bigger/smaller than the amount of patterns, then it wraps around.
// Tip: negative indexes start from the end of the pattern list.
}
]
}{
key: "customcrafting:banner",
patterns: [
{ } // Condition is true by default, and matches each pattern
]
}{
key: "customcrafting:banner",
insertAtIndex: 0,
patterns: [
{
index: 0
},
{
index: -1
}
]
}| Home
- Editions
- Installation
- Performance
- Terminology
-
Save & Register location
-
Result
-
Ingredients
-
Recipe Group
-
Hide Recipe
-
Priority
-
Ingredient Options
- Tags
- Replace with Remains
- Allow Empty Ingredient
-
Result Options
-
Tags
-
Target
- Damage
- Display Name
- Display Lore (v4.16.4+)
- Enchantments
- Echanted Book
- Book Meta (v4.16.5+)
- Banner Patterns (v4.16.5+)
- Firework Rocket
- PlaceholderAPI
- NBT
-
| Updating
- From 1.6.5.x
- From 1.6.4.0
- From 1.6.3.0 or older
- Custom Recipe Book
- Vanilla Recipe Book