mirror of
https://github.com/DieReicheErethons/Brewery.git
synced 2025-01-25 21:41:19 +01:00
Add default particle colors to config
This commit is contained in:
parent
db1a425215
commit
74171f78c9
@ -141,6 +141,11 @@ customItems:
|
|||||||
# color: Farbe des Trankes der aus dem Kessel kommt
|
# color: Farbe des Trankes der aus dem Kessel kommt
|
||||||
# Benutzbare Farben: DARK_RED, RED, BRIGHT_RED, ORANGE, PINK, BLUE, CYAN, WATER, GREEN, BLACK, GREY, BRIGHT_GREY
|
# Benutzbare Farben: DARK_RED, RED, BRIGHT_RED, ORANGE, PINK, BLUE, CYAN, WATER, GREEN, BLACK, GREY, BRIGHT_GREY
|
||||||
# Oder RGB Farben (Hex: also zB '99FF33') (Ohne #) (mit '') (Einfach nach "HTML color" im Internet suchen)
|
# Oder RGB Farben (Hex: also zB '99FF33') (Ohne #) (mit '') (Einfach nach "HTML color" im Internet suchen)
|
||||||
|
# cookParticles:
|
||||||
|
# Farbe der Partikel über dem Kessel während verschiedener Kochzeiten
|
||||||
|
# Farbe und Minute während die Farbe erscheinen soll. Z.B. eine Farbe bei 8 Minuten, übergehend zu einer anderen bei 18 minuten
|
||||||
|
# Als Liste, jede Farbe als Name oder RGB wie oben. Geschrieben 'Farbe/Minute'
|
||||||
|
# Zum Ende geht es in die letzte Farbe über, gibt es nur eine Farbe in der Liste, wird es von dieser langsam zu grau.
|
||||||
# lore: Auflistung von zusätzlichem Text auf dem Trank. (Farbcodes möglich: z.b. &6)
|
# lore: Auflistung von zusätzlichem Text auf dem Trank. (Farbcodes möglich: z.b. &6)
|
||||||
# customModelData: Custom Model Data Modelldaten. Mit dieser Zahl kann die Tranktextur mit einem Resourcepack geändert werden
|
# customModelData: Custom Model Data Modelldaten. Mit dieser Zahl kann die Tranktextur mit einem Resourcepack geändert werden
|
||||||
|
|
||||||
@ -152,6 +157,10 @@ cauldron:
|
|||||||
- BEDROCK/2
|
- BEDROCK/2
|
||||||
- DIAMOND
|
- DIAMOND
|
||||||
color: BLACK
|
color: BLACK
|
||||||
|
cookParticles:
|
||||||
|
- 'RED/5'
|
||||||
|
- 'WHITE/10'
|
||||||
|
- '800000/25' # maroon
|
||||||
lore:
|
lore:
|
||||||
- Ein Beispiel für einen Basistrank
|
- Ein Beispiel für einen Basistrank
|
||||||
- So kommt er aus dem Kessel
|
- So kommt er aus dem Kessel
|
||||||
@ -161,11 +170,16 @@ cauldron:
|
|||||||
wheat:
|
wheat:
|
||||||
name: Getreideferment
|
name: Getreideferment
|
||||||
ingredients: WHEAT
|
ingredients: WHEAT
|
||||||
|
cookParticles:
|
||||||
|
- '2d8686/8' # Dark Aqua
|
||||||
|
|
||||||
sugarcane:
|
sugarcane:
|
||||||
name: Zuckersud
|
name: Zuckersud
|
||||||
ingredients: SUGAR_CANE
|
ingredients: SUGAR_CANE
|
||||||
color: 'f1ffad' # gelbliches grün
|
color: 'f1ffad' # gelbliches grün
|
||||||
|
cookParticles:
|
||||||
|
- 'f1ffad/4'
|
||||||
|
- '858547/10' # dark olive
|
||||||
|
|
||||||
apple:
|
apple:
|
||||||
name: Apfelmost
|
name: Apfelmost
|
||||||
@ -179,21 +193,33 @@ cauldron:
|
|||||||
name: Kräuterbrühe
|
name: Kräuterbrühe
|
||||||
ingredients: LONG_GRASS
|
ingredients: LONG_GRASS
|
||||||
color: '99ff66' # helles grün
|
color: '99ff66' # helles grün
|
||||||
|
cookParticles:
|
||||||
|
- 'GREEN/2'
|
||||||
|
- '99ff99/20' # faded green
|
||||||
|
|
||||||
rmushroom:
|
rmushroom:
|
||||||
name: Pilzsud
|
name: Pilzsud
|
||||||
ingredients: RED_MUSHROOM
|
ingredients: RED_MUSHROOM
|
||||||
color: 'ff5c33' # bernsteinrot
|
color: 'ff5c33' # bernsteinrot
|
||||||
|
cookParticles:
|
||||||
|
- 'fab09e/15' # faded red
|
||||||
|
|
||||||
cocoa:
|
cocoa:
|
||||||
name: Kakaobrühe
|
name: Kakaobrühe
|
||||||
ingredients: INK_SACK
|
ingredients: INK_SACK
|
||||||
color: '804600' # mokka
|
color: '804600' # mokka
|
||||||
|
cookParticles:
|
||||||
|
- 'a26011/1'
|
||||||
|
- '5c370a/3'
|
||||||
|
- '4d4133/8' # Gray-brown
|
||||||
|
|
||||||
milk:
|
milk:
|
||||||
name: Milchiges Wasser
|
name: Milchiges Wasser
|
||||||
ingredients: MILK_BUCKET
|
ingredients: MILK_BUCKET
|
||||||
color: BRIGHT_GREY
|
color: BRIGHT_GREY
|
||||||
|
cookParticles:
|
||||||
|
- 'fbfbd0/1' # yellow-white
|
||||||
|
- 'WHITE/6'
|
||||||
|
|
||||||
# -- Mehrere Zutaten: --
|
# -- Mehrere Zutaten: --
|
||||||
apfelmet_basis:
|
apfelmet_basis:
|
||||||
@ -202,6 +228,8 @@ cauldron:
|
|||||||
- SUGAR_CANE/3
|
- SUGAR_CANE/3
|
||||||
- APPLE
|
- APPLE
|
||||||
color: 'e1ff4d' # grünliches gelb
|
color: 'e1ff4d' # grünliches gelb
|
||||||
|
cookParticles:
|
||||||
|
- 'e1ff4d/4'
|
||||||
|
|
||||||
|
|
||||||
# -- Rezepte für Getränke --
|
# -- Rezepte für Getränke --
|
||||||
|
@ -142,6 +142,11 @@ customItems:
|
|||||||
# color: Color of the potion from a cauldron.
|
# color: Color of the potion from a cauldron.
|
||||||
# Usable Colors: DARK_RED, RED, BRIGHT_RED, ORANGE, PINK, BLUE, CYAN, WATER, GREEN, BLACK, GREY, BRIGHT_GREY
|
# Usable Colors: DARK_RED, RED, BRIGHT_RED, ORANGE, PINK, BLUE, CYAN, WATER, GREEN, BLACK, GREY, BRIGHT_GREY
|
||||||
# Or RGB colors (hex: for example '99FF33') (with '') (search for "HTML color" on the internet)
|
# Or RGB colors (hex: for example '99FF33') (with '') (search for "HTML color" on the internet)
|
||||||
|
# cookParticles:
|
||||||
|
# Color of the Particles above the cauldron at different cooking-times
|
||||||
|
# Color and minute during which each color should appear, i.e. one color at 8 minutes fading to another at 18 minutes.
|
||||||
|
# As List, each Color as name or RGB, see above. Written as 'Color/Minute'
|
||||||
|
# It will fade to the last color in the end, if there is only one color in the list, it will fade to grey
|
||||||
# lore: List of additional text on the base potion. (Formatting codes possible: such as &6)
|
# lore: List of additional text on the base potion. (Formatting codes possible: such as &6)
|
||||||
# customModelData: Custom Model Data Tag. This is a number that can be used to add custom textures to the item.
|
# customModelData: Custom Model Data Tag. This is a number that can be used to add custom textures to the item.
|
||||||
|
|
||||||
@ -152,6 +157,10 @@ cauldron:
|
|||||||
- BEDROCK/2
|
- BEDROCK/2
|
||||||
- DIAMOND
|
- DIAMOND
|
||||||
color: BLACK
|
color: BLACK
|
||||||
|
cookParticles:
|
||||||
|
- 'RED/5'
|
||||||
|
- 'WHITE/10'
|
||||||
|
- '800000/25' # maroon
|
||||||
lore:
|
lore:
|
||||||
- An example for a Base Potion
|
- An example for a Base Potion
|
||||||
- This is how it comes out of a Cauldron
|
- This is how it comes out of a Cauldron
|
||||||
@ -161,11 +170,16 @@ cauldron:
|
|||||||
wheat:
|
wheat:
|
||||||
name: Fermented wheat
|
name: Fermented wheat
|
||||||
ingredients: WHEAT
|
ingredients: WHEAT
|
||||||
|
cookParticles:
|
||||||
|
- '2d8686/8' # Dark Aqua
|
||||||
|
|
||||||
sugarcane:
|
sugarcane:
|
||||||
name: Sugar brew
|
name: Sugar brew
|
||||||
ingredients: SUGAR_CANE
|
ingredients: SUGAR_CANE
|
||||||
color: 'f1ffad' # yellowish green
|
color: 'f1ffad' # yellowish green
|
||||||
|
cookParticles:
|
||||||
|
- 'f1ffad/4'
|
||||||
|
- '858547/10' # dark olive
|
||||||
|
|
||||||
apple:
|
apple:
|
||||||
name: Apple cider
|
name: Apple cider
|
||||||
@ -179,21 +193,33 @@ cauldron:
|
|||||||
name: Boiled herbs
|
name: Boiled herbs
|
||||||
ingredients: LONG_GRASS
|
ingredients: LONG_GRASS
|
||||||
color: '99ff66' # bright green
|
color: '99ff66' # bright green
|
||||||
|
cookParticles:
|
||||||
|
- 'GREEN/2'
|
||||||
|
- '99ff99/20' # faded green
|
||||||
|
|
||||||
rmushroom:
|
rmushroom:
|
||||||
name: Mushroom brew
|
name: Mushroom brew
|
||||||
ingredients: RED_MUSHROOM
|
ingredients: RED_MUSHROOM
|
||||||
color: 'ff5c33' # amber red
|
color: 'ff5c33' # amber red
|
||||||
|
cookParticles:
|
||||||
|
- 'fab09e/15' # faded red
|
||||||
|
|
||||||
cocoa:
|
cocoa:
|
||||||
name: Chocolately brew
|
name: Chocolately brew
|
||||||
ingredients: INK_SACK
|
ingredients: INK_SACK
|
||||||
color: '804600' # mocca
|
color: '804600' # mocca
|
||||||
|
cookParticles:
|
||||||
|
- 'a26011/1'
|
||||||
|
- '5c370a/3'
|
||||||
|
- '4d4133/8' # Gray-brown
|
||||||
|
|
||||||
milk:
|
milk:
|
||||||
name: Milky water
|
name: Milky water
|
||||||
ingredients: MILK_BUCKET
|
ingredients: MILK_BUCKET
|
||||||
color: BRIGHT_GREY
|
color: BRIGHT_GREY
|
||||||
|
cookParticles:
|
||||||
|
- 'fbfbd0/1' # yellow-white
|
||||||
|
- 'WHITE/6'
|
||||||
|
|
||||||
# -- Multiple Ingredients: --
|
# -- Multiple Ingredients: --
|
||||||
apfelmet_base:
|
apfelmet_base:
|
||||||
@ -202,6 +228,8 @@ cauldron:
|
|||||||
- SUGAR_CANE/3
|
- SUGAR_CANE/3
|
||||||
- APPLE
|
- APPLE
|
||||||
color: 'e1ff4d' # greenish yellow
|
color: 'e1ff4d' # greenish yellow
|
||||||
|
cookParticles:
|
||||||
|
- 'e1ff4d/4'
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -144,6 +144,11 @@ customItems:
|
|||||||
# Couleurs disponibles : DARK_RED, RED, BRIGHT_RED, ORANGE, PINK, BLUE, CYAN, WATER, GREEN, BLACK, GREY, BRIGHT_GREY
|
# Couleurs disponibles : DARK_RED, RED, BRIGHT_RED, ORANGE, PINK, BLUE, CYAN, WATER, GREEN, BLACK, GREY, BRIGHT_GREY
|
||||||
# (Dans l'ordre : Rouge foncé, Rouge, Rouge clair, Orange, Rose, Bleu, Cyan, Eau, Vert, Noir, Gris, Gris clair)
|
# (Dans l'ordre : Rouge foncé, Rouge, Rouge clair, Orange, Rose, Bleu, Cyan, Eau, Vert, Noir, Gris, Gris clair)
|
||||||
# Ou couleurs RGB (hex: par exemple '99FF33') (avec '') (recherche de "HTML color" sur internet)
|
# Ou couleurs RGB (hex: par exemple '99FF33') (avec '') (recherche de "HTML color" sur internet)
|
||||||
|
# cookParticles:
|
||||||
|
# Color of the Particles above the cauldron at different cooking-times
|
||||||
|
# Color and minute during which each color should appear, i.e. one color at 8 minutes fading to another at 18 minutes.
|
||||||
|
# As List, each Color as name or RGB, see above. Written as 'Color/Minute'
|
||||||
|
# It will fade to the last color in the end, if there is only one color in the list, it will fade to grey
|
||||||
# lore: Liste de texte supplémentaire sur la potion de base. (Formatting codes possible: such as &6)
|
# lore: Liste de texte supplémentaire sur la potion de base. (Formatting codes possible: such as &6)
|
||||||
# customModelData: Custom Model Data Tag. This is a number that can be used to add custom textures to the item.
|
# customModelData: Custom Model Data Tag. This is a number that can be used to add custom textures to the item.
|
||||||
|
|
||||||
@ -154,6 +159,10 @@ cauldron:
|
|||||||
- BEDROCK/2
|
- BEDROCK/2
|
||||||
- DIAMOND
|
- DIAMOND
|
||||||
color: BLACK
|
color: BLACK
|
||||||
|
cookParticles:
|
||||||
|
- 'RED/5'
|
||||||
|
- 'WHITE/10'
|
||||||
|
- '800000/25' # maroon
|
||||||
lore:
|
lore:
|
||||||
- Un exemple pour une potion de base
|
- Un exemple pour une potion de base
|
||||||
- Voici comment il sort d'un chaudron
|
- Voici comment il sort d'un chaudron
|
||||||
@ -163,11 +172,16 @@ cauldron:
|
|||||||
wheat:
|
wheat:
|
||||||
name: Blé fermenté
|
name: Blé fermenté
|
||||||
ingredients: WHEAT
|
ingredients: WHEAT
|
||||||
|
cookParticles:
|
||||||
|
- '2d8686/8' # Dark Aqua
|
||||||
|
|
||||||
sugarcane:
|
sugarcane:
|
||||||
name: Sucre fermenté
|
name: Sucre fermenté
|
||||||
ingredients: SUGAR_CANE
|
ingredients: SUGAR_CANE
|
||||||
color: 'f1ffad' # yellowish green
|
color: 'f1ffad' # yellowish green
|
||||||
|
cookParticles:
|
||||||
|
- 'f1ffad/4'
|
||||||
|
- '858547/10' # dark olive
|
||||||
|
|
||||||
apple:
|
apple:
|
||||||
name: Cidre de pommes
|
name: Cidre de pommes
|
||||||
@ -181,21 +195,33 @@ cauldron:
|
|||||||
name: Herbes bouillies
|
name: Herbes bouillies
|
||||||
ingredients: LONG_GRASS
|
ingredients: LONG_GRASS
|
||||||
color: '99ff66' # bright green
|
color: '99ff66' # bright green
|
||||||
|
cookParticles:
|
||||||
|
- 'GREEN/2'
|
||||||
|
- '99ff99/20' # faded green
|
||||||
|
|
||||||
rmushroom:
|
rmushroom:
|
||||||
name: Champignons fermentés
|
name: Champignons fermentés
|
||||||
ingredients: RED_MUSHROOM
|
ingredients: RED_MUSHROOM
|
||||||
color: 'ff5c33' # amber red
|
color: 'ff5c33' # amber red
|
||||||
|
cookParticles:
|
||||||
|
- 'fab09e/15' # faded red
|
||||||
|
|
||||||
cocoa:
|
cocoa:
|
||||||
name: Infusion au chocolat
|
name: Infusion au chocolat
|
||||||
ingredients: INK_SACK
|
ingredients: INK_SACK
|
||||||
color: '804600' # mocca
|
color: '804600' # mocca
|
||||||
|
cookParticles:
|
||||||
|
- 'a26011/1'
|
||||||
|
- '5c370a/3'
|
||||||
|
- '4d4133/8' # Gray-brown
|
||||||
|
|
||||||
milk:
|
milk:
|
||||||
name: Eau laiteuse
|
name: Eau laiteuse
|
||||||
ingredients: MILK_BUCKET
|
ingredients: MILK_BUCKET
|
||||||
color: BRIGHT_GREY
|
color: BRIGHT_GREY
|
||||||
|
cookParticles:
|
||||||
|
- 'fbfbd0/1' # yellow-white
|
||||||
|
- 'WHITE/6'
|
||||||
|
|
||||||
# -- Ingrédients multiples: --
|
# -- Ingrédients multiples: --
|
||||||
apfelmet_base:
|
apfelmet_base:
|
||||||
@ -204,6 +230,8 @@ cauldron:
|
|||||||
- SUGAR_CANE/3
|
- SUGAR_CANE/3
|
||||||
- APPLE
|
- APPLE
|
||||||
color: 'e1ff4d' # greenish yellow
|
color: 'e1ff4d' # greenish yellow
|
||||||
|
cookParticles:
|
||||||
|
- 'e1ff4d/4'
|
||||||
|
|
||||||
|
|
||||||
# -- Recette pour les boissons --
|
# -- Recette pour les boissons --
|
||||||
|
@ -142,6 +142,11 @@ customItems:
|
|||||||
# color: Color of the potion from a cauldron.
|
# color: Color of the potion from a cauldron.
|
||||||
# Usable Colors: DARK_RED, RED, BRIGHT_RED, ORANGE, PINK, BLUE, CYAN, WATER, GREEN, BLACK, GREY, BRIGHT_GREY
|
# Usable Colors: DARK_RED, RED, BRIGHT_RED, ORANGE, PINK, BLUE, CYAN, WATER, GREEN, BLACK, GREY, BRIGHT_GREY
|
||||||
# Or RGB colors (hex: for example '99FF33') (with '') (search for "HTML color" on the internet)
|
# Or RGB colors (hex: for example '99FF33') (with '') (search for "HTML color" on the internet)
|
||||||
|
# cookParticles:
|
||||||
|
# Color of the Particles above the cauldron at different cooking-times
|
||||||
|
# Color and minute during which each color should appear, i.e. one color at 8 minutes fading to another at 18 minutes.
|
||||||
|
# As List, each Color as name or RGB, see above. Written as 'Color/Minute'
|
||||||
|
# It will fade to the last color in the end, if there is only one color in the list, it will fade to grey
|
||||||
# lore: List of additional text on the base potion. (Formatting codes possible: such as &6)
|
# lore: List of additional text on the base potion. (Formatting codes possible: such as &6)
|
||||||
# customModelData: Custom Model Data Tag. This is a number that can be used to add custom textures to the item.
|
# customModelData: Custom Model Data Tag. This is a number that can be used to add custom textures to the item.
|
||||||
|
|
||||||
@ -152,6 +157,10 @@ cauldron:
|
|||||||
- BEDROCK/2
|
- BEDROCK/2
|
||||||
- DIAMOND
|
- DIAMOND
|
||||||
color: BLACK
|
color: BLACK
|
||||||
|
cookParticles:
|
||||||
|
- 'RED/5'
|
||||||
|
- 'WHITE/10'
|
||||||
|
- '800000/25' # maroon
|
||||||
lore:
|
lore:
|
||||||
- An example for a Base Potion
|
- An example for a Base Potion
|
||||||
- This is how it comes out of a Cauldron
|
- This is how it comes out of a Cauldron
|
||||||
@ -161,11 +170,16 @@ cauldron:
|
|||||||
wheat:
|
wheat:
|
||||||
name: Frumento fermentato
|
name: Frumento fermentato
|
||||||
ingredients: WHEAT
|
ingredients: WHEAT
|
||||||
|
cookParticles:
|
||||||
|
- '2d8686/8' # Dark Aqua
|
||||||
|
|
||||||
sugarcane:
|
sugarcane:
|
||||||
name: Miscela zuccherata
|
name: Miscela zuccherata
|
||||||
ingredients: SUGAR_CANE
|
ingredients: SUGAR_CANE
|
||||||
color: 'f1ffad' # yellowish green
|
color: 'f1ffad' # yellowish green
|
||||||
|
cookParticles:
|
||||||
|
- 'f1ffad/4'
|
||||||
|
- '858547/10' # dark olive
|
||||||
|
|
||||||
apple:
|
apple:
|
||||||
name: Sidro di mele
|
name: Sidro di mele
|
||||||
@ -179,21 +193,33 @@ cauldron:
|
|||||||
name: Erbe bollite
|
name: Erbe bollite
|
||||||
ingredients: LONG_GRASS
|
ingredients: LONG_GRASS
|
||||||
color: '99ff66' # bright green
|
color: '99ff66' # bright green
|
||||||
|
cookParticles:
|
||||||
|
- 'GREEN/2'
|
||||||
|
- '99ff99/20' # faded green
|
||||||
|
|
||||||
rmushroom:
|
rmushroom:
|
||||||
name: Miscela ai funghi
|
name: Miscela ai funghi
|
||||||
ingredients: RED_MUSHROOM
|
ingredients: RED_MUSHROOM
|
||||||
color: 'ff5c33' # amber red
|
color: 'ff5c33' # amber red
|
||||||
|
cookParticles:
|
||||||
|
- 'fab09e/15' # faded red
|
||||||
|
|
||||||
cocoa:
|
cocoa:
|
||||||
name: Miscela colorata
|
name: Miscela colorata
|
||||||
ingredients: INK_SACK
|
ingredients: INK_SACK
|
||||||
color: '804600' # mocca
|
color: '804600' # mocca
|
||||||
|
cookParticles:
|
||||||
|
- 'a26011/1'
|
||||||
|
- '5c370a/3'
|
||||||
|
- '4d4133/8' # Gray-brown
|
||||||
|
|
||||||
milk:
|
milk:
|
||||||
name: Acqua lattea
|
name: Acqua lattea
|
||||||
ingredients: MILK_BUCKET
|
ingredients: MILK_BUCKET
|
||||||
color: BRIGHT_GREY
|
color: BRIGHT_GREY
|
||||||
|
cookParticles:
|
||||||
|
- 'fbfbd0/1' # yellow-white
|
||||||
|
- 'WHITE/6'
|
||||||
|
|
||||||
# -- Multiple Ingredients: --
|
# -- Multiple Ingredients: --
|
||||||
apfelmet_base:
|
apfelmet_base:
|
||||||
@ -202,6 +228,8 @@ cauldron:
|
|||||||
- SUGAR_CANE/3
|
- SUGAR_CANE/3
|
||||||
- APPLE
|
- APPLE
|
||||||
color: 'e1ff4d' # greenish yellow
|
color: 'e1ff4d' # greenish yellow
|
||||||
|
cookParticles:
|
||||||
|
- 'e1ff4d/4'
|
||||||
|
|
||||||
# -- Ricette per pozioni --
|
# -- Ricette per pozioni --
|
||||||
|
|
||||||
|
@ -148,6 +148,11 @@ customItems:
|
|||||||
# color: Farbe des Trankes der aus dem Kessel kommt. (Standard ist CYAN)
|
# color: Farbe des Trankes der aus dem Kessel kommt. (Standard ist CYAN)
|
||||||
# Benutzbare Farben: DARK_RED, RED, BRIGHT_RED, ORANGE, YELLOW, PINK, PURPLE, BLUE, CYAN, WATER, TEAL, OLIVE, GREEN, LIME, BLACK, GREY, BRIGHT_GREY, WHITE
|
# Benutzbare Farben: DARK_RED, RED, BRIGHT_RED, ORANGE, YELLOW, PINK, PURPLE, BLUE, CYAN, WATER, TEAL, OLIVE, GREEN, LIME, BLACK, GREY, BRIGHT_GREY, WHITE
|
||||||
# Oder RGB Farben (Hex: also zB '99FF33') (Ohne #) (mit '') (Einfach nach "HTML color" im Internet suchen)
|
# Oder RGB Farben (Hex: also zB '99FF33') (Ohne #) (mit '') (Einfach nach "HTML color" im Internet suchen)
|
||||||
|
# cookParticles:
|
||||||
|
# Farbe der Partikel über dem Kessel während verschiedener Kochzeiten
|
||||||
|
# Farbe und Minute während die Farbe erscheinen soll. Z.B. eine Farbe bei 8 Minuten, übergehend zu einer anderen bei 18 minuten
|
||||||
|
# Als Liste, jede Farbe als Name oder RGB wie oben. Geschrieben 'Farbe/Minute'
|
||||||
|
# Zum Ende geht es in die letzte Farbe über, gibt es nur eine Farbe in der Liste, wird es von dieser langsam zu grau.
|
||||||
# lore: Auflistung von zusätzlichem Text auf dem Trank. (Farbcodes möglich: z.b. &6)
|
# lore: Auflistung von zusätzlichem Text auf dem Trank. (Farbcodes möglich: z.b. &6)
|
||||||
# customModelData: Custom Model Data Modelldaten. Mit dieser Zahl kann die Tranktextur mit einem Resourcepack geändert werden
|
# customModelData: Custom Model Data Modelldaten. Mit dieser Zahl kann die Tranktextur mit einem Resourcepack geändert werden
|
||||||
|
|
||||||
@ -159,6 +164,10 @@ cauldron:
|
|||||||
- Bedrock/2
|
- Bedrock/2
|
||||||
- Diamond
|
- Diamond
|
||||||
color: BLACK
|
color: BLACK
|
||||||
|
cookParticles:
|
||||||
|
- 'RED/5'
|
||||||
|
- 'WHITE/10'
|
||||||
|
- '800000/25' # kastanienbraun
|
||||||
lore:
|
lore:
|
||||||
- Ein Beispiel für einen Basistrank
|
- Ein Beispiel für einen Basistrank
|
||||||
- So kommt er aus dem Kessel
|
- So kommt er aus dem Kessel
|
||||||
@ -168,15 +177,23 @@ cauldron:
|
|||||||
wheat:
|
wheat:
|
||||||
name: Getreideferment
|
name: Getreideferment
|
||||||
ingredients: Wheat
|
ingredients: Wheat
|
||||||
|
cookParticles:
|
||||||
|
- '2d8686/8' # dunkel aqua
|
||||||
|
|
||||||
sugarcane:
|
sugarcane:
|
||||||
name: Zuckersud
|
name: Zuckersud
|
||||||
ingredients: Sugar_Cane
|
ingredients: Sugar_Cane
|
||||||
color: 'f1ffad' # gelbliches grün
|
color: 'f1ffad' # gelbliches grün
|
||||||
|
cookParticles:
|
||||||
|
- 'f1ffad/4'
|
||||||
|
- '858547/10' # dunkel olive
|
||||||
|
|
||||||
sugar:
|
sugar:
|
||||||
name: Zuckermelasse
|
name: Zuckermelasse
|
||||||
ingredients: Sugar
|
ingredients: Sugar
|
||||||
|
cookParticles:
|
||||||
|
- 'WHITE/4'
|
||||||
|
- 'BRIGHT_GREY/25'
|
||||||
|
|
||||||
apple:
|
apple:
|
||||||
name: Apfelmost
|
name: Apfelmost
|
||||||
@ -186,6 +203,10 @@ cauldron:
|
|||||||
name: Traubenmost
|
name: Traubenmost
|
||||||
ingredients: Sweet_Berries
|
ingredients: Sweet_Berries
|
||||||
color: RED
|
color: RED
|
||||||
|
cookParticles:
|
||||||
|
- 'ff6666/2' # hellrot
|
||||||
|
- 'RED/7'
|
||||||
|
- 'ac6553/13' # braun-rot
|
||||||
|
|
||||||
potato:
|
potato:
|
||||||
name: Kartoffelmaische
|
name: Kartoffelmaische
|
||||||
@ -195,36 +216,54 @@ cauldron:
|
|||||||
name: Kräuterbrühe
|
name: Kräuterbrühe
|
||||||
ingredients: Grass
|
ingredients: Grass
|
||||||
color: '99ff66' # helles grün
|
color: '99ff66' # helles grün
|
||||||
|
cookParticles:
|
||||||
|
- 'GREEN/2'
|
||||||
|
- '99ff99/20' # blasses grün
|
||||||
|
|
||||||
rmushroom:
|
rmushroom:
|
||||||
name: Pilzsud
|
name: Pilzsud
|
||||||
ingredients: Red_Mushroom
|
ingredients: Red_Mushroom
|
||||||
color: 'ff5c33' # bernsteinrot
|
color: 'ff5c33' # bernsteinrot
|
||||||
|
cookParticles:
|
||||||
|
- 'fab09e/15' # blasses rot
|
||||||
|
|
||||||
bmushroom:
|
bmushroom:
|
||||||
name: Pilzsud
|
name: Pilzsud
|
||||||
ingredients: Brown_Mushroom
|
ingredients: Brown_Mushroom
|
||||||
color: 'c68c53' # helleres Braun
|
color: 'c68c53' # helleres Braun
|
||||||
|
cookParticles:
|
||||||
|
- 'c68c53/15'
|
||||||
|
|
||||||
cocoa:
|
cocoa:
|
||||||
name: Kakaobrühe
|
name: Kakaobrühe
|
||||||
ingredients: Cocoa_Beans
|
ingredients: Cocoa_Beans
|
||||||
color: '804600' # mokka
|
color: '804600' # mokka
|
||||||
|
cookParticles:
|
||||||
|
- 'a26011/1'
|
||||||
|
- '5c370a/3'
|
||||||
|
- '4d4133/8' # grau-braun
|
||||||
|
|
||||||
milk:
|
milk:
|
||||||
name: Milchiges Wasser
|
name: Milchiges Wasser
|
||||||
ingredients: Milk_Bucket
|
ingredients: Milk_Bucket
|
||||||
color: BRIGHT_GREY
|
color: BRIGHT_GREY
|
||||||
|
cookParticles:
|
||||||
|
- 'fbfbd0/1' # gelb-weiß
|
||||||
|
- 'WHITE/6'
|
||||||
|
|
||||||
bl_flow:
|
bl_flow:
|
||||||
name: Bläulicher Sud
|
name: Bläulicher Sud
|
||||||
ingredients: blaue-blumen
|
ingredients: blaue-blumen
|
||||||
color: '0099ff' # Himmelblau
|
color: '0099ff' # Himmelblau
|
||||||
|
cookParticles:
|
||||||
|
- '0099ff'
|
||||||
|
|
||||||
cactus:
|
cactus:
|
||||||
name: Agavensud
|
name: Agavensud
|
||||||
ingredients: cactus
|
ingredients: cactus
|
||||||
color: '00b300' # cactus green
|
color: '00b300' # kakturs grün
|
||||||
|
cookParticles:
|
||||||
|
- '00b300/16'
|
||||||
|
|
||||||
poi_potato:
|
poi_potato:
|
||||||
name: Giftige Maische
|
name: Giftige Maische
|
||||||
@ -243,11 +282,17 @@ cauldron:
|
|||||||
name: Kräuterbrühe
|
name: Kräuterbrühe
|
||||||
ingredients: vine
|
ingredients: vine
|
||||||
color: '99ff66' # Hellgrün
|
color: '99ff66' # Hellgrün
|
||||||
|
cookParticles:
|
||||||
|
- 'GREEN/2'
|
||||||
|
- '99ff99/20' # blasses grün
|
||||||
|
|
||||||
rot_flesh:
|
rot_flesh:
|
||||||
name: Stinkende Seuche
|
name: Stinkende Seuche
|
||||||
ingredients: Rotten_Flesh
|
ingredients: Rotten_Flesh
|
||||||
color: '263300' # Braun-Grün
|
color: '263300' # Braun-Grün
|
||||||
|
cookParticles:
|
||||||
|
- '263300/8'
|
||||||
|
- 'BLACK/20'
|
||||||
|
|
||||||
melon:
|
melon:
|
||||||
name: Melonengulasch
|
name: Melonengulasch
|
||||||
@ -274,6 +319,10 @@ cauldron:
|
|||||||
name: Schokoladige Suppe
|
name: Schokoladige Suppe
|
||||||
ingredients: Cookie
|
ingredients: Cookie
|
||||||
color: '804600' # mokka
|
color: '804600' # mokka
|
||||||
|
cookParticles:
|
||||||
|
- 'a26011/1'
|
||||||
|
- '5c370a/3'
|
||||||
|
- '4d4133/8' # grau-braun
|
||||||
|
|
||||||
fer_spid_eye:
|
fer_spid_eye:
|
||||||
name: Augenferment mit Spinnenhaaren
|
name: Augenferment mit Spinnenhaaren
|
||||||
@ -291,11 +340,16 @@ cauldron:
|
|||||||
name: Glitzernder Sud
|
name: Glitzernder Sud
|
||||||
ingredients: Gold_Nugget
|
ingredients: Gold_Nugget
|
||||||
color: 'ffd11a' # gold
|
color: 'ffd11a' # gold
|
||||||
|
cookParticles:
|
||||||
|
- 'ffd11a'
|
||||||
|
|
||||||
glowstone_dust:
|
glowstone_dust:
|
||||||
name: Leuchtender Sud
|
name: Leuchtender Sud
|
||||||
ingredients: Glowstone_Dust
|
ingredients: Glowstone_Dust
|
||||||
color: 'ffff33' # Hellgelb
|
color: 'ffff33' # Hellgelb
|
||||||
|
cookParticles:
|
||||||
|
- 'ffff99/3'
|
||||||
|
- 'd9d926/15' # blasses gelb
|
||||||
|
|
||||||
# -- Mehrere Zutaten: --
|
# -- Mehrere Zutaten: --
|
||||||
apfelmet_basis:
|
apfelmet_basis:
|
||||||
@ -304,6 +358,8 @@ cauldron:
|
|||||||
- Sugar_Cane/3
|
- Sugar_Cane/3
|
||||||
- Apple
|
- Apple
|
||||||
color: 'e1ff4d' # grünliches gelb
|
color: 'e1ff4d' # grünliches gelb
|
||||||
|
cookParticles:
|
||||||
|
- 'e1ff4d/4'
|
||||||
|
|
||||||
poi_grass:
|
poi_grass:
|
||||||
name: Saurer Kräutersud
|
name: Saurer Kräutersud
|
||||||
@ -311,6 +367,9 @@ cauldron:
|
|||||||
- Grass
|
- Grass
|
||||||
- Poisonous_Potato
|
- Poisonous_Potato
|
||||||
color: '99ff66' # Hellgrün
|
color: '99ff66' # Hellgrün
|
||||||
|
cookParticles:
|
||||||
|
- 'GREEN/2'
|
||||||
|
- '99ff99/20' # blasses grün
|
||||||
|
|
||||||
juniper:
|
juniper:
|
||||||
name: Wacholdergebräu
|
name: Wacholdergebräu
|
||||||
@ -318,6 +377,8 @@ cauldron:
|
|||||||
- blaue-blumen
|
- blaue-blumen
|
||||||
- wheat
|
- wheat
|
||||||
color: '00ccff' # Aqua
|
color: '00ccff' # Aqua
|
||||||
|
cookParticles:
|
||||||
|
- '00ccff/8'
|
||||||
|
|
||||||
gin_base:
|
gin_base:
|
||||||
name: Fruchtiges Wacholdergebräu
|
name: Fruchtiges Wacholdergebräu
|
||||||
@ -326,6 +387,8 @@ cauldron:
|
|||||||
- wheat
|
- wheat
|
||||||
- apple
|
- apple
|
||||||
color: '66e0ff' # Hell Aqua
|
color: '66e0ff' # Hell Aqua
|
||||||
|
cookParticles:
|
||||||
|
- '00ccff/5'
|
||||||
|
|
||||||
eggnog_base:
|
eggnog_base:
|
||||||
name: Cremige Eimasse
|
name: Cremige Eimasse
|
||||||
@ -333,7 +396,9 @@ cauldron:
|
|||||||
- egg
|
- egg
|
||||||
- sugar
|
- sugar
|
||||||
- milk_bucket
|
- milk_bucket
|
||||||
color: 'ffecb3' # Geld-Orange
|
color: 'ffecb3' # Gelb-Orange
|
||||||
|
cookParticles:
|
||||||
|
- 'ffecb3/2'
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -146,9 +146,14 @@ customItems:
|
|||||||
# With an item in your hand, use /brew ItemName to get its material for use in a recipe
|
# With an item in your hand, use /brew ItemName to get its material for use in a recipe
|
||||||
# (Item-ids instead of material are not supported by bukkit anymore and will not work)
|
# (Item-ids instead of material are not supported by bukkit anymore and will not work)
|
||||||
# A list of materials can be found here: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html
|
# A list of materials can be found here: https://hub.spigotmc.org/javadocs/spigot/org/bukkit/Material.html
|
||||||
# color: Color of the potion from a cauldron. Defaults to CYAN
|
# color: Color of the base potion from a cauldron. Defaults to CYAN
|
||||||
# Usable Colors: DARK_RED, RED, BRIGHT_RED, ORANGE, YELLOW, PINK, PURPLE, BLUE, CYAN, WATER, TEAL, OLIVE, GREEN, LIME, BLACK, GREY, BRIGHT_GREY, WHITE
|
# Usable Colors: DARK_RED, RED, BRIGHT_RED, ORANGE, YELLOW, PINK, PURPLE, BLUE, CYAN, WATER, TEAL, OLIVE, GREEN, LIME, BLACK, GREY, BRIGHT_GREY, WHITE
|
||||||
# Or RGB colors (hex: for example '99FF33') (with '') (search for "HTML color" on the internet)
|
# Or RGB colors (hex: for example '99FF33') (with '') (search for "HTML color" on the internet)
|
||||||
|
# cookParticles:
|
||||||
|
# Color of the Particles above the cauldron at different cooking-times
|
||||||
|
# Color and minute during which each color should appear, i.e. one color at 8 minutes fading to another at 18 minutes.
|
||||||
|
# As List, each Color as name or RGB, see above. Written as 'Color/Minute'
|
||||||
|
# It will fade to the last color in the end, if there is only one color in the list, it will fade to grey
|
||||||
# lore: List of additional text on the base potion. (Formatting codes possible: such as &6)
|
# lore: List of additional text on the base potion. (Formatting codes possible: such as &6)
|
||||||
# customModelData: Custom Model Data Tag. This is a number that can be used to add custom textures to the item.
|
# customModelData: Custom Model Data Tag. This is a number that can be used to add custom textures to the item.
|
||||||
|
|
||||||
@ -160,6 +165,10 @@ cauldron:
|
|||||||
- Bedrock/2
|
- Bedrock/2
|
||||||
- Diamond
|
- Diamond
|
||||||
color: BLACK
|
color: BLACK
|
||||||
|
cookParticles:
|
||||||
|
- 'RED/5'
|
||||||
|
- 'WHITE/10'
|
||||||
|
- '800000/25' # maroon
|
||||||
lore:
|
lore:
|
||||||
- An example for a Base Potion
|
- An example for a Base Potion
|
||||||
- This is how it comes out of a Cauldron
|
- This is how it comes out of a Cauldron
|
||||||
@ -169,15 +178,23 @@ cauldron:
|
|||||||
wheat:
|
wheat:
|
||||||
name: Fermented wheat
|
name: Fermented wheat
|
||||||
ingredients: Wheat
|
ingredients: Wheat
|
||||||
|
cookParticles:
|
||||||
|
- '2d8686/8' # Dark Aqua
|
||||||
|
|
||||||
sugarcane:
|
sugarcane:
|
||||||
name: Sugar brew
|
name: Sugar brew
|
||||||
ingredients: Sugar_Cane
|
ingredients: Sugar_Cane
|
||||||
color: 'f1ffad' # yellowish green
|
color: 'f1ffad' # yellowish green
|
||||||
|
cookParticles:
|
||||||
|
- 'f1ffad/4'
|
||||||
|
- '858547/10' # dark olive
|
||||||
|
|
||||||
sugar:
|
sugar:
|
||||||
name: Sugarwater
|
name: Sugarwater
|
||||||
ingredients: Sugar
|
ingredients: Sugar
|
||||||
|
cookParticles:
|
||||||
|
- 'WHITE/4'
|
||||||
|
- 'BRIGHT_GREY/25'
|
||||||
|
|
||||||
apple:
|
apple:
|
||||||
name: Apple must
|
name: Apple must
|
||||||
@ -187,6 +204,10 @@ cauldron:
|
|||||||
name: Grape must
|
name: Grape must
|
||||||
ingredients: Sweet_Berries
|
ingredients: Sweet_Berries
|
||||||
color: RED
|
color: RED
|
||||||
|
cookParticles:
|
||||||
|
- 'ff6666/2' # bright red
|
||||||
|
- 'RED/7'
|
||||||
|
- 'ac6553/13' # brown-red
|
||||||
|
|
||||||
potato:
|
potato:
|
||||||
name: Potatomash
|
name: Potatomash
|
||||||
@ -196,36 +217,54 @@ cauldron:
|
|||||||
name: Boiled herbs
|
name: Boiled herbs
|
||||||
ingredients: Grass
|
ingredients: Grass
|
||||||
color: '99ff66' # bright green
|
color: '99ff66' # bright green
|
||||||
|
cookParticles:
|
||||||
|
- 'GREEN/2'
|
||||||
|
- '99ff99/20' # faded green
|
||||||
|
|
||||||
rmushroom:
|
rmushroom:
|
||||||
name: Mushroom brew
|
name: Mushroom brew
|
||||||
ingredients: Red_Mushroom
|
ingredients: Red_Mushroom
|
||||||
color: 'ff5c33' # amber red
|
color: 'ff5c33' # amber red
|
||||||
|
cookParticles:
|
||||||
|
- 'fab09e/15' # faded red
|
||||||
|
|
||||||
bmushroom:
|
bmushroom:
|
||||||
name: Mushroom brew
|
name: Mushroom brew
|
||||||
ingredients: Brown_Mushroom
|
ingredients: Brown_Mushroom
|
||||||
color: 'c68c53' # brighter brown
|
color: 'c68c53' # brighter brown
|
||||||
|
cookParticles:
|
||||||
|
- 'c68c53/15'
|
||||||
|
|
||||||
cocoa:
|
cocoa:
|
||||||
name: Chocolately brew
|
name: Chocolately brew
|
||||||
ingredients: Cocoa_Beans
|
ingredients: Cocoa_Beans
|
||||||
color: '804600' # mocca
|
color: '804600' # mocca
|
||||||
|
cookParticles:
|
||||||
|
- 'a26011/1'
|
||||||
|
- '5c370a/3'
|
||||||
|
- '4d4133/8' # Gray-brown
|
||||||
|
|
||||||
milk:
|
milk:
|
||||||
name: Milky water
|
name: Milky water
|
||||||
ingredients: Milk_Bucket
|
ingredients: Milk_Bucket
|
||||||
color: BRIGHT_GREY
|
color: BRIGHT_GREY
|
||||||
|
cookParticles:
|
||||||
|
- 'fbfbd0/1' # yellow-white
|
||||||
|
- 'WHITE/6'
|
||||||
|
|
||||||
bl_flow:
|
bl_flow:
|
||||||
name: Blueish brew
|
name: Blueish brew
|
||||||
ingredients: blue-flowers
|
ingredients: blue-flowers
|
||||||
color: '0099ff' # sky blue
|
color: '0099ff' # sky blue
|
||||||
|
cookParticles:
|
||||||
|
- '0099ff'
|
||||||
|
|
||||||
cactus:
|
cactus:
|
||||||
name: Agave brew
|
name: Agave brew
|
||||||
ingredients: cactus
|
ingredients: cactus
|
||||||
color: '00b300' # cactus green
|
color: '00b300' # cactus green
|
||||||
|
cookParticles:
|
||||||
|
- '00b300/16'
|
||||||
|
|
||||||
poi_potato:
|
poi_potato:
|
||||||
name: Poisonous Broth
|
name: Poisonous Broth
|
||||||
@ -244,11 +283,17 @@ cauldron:
|
|||||||
name: Boiled herbs
|
name: Boiled herbs
|
||||||
ingredients: vine
|
ingredients: vine
|
||||||
color: '99ff66' # bright green
|
color: '99ff66' # bright green
|
||||||
|
cookParticles:
|
||||||
|
- 'GREEN/2'
|
||||||
|
- '99ff99/20' # faded green
|
||||||
|
|
||||||
rot_flesh:
|
rot_flesh:
|
||||||
name: Foul pest
|
name: Foul pest
|
||||||
ingredients: Rotten_Flesh
|
ingredients: Rotten_Flesh
|
||||||
color: '263300' # brown green
|
color: '263300' # brown green
|
||||||
|
cookParticles:
|
||||||
|
- '263300/8'
|
||||||
|
- 'BLACK/20'
|
||||||
|
|
||||||
melon:
|
melon:
|
||||||
name: Melon juice
|
name: Melon juice
|
||||||
@ -275,6 +320,10 @@ cauldron:
|
|||||||
name: Chocolately sap
|
name: Chocolately sap
|
||||||
ingredients: Cookie
|
ingredients: Cookie
|
||||||
color: '804600' # mocca
|
color: '804600' # mocca
|
||||||
|
cookParticles:
|
||||||
|
- 'a26011/1'
|
||||||
|
- '5c370a/3'
|
||||||
|
- '4d4133/8' # Gray-brown
|
||||||
|
|
||||||
fer_spid_eye:
|
fer_spid_eye:
|
||||||
name: Fermented Eye
|
name: Fermented Eye
|
||||||
@ -292,11 +341,16 @@ cauldron:
|
|||||||
name: Glistering brew
|
name: Glistering brew
|
||||||
ingredients: Gold_Nugget
|
ingredients: Gold_Nugget
|
||||||
color: 'ffd11a' # gold
|
color: 'ffd11a' # gold
|
||||||
|
cookParticles:
|
||||||
|
- 'ffd11a'
|
||||||
|
|
||||||
glowstone_dust:
|
glowstone_dust:
|
||||||
name: Glowing brew
|
name: Glowing brew
|
||||||
ingredients: Glowstone_Dust
|
ingredients: Glowstone_Dust
|
||||||
color: 'ffff33' # bright yellow
|
color: 'ffff33' # bright yellow
|
||||||
|
cookParticles:
|
||||||
|
- 'ffff99/3'
|
||||||
|
- 'd9d926/15' # faded yellow
|
||||||
|
|
||||||
# -- Multiple Ingredients: --
|
# -- Multiple Ingredients: --
|
||||||
applemead_base:
|
applemead_base:
|
||||||
@ -305,6 +359,8 @@ cauldron:
|
|||||||
- Sugar_Cane/3
|
- Sugar_Cane/3
|
||||||
- Apple
|
- Apple
|
||||||
color: 'e1ff4d' # greenish yellow
|
color: 'e1ff4d' # greenish yellow
|
||||||
|
cookParticles:
|
||||||
|
- 'e1ff4d/4'
|
||||||
|
|
||||||
poi_grass:
|
poi_grass:
|
||||||
name: Boiled acidy herbs
|
name: Boiled acidy herbs
|
||||||
@ -312,6 +368,9 @@ cauldron:
|
|||||||
- Grass
|
- Grass
|
||||||
- Poisonous_Potato
|
- Poisonous_Potato
|
||||||
color: '99ff66' # bright green
|
color: '99ff66' # bright green
|
||||||
|
cookParticles:
|
||||||
|
- 'GREEN/2'
|
||||||
|
- '99ff99/20' # faded green
|
||||||
|
|
||||||
juniper:
|
juniper:
|
||||||
name: Juniper brew
|
name: Juniper brew
|
||||||
@ -319,6 +378,8 @@ cauldron:
|
|||||||
- blue-flowers
|
- blue-flowers
|
||||||
- wheat
|
- wheat
|
||||||
color: '00ccff' # aqua
|
color: '00ccff' # aqua
|
||||||
|
cookParticles:
|
||||||
|
- '00ccff/8'
|
||||||
|
|
||||||
gin_base:
|
gin_base:
|
||||||
name: Fruity juniper brew
|
name: Fruity juniper brew
|
||||||
@ -327,6 +388,8 @@ cauldron:
|
|||||||
- wheat
|
- wheat
|
||||||
- apple
|
- apple
|
||||||
color: '66e0ff' # lighter aqua
|
color: '66e0ff' # lighter aqua
|
||||||
|
cookParticles:
|
||||||
|
- '00ccff/5'
|
||||||
|
|
||||||
eggnog_base:
|
eggnog_base:
|
||||||
name: Smooth egg mixture
|
name: Smooth egg mixture
|
||||||
@ -335,6 +398,8 @@ cauldron:
|
|||||||
- sugar
|
- sugar
|
||||||
- milk_bucket
|
- milk_bucket
|
||||||
color: 'ffecb3' # yellow-orange
|
color: 'ffecb3' # yellow-orange
|
||||||
|
cookParticles:
|
||||||
|
- 'ffecb3/2'
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -149,6 +149,11 @@ customItems:
|
|||||||
# color: Color of the potion from a cauldron. Defaults to CYAN
|
# color: Color of the potion from a cauldron. Defaults to CYAN
|
||||||
# Usable Colors: DARK_RED, RED, BRIGHT_RED, ORANGE, YELLOW, PINK, PURPLE, BLUE, CYAN, WATER, TEAL, OLIVE, GREEN, LIME, BLACK, GREY, BRIGHT_GREY, WHITE
|
# Usable Colors: DARK_RED, RED, BRIGHT_RED, ORANGE, YELLOW, PINK, PURPLE, BLUE, CYAN, WATER, TEAL, OLIVE, GREEN, LIME, BLACK, GREY, BRIGHT_GREY, WHITE
|
||||||
# Or RGB colors (hex: for example '99FF33') (with '') (search for "HTML color" on the internet)
|
# Or RGB colors (hex: for example '99FF33') (with '') (search for "HTML color" on the internet)
|
||||||
|
# cookParticles:
|
||||||
|
# Color of the Particles above the cauldron at different cooking-times
|
||||||
|
# Color and minute during which each color should appear, i.e. one color at 8 minutes fading to another at 18 minutes.
|
||||||
|
# As List, each Color as name or RGB, see above. Written as 'Color/Minute'
|
||||||
|
# It will fade to the last color in the end, if there is only one color in the list, it will fade to grey
|
||||||
# lore: List of additional text on the base potion. (Formatting codes possible: such as &6)
|
# lore: List of additional text on the base potion. (Formatting codes possible: such as &6)
|
||||||
# customModelData: Custom Model Data Tag. This is a number that can be used to add custom textures to the item.
|
# customModelData: Custom Model Data Tag. This is a number that can be used to add custom textures to the item.
|
||||||
|
|
||||||
@ -160,6 +165,10 @@ cauldron:
|
|||||||
- Bedrock/2
|
- Bedrock/2
|
||||||
- Diamond
|
- Diamond
|
||||||
color: BLACK
|
color: BLACK
|
||||||
|
cookParticles:
|
||||||
|
- 'RED/5'
|
||||||
|
- 'WHITE/10'
|
||||||
|
- '800000/25' # maroon
|
||||||
lore:
|
lore:
|
||||||
- An example for a Base Potion
|
- An example for a Base Potion
|
||||||
- This is how it comes out of a Cauldron
|
- This is how it comes out of a Cauldron
|
||||||
@ -169,15 +178,23 @@ cauldron:
|
|||||||
wheat:
|
wheat:
|
||||||
name: Trigo fermentado
|
name: Trigo fermentado
|
||||||
ingredients: Wheat
|
ingredients: Wheat
|
||||||
|
cookParticles:
|
||||||
|
- '2d8686/8' # Dark Aqua
|
||||||
|
|
||||||
sugarcane:
|
sugarcane:
|
||||||
name: Cerveza de azúcar
|
name: Cerveza de azúcar
|
||||||
ingredients: Sugar_Cane
|
ingredients: Sugar_Cane
|
||||||
color: 'f1ffad' # yellowish green
|
color: 'f1ffad' # yellowish green
|
||||||
|
cookParticles:
|
||||||
|
- 'f1ffad/4'
|
||||||
|
- '858547/10' # dark olive
|
||||||
|
|
||||||
sugar:
|
sugar:
|
||||||
name: Azucar agua
|
name: Azucar agua
|
||||||
ingredients: Sugar
|
ingredients: Sugar
|
||||||
|
cookParticles:
|
||||||
|
- 'WHITE/4'
|
||||||
|
- 'BRIGHT_GREY/25'
|
||||||
|
|
||||||
apple:
|
apple:
|
||||||
name: Apple must
|
name: Apple must
|
||||||
@ -187,6 +204,10 @@ cauldron:
|
|||||||
name: Grape must
|
name: Grape must
|
||||||
ingredients: Sweet_Berries
|
ingredients: Sweet_Berries
|
||||||
color: RED
|
color: RED
|
||||||
|
cookParticles:
|
||||||
|
- 'ff6666/2' # bright red
|
||||||
|
- 'RED/7'
|
||||||
|
- 'ac6553/13' # brown-red
|
||||||
|
|
||||||
potato:
|
potato:
|
||||||
name: Puré de papa
|
name: Puré de papa
|
||||||
@ -196,36 +217,54 @@ cauldron:
|
|||||||
name: Hierbas hervidas
|
name: Hierbas hervidas
|
||||||
ingredients: Grass
|
ingredients: Grass
|
||||||
color: '99ff66' # bright green
|
color: '99ff66' # bright green
|
||||||
|
cookParticles:
|
||||||
|
- 'GREEN/2'
|
||||||
|
- '99ff99/20' # faded green
|
||||||
|
|
||||||
rmushroom:
|
rmushroom:
|
||||||
name: Sopa de champiñones
|
name: Sopa de champiñones
|
||||||
ingredients: Red_Mushroom
|
ingredients: Red_Mushroom
|
||||||
color: 'ff5c33' # amber red
|
color: 'ff5c33' # amber red
|
||||||
|
cookParticles:
|
||||||
|
- 'fab09e/15' # faded red
|
||||||
|
|
||||||
bmushroom:
|
bmushroom:
|
||||||
name: Sopa de hongos
|
name: Sopa de hongos
|
||||||
ingredients: Brown_Mushroom
|
ingredients: Brown_Mushroom
|
||||||
color: 'c68c53' # brighter brown
|
color: 'c68c53' # brighter brown
|
||||||
|
cookParticles:
|
||||||
|
- 'c68c53/15'
|
||||||
|
|
||||||
cocoa:
|
cocoa:
|
||||||
name: Bebida de chocolate
|
name: Bebida de chocolate
|
||||||
ingredients: Cocoa_Beans
|
ingredients: Cocoa_Beans
|
||||||
color: '804600' # mocca
|
color: '804600' # mocca
|
||||||
|
cookParticles:
|
||||||
|
- 'a26011/1'
|
||||||
|
- '5c370a/3'
|
||||||
|
- '4d4133/8' # Gray-brown
|
||||||
|
|
||||||
milk:
|
milk:
|
||||||
name: Agua lechosa
|
name: Agua lechosa
|
||||||
ingredients: Milk_Bucket
|
ingredients: Milk_Bucket
|
||||||
color: BRIGHT_GREY
|
color: BRIGHT_GREY
|
||||||
|
cookParticles:
|
||||||
|
- 'fbfbd0/1' # yellow-white
|
||||||
|
- 'WHITE/6'
|
||||||
|
|
||||||
bl_flow:
|
bl_flow:
|
||||||
name: Cerveza azulada
|
name: Cerveza azulada
|
||||||
ingredients: blue-flowers
|
ingredients: blue-flowers
|
||||||
color: '0099ff' # sky blue
|
color: '0099ff' # sky blue
|
||||||
|
cookParticles:
|
||||||
|
- '0099ff'
|
||||||
|
|
||||||
cactus:
|
cactus:
|
||||||
name: Cerveza de Agave
|
name: Cerveza de Agave
|
||||||
ingredients: cactus
|
ingredients: cactus
|
||||||
color: '00b300' # cactus green
|
color: '00b300' # cactus green
|
||||||
|
cookParticles:
|
||||||
|
- '00b300/16'
|
||||||
|
|
||||||
poi_potato:
|
poi_potato:
|
||||||
name: Caldo venenoso
|
name: Caldo venenoso
|
||||||
@ -244,11 +283,17 @@ cauldron:
|
|||||||
name: Hierbas hervidas
|
name: Hierbas hervidas
|
||||||
ingredients: vine
|
ingredients: vine
|
||||||
color: '99ff66' # bright green
|
color: '99ff66' # bright green
|
||||||
|
cookParticles:
|
||||||
|
- 'GREEN/2'
|
||||||
|
- '99ff99/20' # faded green
|
||||||
|
|
||||||
rot_flesh:
|
rot_flesh:
|
||||||
name: Plaga asquerosa
|
name: Plaga asquerosa
|
||||||
ingredients: Rotten_Flesh
|
ingredients: Rotten_Flesh
|
||||||
color: '263300' # brown green
|
color: '263300' # brown green
|
||||||
|
cookParticles:
|
||||||
|
- '263300/8'
|
||||||
|
- 'BLACK/20'
|
||||||
|
|
||||||
melon:
|
melon:
|
||||||
name: Jugo de melon
|
name: Jugo de melon
|
||||||
@ -275,6 +320,10 @@ cauldron:
|
|||||||
name: Savia de chocolate
|
name: Savia de chocolate
|
||||||
ingredients: Cookie
|
ingredients: Cookie
|
||||||
color: '804600' # mocca
|
color: '804600' # mocca
|
||||||
|
cookParticles:
|
||||||
|
- 'a26011/1'
|
||||||
|
- '5c370a/3'
|
||||||
|
- '4d4133/8' # Gray-brown
|
||||||
|
|
||||||
fer_spid_eye:
|
fer_spid_eye:
|
||||||
name: Ojo Fermentado
|
name: Ojo Fermentado
|
||||||
@ -292,11 +341,16 @@ cauldron:
|
|||||||
name: Brebaje reluciente
|
name: Brebaje reluciente
|
||||||
ingredients: Gold_Nugget
|
ingredients: Gold_Nugget
|
||||||
color: 'ffd11a' # gold
|
color: 'ffd11a' # gold
|
||||||
|
cookParticles:
|
||||||
|
- 'ffd11a'
|
||||||
|
|
||||||
glowstone_dust:
|
glowstone_dust:
|
||||||
name: Cerveza brillante
|
name: Cerveza brillante
|
||||||
ingredients: Glowstone_Dust
|
ingredients: Glowstone_Dust
|
||||||
color: 'ffff33' # bright yellow
|
color: 'ffff33' # bright yellow
|
||||||
|
cookParticles:
|
||||||
|
- 'ffff99/3'
|
||||||
|
- 'd9d926/15' # faded yellow
|
||||||
|
|
||||||
# -- Multiple Ingredients: --
|
# -- Multiple Ingredients: --
|
||||||
applemead_base:
|
applemead_base:
|
||||||
@ -305,6 +359,8 @@ cauldron:
|
|||||||
- Sugar_Cane/3
|
- Sugar_Cane/3
|
||||||
- Apple
|
- Apple
|
||||||
color: 'e1ff4d' # greenish yellow
|
color: 'e1ff4d' # greenish yellow
|
||||||
|
cookParticles:
|
||||||
|
- 'e1ff4d/4'
|
||||||
|
|
||||||
poi_grass:
|
poi_grass:
|
||||||
name: Hierbas ácidas hervidas
|
name: Hierbas ácidas hervidas
|
||||||
@ -312,6 +368,9 @@ cauldron:
|
|||||||
- Grass
|
- Grass
|
||||||
- Poisonous_Potato
|
- Poisonous_Potato
|
||||||
color: '99ff66' # bright green
|
color: '99ff66' # bright green
|
||||||
|
cookParticles:
|
||||||
|
- 'GREEN/2'
|
||||||
|
- '99ff99/20' # faded green
|
||||||
|
|
||||||
juniper:
|
juniper:
|
||||||
name: Brebaje de enebro
|
name: Brebaje de enebro
|
||||||
@ -319,6 +378,8 @@ cauldron:
|
|||||||
- blue-flowers
|
- blue-flowers
|
||||||
- wheat
|
- wheat
|
||||||
color: '00ccff' # aqua
|
color: '00ccff' # aqua
|
||||||
|
cookParticles:
|
||||||
|
- '00ccff/8'
|
||||||
|
|
||||||
gin_base:
|
gin_base:
|
||||||
name: Brebaje de enebro afrutado
|
name: Brebaje de enebro afrutado
|
||||||
@ -327,6 +388,8 @@ cauldron:
|
|||||||
- wheat
|
- wheat
|
||||||
- apple
|
- apple
|
||||||
color: '66e0ff' # lighter aqua
|
color: '66e0ff' # lighter aqua
|
||||||
|
cookParticles:
|
||||||
|
- '00ccff/5'
|
||||||
|
|
||||||
eggnog_base:
|
eggnog_base:
|
||||||
name: Mezcla de huevo suave
|
name: Mezcla de huevo suave
|
||||||
@ -335,6 +398,8 @@ cauldron:
|
|||||||
- sugar
|
- sugar
|
||||||
- milk_bucket
|
- milk_bucket
|
||||||
color: 'ffecb3' # yellow-orange
|
color: 'ffecb3' # yellow-orange
|
||||||
|
cookParticles:
|
||||||
|
- 'ffecb3/2'
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -151,6 +151,11 @@ customItems:
|
|||||||
# Couleurs disponibles : DARK_RED, RED, BRIGHT_RED, ORANGE, YELLOW, PINK, PURPLE, BLUE, CYAN, WATER, TEAL, OLIVE, GREEN, LIME, BLACK, GREY, BRIGHT_GREY, WHITE
|
# Couleurs disponibles : DARK_RED, RED, BRIGHT_RED, ORANGE, YELLOW, PINK, PURPLE, BLUE, CYAN, WATER, TEAL, OLIVE, GREEN, LIME, BLACK, GREY, BRIGHT_GREY, WHITE
|
||||||
# (Dans l'ordre : Rouge foncé, Rouge, Rouge clair, Orange, Jaune, Rose, Pourpre, Bleu, Cyan, Eau, Sarcelle, Olive, Vert, Vert lime, Noir, Gris, Gris clair, Blanc)
|
# (Dans l'ordre : Rouge foncé, Rouge, Rouge clair, Orange, Jaune, Rose, Pourpre, Bleu, Cyan, Eau, Sarcelle, Olive, Vert, Vert lime, Noir, Gris, Gris clair, Blanc)
|
||||||
# Ou couleurs RGB (hex: par exemple '99FF33') (avec '') (recherche de "HTML color" sur internet)
|
# Ou couleurs RGB (hex: par exemple '99FF33') (avec '') (recherche de "HTML color" sur internet)
|
||||||
|
# cookParticles:
|
||||||
|
# Color of the Particles above the cauldron at different cooking-times
|
||||||
|
# Color and minute during which each color should appear, i.e. one color at 8 minutes fading to another at 18 minutes.
|
||||||
|
# As List, each Color as name or RGB, see above. Written as 'Color/Minute'
|
||||||
|
# It will fade to the last color in the end, if there is only one color in the list, it will fade to grey
|
||||||
# lore: Liste de texte supplémentaire sur la potion de base. (Formatting codes possible: such as &6)
|
# lore: Liste de texte supplémentaire sur la potion de base. (Formatting codes possible: such as &6)
|
||||||
# customModelData: Custom Model Data Tag. This is a number that can be used to add custom textures to the item.
|
# customModelData: Custom Model Data Tag. This is a number that can be used to add custom textures to the item.
|
||||||
|
|
||||||
@ -162,6 +167,10 @@ cauldron:
|
|||||||
- Bedrock/2
|
- Bedrock/2
|
||||||
- Diamond
|
- Diamond
|
||||||
color: BLACK
|
color: BLACK
|
||||||
|
cookParticles:
|
||||||
|
- 'RED/5'
|
||||||
|
- 'WHITE/10'
|
||||||
|
- '800000/25' # maroon
|
||||||
lore:
|
lore:
|
||||||
- Un exemple pour une potion de base
|
- Un exemple pour une potion de base
|
||||||
- Voici comment il sort d'un chaudron
|
- Voici comment il sort d'un chaudron
|
||||||
@ -171,15 +180,23 @@ cauldron:
|
|||||||
wheat:
|
wheat:
|
||||||
name: Blé fermenté
|
name: Blé fermenté
|
||||||
ingredients: Wheat
|
ingredients: Wheat
|
||||||
|
cookParticles:
|
||||||
|
- '2d8686/8' # Dark Aqua
|
||||||
|
|
||||||
sugarcane:
|
sugarcane:
|
||||||
name: Sucre fermenté
|
name: Sucre fermenté
|
||||||
ingredients: Sugar_Cane
|
ingredients: Sugar_Cane
|
||||||
color: 'f1ffad' # yellowish green
|
color: 'f1ffad' # yellowish green
|
||||||
|
cookParticles:
|
||||||
|
- 'f1ffad/4'
|
||||||
|
- '858547/10' # dark olive
|
||||||
|
|
||||||
sugar:
|
sugar:
|
||||||
name: Eau sucrée
|
name: Eau sucrée
|
||||||
ingredients: Sugar
|
ingredients: Sugar
|
||||||
|
cookParticles:
|
||||||
|
- 'WHITE/4'
|
||||||
|
- 'BRIGHT_GREY/25'
|
||||||
|
|
||||||
apple:
|
apple:
|
||||||
name: Pommes fermentées
|
name: Pommes fermentées
|
||||||
@ -189,6 +206,10 @@ cauldron:
|
|||||||
name: Raisins fermentés
|
name: Raisins fermentés
|
||||||
ingredients: Sweet_Berries
|
ingredients: Sweet_Berries
|
||||||
color: RED
|
color: RED
|
||||||
|
cookParticles:
|
||||||
|
- 'ff6666/2' # bright red
|
||||||
|
- 'RED/7'
|
||||||
|
- 'ac6553/13' # brown-red
|
||||||
|
|
||||||
potato:
|
potato:
|
||||||
name: Purée de Pommes de Terre
|
name: Purée de Pommes de Terre
|
||||||
@ -198,107 +219,140 @@ cauldron:
|
|||||||
name: Herbes bouillies
|
name: Herbes bouillies
|
||||||
ingredients: Grass
|
ingredients: Grass
|
||||||
color: '99ff66' # bright green
|
color: '99ff66' # bright green
|
||||||
|
cookParticles:
|
||||||
|
- 'GREEN/2'
|
||||||
|
- '99ff99/20' # faded green
|
||||||
|
|
||||||
rmushroom:
|
rmushroom:
|
||||||
name: Champignons fermentés
|
name: Champignons fermentés
|
||||||
ingredients: Red_Mushroom
|
ingredients: Red_Mushroom
|
||||||
color: 'ff5c33' # amber red
|
color: 'ff5c33' # amber red
|
||||||
|
cookParticles:
|
||||||
|
- 'fab09e/15' # faded red
|
||||||
|
|
||||||
bmushroom:
|
bmushroom:
|
||||||
name: Champignons fermentés
|
name: Champignons fermentés
|
||||||
ingredients: Brown_Mushroom
|
ingredients: Brown_Mushroom
|
||||||
color: 'c68c53' # brighter brown
|
color: 'c68c53' # brighter brown
|
||||||
|
cookParticles:
|
||||||
|
- 'c68c53/15'
|
||||||
|
|
||||||
cocoa:
|
cocoa:
|
||||||
name: Infusion au chocolat
|
name: Infusion au chocolat
|
||||||
ingredients: Cocoa_Beans
|
ingredients: Cocoa_Beans
|
||||||
color: '804600' # mocca
|
color: '804600' # mocca
|
||||||
|
cookParticles:
|
||||||
|
- 'a26011/1'
|
||||||
|
- '5c370a/3'
|
||||||
|
- '4d4133/8' # Gray-brown
|
||||||
|
|
||||||
milk:
|
milk:
|
||||||
name: Eau laiteuse
|
name: Eau laiteuse
|
||||||
ingredients: Milk_Bucket
|
ingredients: Milk_Bucket
|
||||||
color: BRIGHT_GREY
|
color: BRIGHT_GREY
|
||||||
|
cookParticles:
|
||||||
|
- 'fbfbd0/1' # yellow-white
|
||||||
|
- 'WHITE/6'
|
||||||
|
|
||||||
bl_flow:
|
bl_flow:
|
||||||
name: Infusion bleue
|
name: Infusion bleue
|
||||||
ingredients: blue-flowers
|
ingredients: blue-flowers
|
||||||
color: '0099ff' # sky blue
|
color: '0099ff' # sky blue
|
||||||
|
cookParticles:
|
||||||
|
- '0099ff'
|
||||||
|
|
||||||
cactus:
|
cactus:
|
||||||
name: Agave fermenté
|
name: Agave fermenté
|
||||||
ingredients: cactus
|
ingredients: cactus
|
||||||
color: '00b300' # cactus green
|
color: '00b300' # cactus green
|
||||||
|
cookParticles:
|
||||||
|
- '00b300/16'
|
||||||
|
|
||||||
poi_potato:
|
poi_potato:
|
||||||
name: Bouillon toxique
|
name: Bouillon toxique
|
||||||
ingredients: Poisonous_Potato
|
ingredients: Poisonous_Potato
|
||||||
|
|
||||||
egg:
|
egg:
|
||||||
name: Mélange collant
|
name: Mélange collant
|
||||||
ingredients: Egg
|
ingredients: Egg
|
||||||
|
|
||||||
|
|
||||||
oak_sapling:
|
oak_sapling:
|
||||||
name: Stringy hebry broth
|
name: Stringy hebry broth
|
||||||
ingredients: Oak_Sapling
|
ingredients: Oak_Sapling
|
||||||
|
|
||||||
vine:
|
vine:
|
||||||
name: Boiled herbs
|
name: Boiled herbs
|
||||||
ingredients: vine
|
ingredients: vine
|
||||||
color: '99ff66' # bright green
|
color: '99ff66' # bright green
|
||||||
|
cookParticles:
|
||||||
|
- 'GREEN/2'
|
||||||
|
- '99ff99/20' # faded green
|
||||||
|
|
||||||
rot_flesh:
|
rot_flesh:
|
||||||
name: Foul pest
|
name: Foul pest
|
||||||
ingredients: Rotten_Flesh
|
ingredients: Rotten_Flesh
|
||||||
color: '263300' # brown green
|
color: '263300' # brown green
|
||||||
|
cookParticles:
|
||||||
|
- '263300/8'
|
||||||
|
- 'BLACK/20'
|
||||||
|
|
||||||
melon:
|
melon:
|
||||||
name: Melon juice
|
name: Melon juice
|
||||||
ingredients: melon_slice
|
ingredients: melon_slice
|
||||||
|
|
||||||
wheat_seeds:
|
wheat_seeds:
|
||||||
name: Bitter brew
|
name: Bitter brew
|
||||||
ingredients: Wheat_Seeds
|
ingredients: Wheat_Seeds
|
||||||
|
|
||||||
melon_seeds:
|
melon_seeds:
|
||||||
name: Bitter brew
|
name: Bitter brew
|
||||||
ingredients: Melon_Seeds
|
ingredients: Melon_Seeds
|
||||||
|
|
||||||
pumpkin_seeds:
|
pumpkin_seeds:
|
||||||
name: Bitter brew
|
name: Bitter brew
|
||||||
ingredients: Pumpkin_Seeds
|
ingredients: Pumpkin_Seeds
|
||||||
|
|
||||||
bone_meal:
|
bone_meal:
|
||||||
name: Bony Brew
|
name: Bony Brew
|
||||||
ingredients: bone_meal
|
ingredients: bone_meal
|
||||||
color: BRIGHT_GREY
|
color: BRIGHT_GREY
|
||||||
|
|
||||||
cookie:
|
cookie:
|
||||||
name: Chocolately sap
|
name: Chocolately sap
|
||||||
ingredients: Cookie
|
ingredients: Cookie
|
||||||
color: '804600' # mocca
|
color: '804600' # mocca
|
||||||
|
cookParticles:
|
||||||
|
- 'a26011/1'
|
||||||
|
- '5c370a/3'
|
||||||
|
- '4d4133/8' # Gray-brown
|
||||||
|
|
||||||
fer_spid_eye:
|
fer_spid_eye:
|
||||||
name: Fermented Eye
|
name: Fermented Eye
|
||||||
ingredients: Fermented_Spider_Eye
|
ingredients: Fermented_Spider_Eye
|
||||||
|
|
||||||
ghast_tear:
|
ghast_tear:
|
||||||
name: Sad brew
|
name: Sad brew
|
||||||
ingredients: ghast_tear
|
ingredients: ghast_tear
|
||||||
|
|
||||||
snowball:
|
snowball:
|
||||||
name: Icewater
|
name: Icewater
|
||||||
ingredients: Snowball
|
ingredients: Snowball
|
||||||
|
|
||||||
Gold_Nugget:
|
Gold_Nugget:
|
||||||
name: Glistering brew
|
name: Glistering brew
|
||||||
ingredients: Gold_Nugget
|
ingredients: Gold_Nugget
|
||||||
color: 'ffd11a' # gold
|
color: 'ffd11a' # gold
|
||||||
|
cookParticles:
|
||||||
|
- 'ffd11a'
|
||||||
|
|
||||||
glowstone_dust:
|
glowstone_dust:
|
||||||
name: Glowing brew
|
name: Glowing brew
|
||||||
ingredients: Glowstone_Dust
|
ingredients: Glowstone_Dust
|
||||||
color: 'ffff33' # bright yellow
|
color: 'ffff33' # bright yellow
|
||||||
|
cookParticles:
|
||||||
|
- 'ffff99/3'
|
||||||
|
- 'd9d926/15' # faded yellow
|
||||||
|
|
||||||
|
|
||||||
# -- Ingrédients multiples: --
|
# -- Ingrédients multiples: --
|
||||||
@ -308,6 +362,8 @@ cauldron:
|
|||||||
- Sugar_Cane/3
|
- Sugar_Cane/3
|
||||||
- Apple
|
- Apple
|
||||||
color: 'e1ff4d' # greenish yellow
|
color: 'e1ff4d' # greenish yellow
|
||||||
|
cookParticles:
|
||||||
|
- 'e1ff4d/4'
|
||||||
|
|
||||||
poi_grass:
|
poi_grass:
|
||||||
name: Herbes acides bouillies
|
name: Herbes acides bouillies
|
||||||
@ -315,29 +371,38 @@ cauldron:
|
|||||||
- Grass
|
- Grass
|
||||||
- Poisonous_Potato
|
- Poisonous_Potato
|
||||||
color: '99ff66' # bright green
|
color: '99ff66' # bright green
|
||||||
|
cookParticles:
|
||||||
|
- 'GREEN/2'
|
||||||
|
- '99ff99/20' # faded green
|
||||||
|
|
||||||
juniper:
|
juniper:
|
||||||
name: Infusion de genièvre
|
name: Infusion de genièvre
|
||||||
ingredients:
|
ingredients:
|
||||||
- blue-flowers
|
- blue-flowers
|
||||||
- wheat
|
- wheat
|
||||||
color: '00ccff' # aqua
|
color: '00ccff' # aqua
|
||||||
|
cookParticles:
|
||||||
|
- '00ccff/8'
|
||||||
|
|
||||||
gin_base:
|
gin_base:
|
||||||
name: Brassée de genièvre fruité
|
name: Brassée de genièvre fruité
|
||||||
ingredients:
|
ingredients:
|
||||||
- blue-flowers
|
- blue-flowers
|
||||||
- wheat
|
- wheat
|
||||||
- apple
|
- apple
|
||||||
color: '66e0ff' # lighter aqua
|
color: '66e0ff' # lighter aqua
|
||||||
|
cookParticles:
|
||||||
|
- '00ccff/5'
|
||||||
|
|
||||||
eggnog_base:
|
eggnog_base:
|
||||||
name: Mélange d'œufs lisse
|
name: Mélange d'œufs lisse
|
||||||
ingredients:
|
ingredients:
|
||||||
- egg
|
- egg
|
||||||
- sugar
|
- sugar
|
||||||
- milk_bucket
|
- milk_bucket
|
||||||
color: 'ffecb3' # yellow-orange
|
color: 'ffecb3' # yellow-orange
|
||||||
|
cookParticles:
|
||||||
|
- 'ffecb3/2'
|
||||||
|
|
||||||
|
|
||||||
# -- Recette pour les boissons --
|
# -- Recette pour les boissons --
|
||||||
|
@ -149,6 +149,11 @@ customItems:
|
|||||||
# color: Color of the potion from a cauldron. Defaults to CYAN
|
# color: Color of the potion from a cauldron. Defaults to CYAN
|
||||||
# Usable Colors: DARK_RED, RED, BRIGHT_RED, ORANGE, YELLOW, PINK, PURPLE, BLUE, CYAN, WATER, TEAL, OLIVE, GREEN, LIME, BLACK, GREY, BRIGHT_GREY, WHITE
|
# Usable Colors: DARK_RED, RED, BRIGHT_RED, ORANGE, YELLOW, PINK, PURPLE, BLUE, CYAN, WATER, TEAL, OLIVE, GREEN, LIME, BLACK, GREY, BRIGHT_GREY, WHITE
|
||||||
# Or RGB colors (hex: for example '99FF33') (with '') (search for "HTML color" on the internet)
|
# Or RGB colors (hex: for example '99FF33') (with '') (search for "HTML color" on the internet)
|
||||||
|
# cookParticles:
|
||||||
|
# Color of the Particles above the cauldron at different cooking-times
|
||||||
|
# Color and minute during which each color should appear, i.e. one color at 8 minutes fading to another at 18 minutes.
|
||||||
|
# As List, each Color as name or RGB, see above. Written as 'Color/Minute'
|
||||||
|
# It will fade to the last color in the end, if there is only one color in the list, it will fade to grey
|
||||||
# lore: List of additional text on the base potion. (Formatting codes possible: such as &6)
|
# lore: List of additional text on the base potion. (Formatting codes possible: such as &6)
|
||||||
# customModelData: Custom Model Data Tag. This is a number that can be used to add custom textures to the item.
|
# customModelData: Custom Model Data Tag. This is a number that can be used to add custom textures to the item.
|
||||||
|
|
||||||
@ -160,6 +165,10 @@ cauldron:
|
|||||||
- Bedrock/2
|
- Bedrock/2
|
||||||
- Diamond
|
- Diamond
|
||||||
color: BLACK
|
color: BLACK
|
||||||
|
cookParticles:
|
||||||
|
- 'RED/5'
|
||||||
|
- 'WHITE/10'
|
||||||
|
- '800000/25' # maroon
|
||||||
lore:
|
lore:
|
||||||
- An example for a Base Potion
|
- An example for a Base Potion
|
||||||
- This is how it comes out of a Cauldron
|
- This is how it comes out of a Cauldron
|
||||||
@ -169,15 +178,23 @@ cauldron:
|
|||||||
wheat:
|
wheat:
|
||||||
name: Frumento fermentato
|
name: Frumento fermentato
|
||||||
ingredients: Wheat
|
ingredients: Wheat
|
||||||
|
cookParticles:
|
||||||
|
- '2d8686/8' # Dark Aqua
|
||||||
|
|
||||||
sugarcane:
|
sugarcane:
|
||||||
name: Miscela zuccherata
|
name: Miscela zuccherata
|
||||||
ingredients: Sugar_Cane
|
ingredients: Sugar_Cane
|
||||||
color: 'f1ffad' # yellowish green
|
color: 'f1ffad' # yellowish green
|
||||||
|
cookParticles:
|
||||||
|
- 'f1ffad/4'
|
||||||
|
- '858547/10' # dark olive
|
||||||
|
|
||||||
sugar:
|
sugar:
|
||||||
name: Sugarwater
|
name: Sugarwater
|
||||||
ingredients: Sugar
|
ingredients: Sugar
|
||||||
|
cookParticles:
|
||||||
|
- 'WHITE/4'
|
||||||
|
- 'BRIGHT_GREY/25'
|
||||||
|
|
||||||
apple:
|
apple:
|
||||||
name: Sidro di mele
|
name: Sidro di mele
|
||||||
@ -187,6 +204,10 @@ cauldron:
|
|||||||
name: Grape must
|
name: Grape must
|
||||||
ingredients: Sweet_Berries
|
ingredients: Sweet_Berries
|
||||||
color: RED
|
color: RED
|
||||||
|
cookParticles:
|
||||||
|
- 'ff6666/2' # bright red
|
||||||
|
- 'RED/7'
|
||||||
|
- 'ac6553/13' # brown-red
|
||||||
|
|
||||||
potato:
|
potato:
|
||||||
name: Purè di patate
|
name: Purè di patate
|
||||||
@ -196,36 +217,54 @@ cauldron:
|
|||||||
name: Erbe bollite
|
name: Erbe bollite
|
||||||
ingredients: Grass
|
ingredients: Grass
|
||||||
color: '99ff66' # bright green
|
color: '99ff66' # bright green
|
||||||
|
cookParticles:
|
||||||
|
- 'GREEN/2'
|
||||||
|
- '99ff99/20' # faded green
|
||||||
|
|
||||||
rmushroom:
|
rmushroom:
|
||||||
name: Miscela ai funghi
|
name: Miscela ai funghi
|
||||||
ingredients: Red_Mushroom
|
ingredients: Red_Mushroom
|
||||||
color: 'ff5c33' # amber red
|
color: 'ff5c33' # amber red
|
||||||
|
cookParticles:
|
||||||
|
- 'fab09e/15' # faded red
|
||||||
|
|
||||||
bmushroom:
|
bmushroom:
|
||||||
name: Mushroom brew
|
name: Mushroom brew
|
||||||
ingredients: Brown_Mushroom
|
ingredients: Brown_Mushroom
|
||||||
color: 'c68c53' # brighter brown
|
color: 'c68c53' # brighter brown
|
||||||
|
cookParticles:
|
||||||
|
- 'c68c53/15'
|
||||||
|
|
||||||
cocoa:
|
cocoa:
|
||||||
name: Miscela colorata
|
name: Miscela colorata
|
||||||
ingredients: Cocoa_Beans
|
ingredients: Cocoa_Beans
|
||||||
color: '804600' # mocca
|
color: '804600' # mocca
|
||||||
|
cookParticles:
|
||||||
|
- 'a26011/1'
|
||||||
|
- '5c370a/3'
|
||||||
|
- '4d4133/8' # Gray-brown
|
||||||
|
|
||||||
milk:
|
milk:
|
||||||
name: Acqua lattea
|
name: Acqua lattea
|
||||||
ingredients: Milk_Bucket
|
ingredients: Milk_Bucket
|
||||||
color: BRIGHT_GREY
|
color: BRIGHT_GREY
|
||||||
|
cookParticles:
|
||||||
|
- 'fbfbd0/1' # yellow-white
|
||||||
|
- 'WHITE/6'
|
||||||
|
|
||||||
bl_flow:
|
bl_flow:
|
||||||
name: Blueish brew
|
name: Blueish brew
|
||||||
ingredients: blue-flowers
|
ingredients: blue-flowers
|
||||||
color: '0099ff' # sky blue
|
color: '0099ff' # sky blue
|
||||||
|
cookParticles:
|
||||||
|
- '0099ff'
|
||||||
|
|
||||||
cactus:
|
cactus:
|
||||||
name: Agave brew
|
name: Agave brew
|
||||||
ingredients: cactus
|
ingredients: cactus
|
||||||
color: '00b300' # cactus green
|
color: '00b300' # cactus green
|
||||||
|
cookParticles:
|
||||||
|
- '00b300/16'
|
||||||
|
|
||||||
poi_potato:
|
poi_potato:
|
||||||
name: Poisonous Broth
|
name: Poisonous Broth
|
||||||
@ -244,11 +283,17 @@ cauldron:
|
|||||||
name: Boiled herbs
|
name: Boiled herbs
|
||||||
ingredients: vine
|
ingredients: vine
|
||||||
color: '99ff66' # bright green
|
color: '99ff66' # bright green
|
||||||
|
cookParticles:
|
||||||
|
- 'GREEN/2'
|
||||||
|
- '99ff99/20' # faded green
|
||||||
|
|
||||||
rot_flesh:
|
rot_flesh:
|
||||||
name: Foul pest
|
name: Foul pest
|
||||||
ingredients: Rotten_Flesh
|
ingredients: Rotten_Flesh
|
||||||
color: '263300' # brown green
|
color: '263300' # brown green
|
||||||
|
cookParticles:
|
||||||
|
- '263300/8'
|
||||||
|
- 'BLACK/20'
|
||||||
|
|
||||||
melon:
|
melon:
|
||||||
name: Melon juice
|
name: Melon juice
|
||||||
@ -275,6 +320,10 @@ cauldron:
|
|||||||
name: Chocolately sap
|
name: Chocolately sap
|
||||||
ingredients: Cookie
|
ingredients: Cookie
|
||||||
color: '804600' # mocca
|
color: '804600' # mocca
|
||||||
|
cookParticles:
|
||||||
|
- 'a26011/1'
|
||||||
|
- '5c370a/3'
|
||||||
|
- '4d4133/8' # Gray-brown
|
||||||
|
|
||||||
fer_spid_eye:
|
fer_spid_eye:
|
||||||
name: Fermented Eye
|
name: Fermented Eye
|
||||||
@ -292,11 +341,16 @@ cauldron:
|
|||||||
name: Glistering brew
|
name: Glistering brew
|
||||||
ingredients: Gold_Nugget
|
ingredients: Gold_Nugget
|
||||||
color: 'ffd11a' # gold
|
color: 'ffd11a' # gold
|
||||||
|
cookParticles:
|
||||||
|
- 'ffd11a'
|
||||||
|
|
||||||
glowstone_dust:
|
glowstone_dust:
|
||||||
name: Glowing brew
|
name: Glowing brew
|
||||||
ingredients: Glowstone_Dust
|
ingredients: Glowstone_Dust
|
||||||
color: 'ffff33' # bright yellow
|
color: 'ffff33' # bright yellow
|
||||||
|
cookParticles:
|
||||||
|
- 'ffff99/3'
|
||||||
|
- 'd9d926/15' # faded yellow
|
||||||
|
|
||||||
# -- Multiple Ingredients: --
|
# -- Multiple Ingredients: --
|
||||||
applemead_base:
|
applemead_base:
|
||||||
@ -305,6 +359,8 @@ cauldron:
|
|||||||
- Sugar_Cane/3
|
- Sugar_Cane/3
|
||||||
- Apple
|
- Apple
|
||||||
color: 'e1ff4d' # greenish yellow
|
color: 'e1ff4d' # greenish yellow
|
||||||
|
cookParticles:
|
||||||
|
- 'e1ff4d/4'
|
||||||
|
|
||||||
poi_grass:
|
poi_grass:
|
||||||
name: Boiled acidy herbs
|
name: Boiled acidy herbs
|
||||||
@ -312,6 +368,9 @@ cauldron:
|
|||||||
- Grass
|
- Grass
|
||||||
- Poisonous_Potato
|
- Poisonous_Potato
|
||||||
color: '99ff66' # bright green
|
color: '99ff66' # bright green
|
||||||
|
cookParticles:
|
||||||
|
- 'GREEN/2'
|
||||||
|
- '99ff99/20' # faded green
|
||||||
|
|
||||||
juniper:
|
juniper:
|
||||||
name: Juniper brew
|
name: Juniper brew
|
||||||
@ -319,6 +378,8 @@ cauldron:
|
|||||||
- blue-flowers
|
- blue-flowers
|
||||||
- wheat
|
- wheat
|
||||||
color: '00ccff' # aqua
|
color: '00ccff' # aqua
|
||||||
|
cookParticles:
|
||||||
|
- '00ccff/8'
|
||||||
|
|
||||||
gin_base:
|
gin_base:
|
||||||
name: Fruity juniper brew
|
name: Fruity juniper brew
|
||||||
@ -327,6 +388,8 @@ cauldron:
|
|||||||
- wheat
|
- wheat
|
||||||
- apple
|
- apple
|
||||||
color: '66e0ff' # lighter aqua
|
color: '66e0ff' # lighter aqua
|
||||||
|
cookParticles:
|
||||||
|
- '00ccff/5'
|
||||||
|
|
||||||
eggnog_base:
|
eggnog_base:
|
||||||
name: Smooth egg mixture
|
name: Smooth egg mixture
|
||||||
@ -335,6 +398,8 @@ cauldron:
|
|||||||
- sugar
|
- sugar
|
||||||
- milk_bucket
|
- milk_bucket
|
||||||
color: 'ffecb3' # yellow-orange
|
color: 'ffecb3' # yellow-orange
|
||||||
|
cookParticles:
|
||||||
|
- 'ffecb3/2'
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -151,6 +151,11 @@ customItems:
|
|||||||
# color: Color of the potion from a cauldron. Defaults to CYAN
|
# color: Color of the potion from a cauldron. Defaults to CYAN
|
||||||
# Usable Colors: DARK_RED, RED, BRIGHT_RED, ORANGE, YELLOW, PINK, PURPLE, BLUE, CYAN, WATER, TEAL, OLIVE, GREEN, LIME, BLACK, GREY, BRIGHT_GREY, WHITE
|
# Usable Colors: DARK_RED, RED, BRIGHT_RED, ORANGE, YELLOW, PINK, PURPLE, BLUE, CYAN, WATER, TEAL, OLIVE, GREEN, LIME, BLACK, GREY, BRIGHT_GREY, WHITE
|
||||||
# Or RGB colors (hex: for example '99FF33') (with '') (search for "HTML color" on the internet)
|
# Or RGB colors (hex: for example '99FF33') (with '') (search for "HTML color" on the internet)
|
||||||
|
# cookParticles:
|
||||||
|
# Color of the Particles above the cauldron at different cooking-times
|
||||||
|
# Color and minute during which each color should appear, i.e. one color at 8 minutes fading to another at 18 minutes.
|
||||||
|
# As List, each Color as name or RGB, see above. Written as 'Color/Minute'
|
||||||
|
# It will fade to the last color in the end, if there is only one color in the list, it will fade to grey
|
||||||
# lore: List of additional text on the base potion. (Formatting codes possible: such as &6)
|
# lore: List of additional text on the base potion. (Formatting codes possible: such as &6)
|
||||||
# customModelData: Custom Model Data Tag. This is a number that can be used to add custom textures to the item.
|
# customModelData: Custom Model Data Tag. This is a number that can be used to add custom textures to the item.
|
||||||
|
|
||||||
@ -162,6 +167,10 @@ cauldron:
|
|||||||
- Bedrock/2
|
- Bedrock/2
|
||||||
- Diamond
|
- Diamond
|
||||||
color: BLACK
|
color: BLACK
|
||||||
|
cookParticles:
|
||||||
|
- 'RED/5'
|
||||||
|
- 'WHITE/10'
|
||||||
|
- '800000/25' # maroon
|
||||||
lore:
|
lore:
|
||||||
- An example for a Base Potion
|
- An example for a Base Potion
|
||||||
- This is how it comes out of a Cauldron
|
- This is how it comes out of a Cauldron
|
||||||
@ -171,15 +180,23 @@ cauldron:
|
|||||||
wheat:
|
wheat:
|
||||||
name: 发酵麦汁
|
name: 发酵麦汁
|
||||||
ingredients: Wheat
|
ingredients: Wheat
|
||||||
|
cookParticles:
|
||||||
|
- '2d8686/8' # Dark Aqua
|
||||||
|
|
||||||
sugarcane:
|
sugarcane:
|
||||||
name: 糖浆
|
name: 糖浆
|
||||||
ingredients: Sugar_Cane
|
ingredients: Sugar_Cane
|
||||||
color: 'f1ffad' # yellowish green
|
color: 'f1ffad' # yellowish green
|
||||||
|
cookParticles:
|
||||||
|
- 'f1ffad/4'
|
||||||
|
- '858547/10' # dark olive
|
||||||
|
|
||||||
sugar:
|
sugar:
|
||||||
name: Sugarwater
|
name: Sugarwater
|
||||||
ingredients: Sugar
|
ingredients: Sugar
|
||||||
|
cookParticles:
|
||||||
|
- 'WHITE/4'
|
||||||
|
- 'BRIGHT_GREY/25'
|
||||||
|
|
||||||
apple:
|
apple:
|
||||||
name: 苹果汁
|
name: 苹果汁
|
||||||
@ -189,6 +206,10 @@ cauldron:
|
|||||||
name: Grape must
|
name: Grape must
|
||||||
ingredients: Sweet_Berries
|
ingredients: Sweet_Berries
|
||||||
color: RED
|
color: RED
|
||||||
|
cookParticles:
|
||||||
|
- 'ff6666/2' # bright red
|
||||||
|
- 'RED/7'
|
||||||
|
- 'ac6553/13' # brown-red
|
||||||
|
|
||||||
potato:
|
potato:
|
||||||
name: 土豆泥
|
name: 土豆泥
|
||||||
@ -198,36 +219,54 @@ cauldron:
|
|||||||
name: 蒸煮过的药草
|
name: 蒸煮过的药草
|
||||||
ingredients: Grass
|
ingredients: Grass
|
||||||
color: '99ff66' # bright green
|
color: '99ff66' # bright green
|
||||||
|
cookParticles:
|
||||||
|
- 'GREEN/2'
|
||||||
|
- '99ff99/20' # faded green
|
||||||
|
|
||||||
rmushroom:
|
rmushroom:
|
||||||
name: 蘑菇酿
|
name: 蘑菇酿
|
||||||
ingredients: Red_Mushroom
|
ingredients: Red_Mushroom
|
||||||
color: 'ff5c33' # amber red
|
color: 'ff5c33' # amber red
|
||||||
|
cookParticles:
|
||||||
|
- 'fab09e/15' # faded red
|
||||||
|
|
||||||
bmushroom:
|
bmushroom:
|
||||||
name: Mushroom brew
|
name: Mushroom brew
|
||||||
ingredients: Brown_Mushroom
|
ingredients: Brown_Mushroom
|
||||||
color: 'c68c53' # brighter brown
|
color: 'c68c53' # brighter brown
|
||||||
|
cookParticles:
|
||||||
|
- 'c68c53/15'
|
||||||
|
|
||||||
cocoa:
|
cocoa:
|
||||||
name: 上了色的水
|
name: 上了色的水
|
||||||
ingredients: Cocoa_Beans
|
ingredients: Cocoa_Beans
|
||||||
color: '804600' # mocca
|
color: '804600' # mocca
|
||||||
|
cookParticles:
|
||||||
|
- 'a26011/1'
|
||||||
|
- '5c370a/3'
|
||||||
|
- '4d4133/8' # Gray-brown
|
||||||
|
|
||||||
milk:
|
milk:
|
||||||
name: 乳浊液体
|
name: 乳浊液体
|
||||||
ingredients: Milk_Bucket
|
ingredients: Milk_Bucket
|
||||||
color: BRIGHT_GREY
|
color: BRIGHT_GREY
|
||||||
|
cookParticles:
|
||||||
|
- 'fbfbd0/1' # yellow-white
|
||||||
|
- 'WHITE/6'
|
||||||
|
|
||||||
bl_flow:
|
bl_flow:
|
||||||
name: Blueish brew
|
name: Blueish brew
|
||||||
ingredients: blue-flowers
|
ingredients: blue-flowers
|
||||||
color: '0099ff' # sky blue
|
color: '0099ff' # sky blue
|
||||||
|
cookParticles:
|
||||||
|
- '0099ff'
|
||||||
|
|
||||||
cactus:
|
cactus:
|
||||||
name: Agave brew
|
name: Agave brew
|
||||||
ingredients: cactus
|
ingredients: cactus
|
||||||
color: '00b300' # cactus green
|
color: '00b300' # cactus green
|
||||||
|
cookParticles:
|
||||||
|
- '00b300/16'
|
||||||
|
|
||||||
poi_potato:
|
poi_potato:
|
||||||
name: Poisonous Broth
|
name: Poisonous Broth
|
||||||
@ -246,11 +285,17 @@ cauldron:
|
|||||||
name: Boiled herbs
|
name: Boiled herbs
|
||||||
ingredients: vine
|
ingredients: vine
|
||||||
color: '99ff66' # bright green
|
color: '99ff66' # bright green
|
||||||
|
cookParticles:
|
||||||
|
- 'GREEN/2'
|
||||||
|
- '99ff99/20' # faded green
|
||||||
|
|
||||||
rot_flesh:
|
rot_flesh:
|
||||||
name: Foul pest
|
name: Foul pest
|
||||||
ingredients: Rotten_Flesh
|
ingredients: Rotten_Flesh
|
||||||
color: '263300' # brown green
|
color: '263300' # brown green
|
||||||
|
cookParticles:
|
||||||
|
- '263300/8'
|
||||||
|
- 'BLACK/20'
|
||||||
|
|
||||||
melon:
|
melon:
|
||||||
name: Melon juice
|
name: Melon juice
|
||||||
@ -277,6 +322,10 @@ cauldron:
|
|||||||
name: Chocolately sap
|
name: Chocolately sap
|
||||||
ingredients: Cookie
|
ingredients: Cookie
|
||||||
color: '804600' # mocca
|
color: '804600' # mocca
|
||||||
|
cookParticles:
|
||||||
|
- 'a26011/1'
|
||||||
|
- '5c370a/3'
|
||||||
|
- '4d4133/8' # Gray-brown
|
||||||
|
|
||||||
fer_spid_eye:
|
fer_spid_eye:
|
||||||
name: Fermented Eye
|
name: Fermented Eye
|
||||||
@ -294,11 +343,16 @@ cauldron:
|
|||||||
name: Glistering brew
|
name: Glistering brew
|
||||||
ingredients: Gold_Nugget
|
ingredients: Gold_Nugget
|
||||||
color: 'ffd11a' # gold
|
color: 'ffd11a' # gold
|
||||||
|
cookParticles:
|
||||||
|
- 'ffd11a'
|
||||||
|
|
||||||
glowstone_dust:
|
glowstone_dust:
|
||||||
name: Glowing brew
|
name: Glowing brew
|
||||||
ingredients: Glowstone_Dust
|
ingredients: Glowstone_Dust
|
||||||
color: 'ffff33' # bright yellow
|
color: 'ffff33' # bright yellow
|
||||||
|
cookParticles:
|
||||||
|
- 'ffff99/3'
|
||||||
|
- 'd9d926/15' # faded yellow
|
||||||
|
|
||||||
# -- Multiple Ingredients: --
|
# -- Multiple Ingredients: --
|
||||||
applemead_base:
|
applemead_base:
|
||||||
@ -307,6 +361,8 @@ cauldron:
|
|||||||
- Sugar_Cane/3
|
- Sugar_Cane/3
|
||||||
- Apple
|
- Apple
|
||||||
color: 'e1ff4d' # greenish yellow
|
color: 'e1ff4d' # greenish yellow
|
||||||
|
cookParticles:
|
||||||
|
- 'e1ff4d/4'
|
||||||
|
|
||||||
poi_grass:
|
poi_grass:
|
||||||
name: Boiled acidy herbs
|
name: Boiled acidy herbs
|
||||||
@ -314,6 +370,9 @@ cauldron:
|
|||||||
- Grass
|
- Grass
|
||||||
- Poisonous_Potato
|
- Poisonous_Potato
|
||||||
color: '99ff66' # bright green
|
color: '99ff66' # bright green
|
||||||
|
cookParticles:
|
||||||
|
- 'GREEN/2'
|
||||||
|
- '99ff99/20' # faded green
|
||||||
|
|
||||||
juniper:
|
juniper:
|
||||||
name: Juniper brew
|
name: Juniper brew
|
||||||
@ -321,6 +380,8 @@ cauldron:
|
|||||||
- blue-flowers
|
- blue-flowers
|
||||||
- wheat
|
- wheat
|
||||||
color: '00ccff' # aqua
|
color: '00ccff' # aqua
|
||||||
|
cookParticles:
|
||||||
|
- '00ccff/8'
|
||||||
|
|
||||||
gin_base:
|
gin_base:
|
||||||
name: Fruity juniper brew
|
name: Fruity juniper brew
|
||||||
@ -329,6 +390,8 @@ cauldron:
|
|||||||
- wheat
|
- wheat
|
||||||
- apple
|
- apple
|
||||||
color: '66e0ff' # lighter aqua
|
color: '66e0ff' # lighter aqua
|
||||||
|
cookParticles:
|
||||||
|
- '00ccff/5'
|
||||||
|
|
||||||
eggnog_base:
|
eggnog_base:
|
||||||
name: Smooth egg mixture
|
name: Smooth egg mixture
|
||||||
@ -337,6 +400,8 @@ cauldron:
|
|||||||
- sugar
|
- sugar
|
||||||
- milk_bucket
|
- milk_bucket
|
||||||
color: 'ffecb3' # yellow-orange
|
color: 'ffecb3' # yellow-orange
|
||||||
|
cookParticles:
|
||||||
|
- 'ffecb3/2'
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -257,7 +257,7 @@ public class BCauldron {
|
|||||||
((double) color.getBlue()) / 255.0,
|
((double) color.getBlue()) / 255.0,
|
||||||
1025.0);
|
1025.0);
|
||||||
|
|
||||||
if (particleRandom.nextFloat() > 0.4) {
|
if (P.use1_13 && particleRandom.nextFloat() > 0.4) {
|
||||||
// Two hovering pixely dust clouds, a bit offset with DustOptions to give some color and size
|
// Two hovering pixely dust clouds, a bit offset with DustOptions to give some color and size
|
||||||
block.getWorld().spawnParticle(Particle.REDSTONE, particleLocation, 2, 0.15, 0.2, 0.15, new Particle.DustOptions(color, 1.5f));
|
block.getWorld().spawnParticle(Particle.REDSTONE, particleLocation, 2, 0.15, 0.2, 0.15, new Particle.DustOptions(color, 1.5f));
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user