Add default particle colors to config

This commit is contained in:
Sn0wStorm 2020-11-08 00:59:52 +01:00
parent db1a425215
commit 74171f78c9
11 changed files with 584 additions and 82 deletions

View File

@ -141,6 +141,11 @@ customItems:
# 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
# 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)
# customModelData: Custom Model Data Modelldaten. Mit dieser Zahl kann die Tranktextur mit einem Resourcepack geändert werden
@ -152,6 +157,10 @@ cauldron:
- BEDROCK/2
- DIAMOND
color: BLACK
cookParticles:
- 'RED/5'
- 'WHITE/10'
- '800000/25' # maroon
lore:
- Ein Beispiel für einen Basistrank
- So kommt er aus dem Kessel
@ -161,11 +170,16 @@ cauldron:
wheat:
name: Getreideferment
ingredients: WHEAT
cookParticles:
- '2d8686/8' # Dark Aqua
sugarcane:
name: Zuckersud
ingredients: SUGAR_CANE
color: 'f1ffad' # gelbliches grün
cookParticles:
- 'f1ffad/4'
- '858547/10' # dark olive
apple:
name: Apfelmost
@ -179,21 +193,33 @@ cauldron:
name: Kräuterbrühe
ingredients: LONG_GRASS
color: '99ff66' # helles grün
cookParticles:
- 'GREEN/2'
- '99ff99/20' # faded green
rmushroom:
name: Pilzsud
ingredients: RED_MUSHROOM
color: 'ff5c33' # bernsteinrot
cookParticles:
- 'fab09e/15' # faded red
cocoa:
name: Kakaobrühe
ingredients: INK_SACK
color: '804600' # mokka
cookParticles:
- 'a26011/1'
- '5c370a/3'
- '4d4133/8' # Gray-brown
milk:
name: Milchiges Wasser
ingredients: MILK_BUCKET
color: BRIGHT_GREY
cookParticles:
- 'fbfbd0/1' # yellow-white
- 'WHITE/6'
# -- Mehrere Zutaten: --
apfelmet_basis:
@ -202,6 +228,8 @@ cauldron:
- SUGAR_CANE/3
- APPLE
color: 'e1ff4d' # grünliches gelb
cookParticles:
- 'e1ff4d/4'
# -- Rezepte für Getränke --

View File

@ -142,6 +142,11 @@ customItems:
# 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
# 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)
# 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
- DIAMOND
color: BLACK
cookParticles:
- 'RED/5'
- 'WHITE/10'
- '800000/25' # maroon
lore:
- An example for a Base Potion
- This is how it comes out of a Cauldron
@ -161,11 +170,16 @@ cauldron:
wheat:
name: Fermented wheat
ingredients: WHEAT
cookParticles:
- '2d8686/8' # Dark Aqua
sugarcane:
name: Sugar brew
ingredients: SUGAR_CANE
color: 'f1ffad' # yellowish green
cookParticles:
- 'f1ffad/4'
- '858547/10' # dark olive
apple:
name: Apple cider
@ -179,21 +193,33 @@ cauldron:
name: Boiled herbs
ingredients: LONG_GRASS
color: '99ff66' # bright green
cookParticles:
- 'GREEN/2'
- '99ff99/20' # faded green
rmushroom:
name: Mushroom brew
ingredients: RED_MUSHROOM
color: 'ff5c33' # amber red
cookParticles:
- 'fab09e/15' # faded red
cocoa:
name: Chocolately brew
ingredients: INK_SACK
color: '804600' # mocca
cookParticles:
- 'a26011/1'
- '5c370a/3'
- '4d4133/8' # Gray-brown
milk:
name: Milky water
ingredients: MILK_BUCKET
color: BRIGHT_GREY
cookParticles:
- 'fbfbd0/1' # yellow-white
- 'WHITE/6'
# -- Multiple Ingredients: --
apfelmet_base:
@ -202,6 +228,8 @@ cauldron:
- SUGAR_CANE/3
- APPLE
color: 'e1ff4d' # greenish yellow
cookParticles:
- 'e1ff4d/4'

View File

@ -144,6 +144,11 @@ customItems:
# 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)
# 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)
# 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
- DIAMOND
color: BLACK
cookParticles:
- 'RED/5'
- 'WHITE/10'
- '800000/25' # maroon
lore:
- Un exemple pour une potion de base
- Voici comment il sort d'un chaudron
@ -163,11 +172,16 @@ cauldron:
wheat:
name: Blé fermenté
ingredients: WHEAT
cookParticles:
- '2d8686/8' # Dark Aqua
sugarcane:
name: Sucre fermenté
ingredients: SUGAR_CANE
color: 'f1ffad' # yellowish green
cookParticles:
- 'f1ffad/4'
- '858547/10' # dark olive
apple:
name: Cidre de pommes
@ -181,21 +195,33 @@ cauldron:
name: Herbes bouillies
ingredients: LONG_GRASS
color: '99ff66' # bright green
cookParticles:
- 'GREEN/2'
- '99ff99/20' # faded green
rmushroom:
name: Champignons fermentés
ingredients: RED_MUSHROOM
color: 'ff5c33' # amber red
cookParticles:
- 'fab09e/15' # faded red
cocoa:
name: Infusion au chocolat
ingredients: INK_SACK
color: '804600' # mocca
cookParticles:
- 'a26011/1'
- '5c370a/3'
- '4d4133/8' # Gray-brown
milk:
name: Eau laiteuse
ingredients: MILK_BUCKET
color: BRIGHT_GREY
cookParticles:
- 'fbfbd0/1' # yellow-white
- 'WHITE/6'
# -- Ingrédients multiples: --
apfelmet_base:
@ -204,6 +230,8 @@ cauldron:
- SUGAR_CANE/3
- APPLE
color: 'e1ff4d' # greenish yellow
cookParticles:
- 'e1ff4d/4'
# -- Recette pour les boissons --

View File

@ -142,6 +142,11 @@ customItems:
# 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
# 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)
# 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
- DIAMOND
color: BLACK
cookParticles:
- 'RED/5'
- 'WHITE/10'
- '800000/25' # maroon
lore:
- An example for a Base Potion
- This is how it comes out of a Cauldron
@ -161,11 +170,16 @@ cauldron:
wheat:
name: Frumento fermentato
ingredients: WHEAT
cookParticles:
- '2d8686/8' # Dark Aqua
sugarcane:
name: Miscela zuccherata
ingredients: SUGAR_CANE
color: 'f1ffad' # yellowish green
cookParticles:
- 'f1ffad/4'
- '858547/10' # dark olive
apple:
name: Sidro di mele
@ -179,21 +193,33 @@ cauldron:
name: Erbe bollite
ingredients: LONG_GRASS
color: '99ff66' # bright green
cookParticles:
- 'GREEN/2'
- '99ff99/20' # faded green
rmushroom:
name: Miscela ai funghi
ingredients: RED_MUSHROOM
color: 'ff5c33' # amber red
cookParticles:
- 'fab09e/15' # faded red
cocoa:
name: Miscela colorata
ingredients: INK_SACK
color: '804600' # mocca
cookParticles:
- 'a26011/1'
- '5c370a/3'
- '4d4133/8' # Gray-brown
milk:
name: Acqua lattea
ingredients: MILK_BUCKET
color: BRIGHT_GREY
cookParticles:
- 'fbfbd0/1' # yellow-white
- 'WHITE/6'
# -- Multiple Ingredients: --
apfelmet_base:
@ -202,6 +228,8 @@ cauldron:
- SUGAR_CANE/3
- APPLE
color: 'e1ff4d' # greenish yellow
cookParticles:
- 'e1ff4d/4'
# -- Ricette per pozioni --

View File

@ -148,6 +148,11 @@ customItems:
# 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
# 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)
# customModelData: Custom Model Data Modelldaten. Mit dieser Zahl kann die Tranktextur mit einem Resourcepack geändert werden
@ -159,6 +164,10 @@ cauldron:
- Bedrock/2
- Diamond
color: BLACK
cookParticles:
- 'RED/5'
- 'WHITE/10'
- '800000/25' # kastanienbraun
lore:
- Ein Beispiel für einen Basistrank
- So kommt er aus dem Kessel
@ -168,15 +177,23 @@ cauldron:
wheat:
name: Getreideferment
ingredients: Wheat
cookParticles:
- '2d8686/8' # dunkel aqua
sugarcane:
name: Zuckersud
ingredients: Sugar_Cane
color: 'f1ffad' # gelbliches grün
cookParticles:
- 'f1ffad/4'
- '858547/10' # dunkel olive
sugar:
name: Zuckermelasse
ingredients: Sugar
cookParticles:
- 'WHITE/4'
- 'BRIGHT_GREY/25'
apple:
name: Apfelmost
@ -186,6 +203,10 @@ cauldron:
name: Traubenmost
ingredients: Sweet_Berries
color: RED
cookParticles:
- 'ff6666/2' # hellrot
- 'RED/7'
- 'ac6553/13' # braun-rot
potato:
name: Kartoffelmaische
@ -195,36 +216,54 @@ cauldron:
name: Kräuterbrühe
ingredients: Grass
color: '99ff66' # helles grün
cookParticles:
- 'GREEN/2'
- '99ff99/20' # blasses grün
rmushroom:
name: Pilzsud
ingredients: Red_Mushroom
color: 'ff5c33' # bernsteinrot
cookParticles:
- 'fab09e/15' # blasses rot
bmushroom:
name: Pilzsud
ingredients: Brown_Mushroom
color: 'c68c53' # helleres Braun
cookParticles:
- 'c68c53/15'
cocoa:
name: Kakaobrühe
ingredients: Cocoa_Beans
color: '804600' # mokka
cookParticles:
- 'a26011/1'
- '5c370a/3'
- '4d4133/8' # grau-braun
milk:
name: Milchiges Wasser
ingredients: Milk_Bucket
color: BRIGHT_GREY
cookParticles:
- 'fbfbd0/1' # gelb-weiß
- 'WHITE/6'
bl_flow:
name: Bläulicher Sud
ingredients: blaue-blumen
color: '0099ff' # Himmelblau
cookParticles:
- '0099ff'
cactus:
name: Agavensud
ingredients: cactus
color: '00b300' # cactus green
color: '00b300' # kakturs grün
cookParticles:
- '00b300/16'
poi_potato:
name: Giftige Maische
@ -243,11 +282,17 @@ cauldron:
name: Kräuterbrühe
ingredients: vine
color: '99ff66' # Hellgrün
cookParticles:
- 'GREEN/2'
- '99ff99/20' # blasses grün
rot_flesh:
name: Stinkende Seuche
ingredients: Rotten_Flesh
color: '263300' # Braun-Grün
cookParticles:
- '263300/8'
- 'BLACK/20'
melon:
name: Melonengulasch
@ -274,6 +319,10 @@ cauldron:
name: Schokoladige Suppe
ingredients: Cookie
color: '804600' # mokka
cookParticles:
- 'a26011/1'
- '5c370a/3'
- '4d4133/8' # grau-braun
fer_spid_eye:
name: Augenferment mit Spinnenhaaren
@ -291,11 +340,16 @@ cauldron:
name: Glitzernder Sud
ingredients: Gold_Nugget
color: 'ffd11a' # gold
cookParticles:
- 'ffd11a'
glowstone_dust:
name: Leuchtender Sud
ingredients: Glowstone_Dust
color: 'ffff33' # Hellgelb
cookParticles:
- 'ffff99/3'
- 'd9d926/15' # blasses gelb
# -- Mehrere Zutaten: --
apfelmet_basis:
@ -304,6 +358,8 @@ cauldron:
- Sugar_Cane/3
- Apple
color: 'e1ff4d' # grünliches gelb
cookParticles:
- 'e1ff4d/4'
poi_grass:
name: Saurer Kräutersud
@ -311,6 +367,9 @@ cauldron:
- Grass
- Poisonous_Potato
color: '99ff66' # Hellgrün
cookParticles:
- 'GREEN/2'
- '99ff99/20' # blasses grün
juniper:
name: Wacholdergebräu
@ -318,6 +377,8 @@ cauldron:
- blaue-blumen
- wheat
color: '00ccff' # Aqua
cookParticles:
- '00ccff/8'
gin_base:
name: Fruchtiges Wacholdergebräu
@ -326,6 +387,8 @@ cauldron:
- wheat
- apple
color: '66e0ff' # Hell Aqua
cookParticles:
- '00ccff/5'
eggnog_base:
name: Cremige Eimasse
@ -333,7 +396,9 @@ cauldron:
- egg
- sugar
- milk_bucket
color: 'ffecb3' # Geld-Orange
color: 'ffecb3' # Gelb-Orange
cookParticles:
- 'ffecb3/2'

View File

@ -146,9 +146,14 @@ customItems:
# 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)
# 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
# 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)
# 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
- Diamond
color: BLACK
cookParticles:
- 'RED/5'
- 'WHITE/10'
- '800000/25' # maroon
lore:
- An example for a Base Potion
- This is how it comes out of a Cauldron
@ -169,15 +178,23 @@ cauldron:
wheat:
name: Fermented wheat
ingredients: Wheat
cookParticles:
- '2d8686/8' # Dark Aqua
sugarcane:
name: Sugar brew
ingredients: Sugar_Cane
color: 'f1ffad' # yellowish green
cookParticles:
- 'f1ffad/4'
- '858547/10' # dark olive
sugar:
name: Sugarwater
ingredients: Sugar
cookParticles:
- 'WHITE/4'
- 'BRIGHT_GREY/25'
apple:
name: Apple must
@ -187,6 +204,10 @@ cauldron:
name: Grape must
ingredients: Sweet_Berries
color: RED
cookParticles:
- 'ff6666/2' # bright red
- 'RED/7'
- 'ac6553/13' # brown-red
potato:
name: Potatomash
@ -196,36 +217,54 @@ cauldron:
name: Boiled herbs
ingredients: Grass
color: '99ff66' # bright green
cookParticles:
- 'GREEN/2'
- '99ff99/20' # faded green
rmushroom:
name: Mushroom brew
ingredients: Red_Mushroom
color: 'ff5c33' # amber red
cookParticles:
- 'fab09e/15' # faded red
bmushroom:
name: Mushroom brew
ingredients: Brown_Mushroom
color: 'c68c53' # brighter brown
cookParticles:
- 'c68c53/15'
cocoa:
name: Chocolately brew
ingredients: Cocoa_Beans
color: '804600' # mocca
cookParticles:
- 'a26011/1'
- '5c370a/3'
- '4d4133/8' # Gray-brown
milk:
name: Milky water
ingredients: Milk_Bucket
color: BRIGHT_GREY
cookParticles:
- 'fbfbd0/1' # yellow-white
- 'WHITE/6'
bl_flow:
name: Blueish brew
ingredients: blue-flowers
color: '0099ff' # sky blue
cookParticles:
- '0099ff'
cactus:
name: Agave brew
ingredients: cactus
color: '00b300' # cactus green
cookParticles:
- '00b300/16'
poi_potato:
name: Poisonous Broth
@ -244,11 +283,17 @@ cauldron:
name: Boiled herbs
ingredients: vine
color: '99ff66' # bright green
cookParticles:
- 'GREEN/2'
- '99ff99/20' # faded green
rot_flesh:
name: Foul pest
ingredients: Rotten_Flesh
color: '263300' # brown green
cookParticles:
- '263300/8'
- 'BLACK/20'
melon:
name: Melon juice
@ -275,6 +320,10 @@ cauldron:
name: Chocolately sap
ingredients: Cookie
color: '804600' # mocca
cookParticles:
- 'a26011/1'
- '5c370a/3'
- '4d4133/8' # Gray-brown
fer_spid_eye:
name: Fermented Eye
@ -292,11 +341,16 @@ cauldron:
name: Glistering brew
ingredients: Gold_Nugget
color: 'ffd11a' # gold
cookParticles:
- 'ffd11a'
glowstone_dust:
name: Glowing brew
ingredients: Glowstone_Dust
color: 'ffff33' # bright yellow
cookParticles:
- 'ffff99/3'
- 'd9d926/15' # faded yellow
# -- Multiple Ingredients: --
applemead_base:
@ -305,6 +359,8 @@ cauldron:
- Sugar_Cane/3
- Apple
color: 'e1ff4d' # greenish yellow
cookParticles:
- 'e1ff4d/4'
poi_grass:
name: Boiled acidy herbs
@ -312,6 +368,9 @@ cauldron:
- Grass
- Poisonous_Potato
color: '99ff66' # bright green
cookParticles:
- 'GREEN/2'
- '99ff99/20' # faded green
juniper:
name: Juniper brew
@ -319,6 +378,8 @@ cauldron:
- blue-flowers
- wheat
color: '00ccff' # aqua
cookParticles:
- '00ccff/8'
gin_base:
name: Fruity juniper brew
@ -327,6 +388,8 @@ cauldron:
- wheat
- apple
color: '66e0ff' # lighter aqua
cookParticles:
- '00ccff/5'
eggnog_base:
name: Smooth egg mixture
@ -335,6 +398,8 @@ cauldron:
- sugar
- milk_bucket
color: 'ffecb3' # yellow-orange
cookParticles:
- 'ffecb3/2'

View File

@ -149,6 +149,11 @@ customItems:
# 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
# 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)
# 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
- Diamond
color: BLACK
cookParticles:
- 'RED/5'
- 'WHITE/10'
- '800000/25' # maroon
lore:
- An example for a Base Potion
- This is how it comes out of a Cauldron
@ -169,15 +178,23 @@ cauldron:
wheat:
name: Trigo fermentado
ingredients: Wheat
cookParticles:
- '2d8686/8' # Dark Aqua
sugarcane:
name: Cerveza de azúcar
ingredients: Sugar_Cane
color: 'f1ffad' # yellowish green
cookParticles:
- 'f1ffad/4'
- '858547/10' # dark olive
sugar:
name: Azucar agua
ingredients: Sugar
cookParticles:
- 'WHITE/4'
- 'BRIGHT_GREY/25'
apple:
name: Apple must
@ -187,6 +204,10 @@ cauldron:
name: Grape must
ingredients: Sweet_Berries
color: RED
cookParticles:
- 'ff6666/2' # bright red
- 'RED/7'
- 'ac6553/13' # brown-red
potato:
name: Puré de papa
@ -196,36 +217,54 @@ cauldron:
name: Hierbas hervidas
ingredients: Grass
color: '99ff66' # bright green
cookParticles:
- 'GREEN/2'
- '99ff99/20' # faded green
rmushroom:
name: Sopa de champiñones
ingredients: Red_Mushroom
color: 'ff5c33' # amber red
cookParticles:
- 'fab09e/15' # faded red
bmushroom:
name: Sopa de hongos
ingredients: Brown_Mushroom
color: 'c68c53' # brighter brown
cookParticles:
- 'c68c53/15'
cocoa:
name: Bebida de chocolate
ingredients: Cocoa_Beans
color: '804600' # mocca
cookParticles:
- 'a26011/1'
- '5c370a/3'
- '4d4133/8' # Gray-brown
milk:
name: Agua lechosa
ingredients: Milk_Bucket
color: BRIGHT_GREY
cookParticles:
- 'fbfbd0/1' # yellow-white
- 'WHITE/6'
bl_flow:
name: Cerveza azulada
ingredients: blue-flowers
color: '0099ff' # sky blue
cookParticles:
- '0099ff'
cactus:
name: Cerveza de Agave
ingredients: cactus
color: '00b300' # cactus green
cookParticles:
- '00b300/16'
poi_potato:
name: Caldo venenoso
@ -244,11 +283,17 @@ cauldron:
name: Hierbas hervidas
ingredients: vine
color: '99ff66' # bright green
cookParticles:
- 'GREEN/2'
- '99ff99/20' # faded green
rot_flesh:
name: Plaga asquerosa
ingredients: Rotten_Flesh
color: '263300' # brown green
cookParticles:
- '263300/8'
- 'BLACK/20'
melon:
name: Jugo de melon
@ -275,6 +320,10 @@ cauldron:
name: Savia de chocolate
ingredients: Cookie
color: '804600' # mocca
cookParticles:
- 'a26011/1'
- '5c370a/3'
- '4d4133/8' # Gray-brown
fer_spid_eye:
name: Ojo Fermentado
@ -292,11 +341,16 @@ cauldron:
name: Brebaje reluciente
ingredients: Gold_Nugget
color: 'ffd11a' # gold
cookParticles:
- 'ffd11a'
glowstone_dust:
name: Cerveza brillante
ingredients: Glowstone_Dust
color: 'ffff33' # bright yellow
cookParticles:
- 'ffff99/3'
- 'd9d926/15' # faded yellow
# -- Multiple Ingredients: --
applemead_base:
@ -305,6 +359,8 @@ cauldron:
- Sugar_Cane/3
- Apple
color: 'e1ff4d' # greenish yellow
cookParticles:
- 'e1ff4d/4'
poi_grass:
name: Hierbas ácidas hervidas
@ -312,6 +368,9 @@ cauldron:
- Grass
- Poisonous_Potato
color: '99ff66' # bright green
cookParticles:
- 'GREEN/2'
- '99ff99/20' # faded green
juniper:
name: Brebaje de enebro
@ -319,6 +378,8 @@ cauldron:
- blue-flowers
- wheat
color: '00ccff' # aqua
cookParticles:
- '00ccff/8'
gin_base:
name: Brebaje de enebro afrutado
@ -327,6 +388,8 @@ cauldron:
- wheat
- apple
color: '66e0ff' # lighter aqua
cookParticles:
- '00ccff/5'
eggnog_base:
name: Mezcla de huevo suave
@ -335,6 +398,8 @@ cauldron:
- sugar
- milk_bucket
color: 'ffecb3' # yellow-orange
cookParticles:
- 'ffecb3/2'

View File

@ -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
# (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)
# 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)
# 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
- Diamond
color: BLACK
cookParticles:
- 'RED/5'
- 'WHITE/10'
- '800000/25' # maroon
lore:
- Un exemple pour une potion de base
- Voici comment il sort d'un chaudron
@ -171,15 +180,23 @@ cauldron:
wheat:
name: Blé fermenté
ingredients: Wheat
cookParticles:
- '2d8686/8' # Dark Aqua
sugarcane:
name: Sucre fermenté
ingredients: Sugar_Cane
color: 'f1ffad' # yellowish green
cookParticles:
- 'f1ffad/4'
- '858547/10' # dark olive
sugar:
name: Eau sucrée
ingredients: Sugar
cookParticles:
- 'WHITE/4'
- 'BRIGHT_GREY/25'
apple:
name: Pommes fermentées
@ -189,6 +206,10 @@ cauldron:
name: Raisins fermentés
ingredients: Sweet_Berries
color: RED
cookParticles:
- 'ff6666/2' # bright red
- 'RED/7'
- 'ac6553/13' # brown-red
potato:
name: Purée de Pommes de Terre
@ -198,107 +219,140 @@ cauldron:
name: Herbes bouillies
ingredients: Grass
color: '99ff66' # bright green
cookParticles:
- 'GREEN/2'
- '99ff99/20' # faded green
rmushroom:
name: Champignons fermentés
ingredients: Red_Mushroom
color: 'ff5c33' # amber red
cookParticles:
- 'fab09e/15' # faded red
bmushroom:
name: Champignons fermentés
ingredients: Brown_Mushroom
color: 'c68c53' # brighter brown
cookParticles:
- 'c68c53/15'
cocoa:
name: Infusion au chocolat
ingredients: Cocoa_Beans
color: '804600' # mocca
cookParticles:
- 'a26011/1'
- '5c370a/3'
- '4d4133/8' # Gray-brown
milk:
name: Eau laiteuse
ingredients: Milk_Bucket
color: BRIGHT_GREY
cookParticles:
- 'fbfbd0/1' # yellow-white
- 'WHITE/6'
bl_flow:
name: Infusion bleue
ingredients: blue-flowers
color: '0099ff' # sky blue
cookParticles:
- '0099ff'
cactus:
name: Agave fermenté
ingredients: cactus
color: '00b300' # cactus green
cactus:
name: Agave fermenté
ingredients: cactus
color: '00b300' # cactus green
cookParticles:
- '00b300/16'
poi_potato:
name: Bouillon toxique
ingredients: Poisonous_Potato
poi_potato:
name: Bouillon toxique
ingredients: Poisonous_Potato
egg:
name: Mélange collant
ingredients: Egg
egg:
name: Mélange collant
ingredients: Egg
oak_sapling:
name: Stringy hebry broth
ingredients: Oak_Sapling
oak_sapling:
name: Stringy hebry broth
ingredients: Oak_Sapling
vine:
name: Boiled herbs
ingredients: vine
color: '99ff66' # bright green
vine:
name: Boiled herbs
ingredients: vine
color: '99ff66' # bright green
cookParticles:
- 'GREEN/2'
- '99ff99/20' # faded green
rot_flesh:
name: Foul pest
ingredients: Rotten_Flesh
color: '263300' # brown green
rot_flesh:
name: Foul pest
ingredients: Rotten_Flesh
color: '263300' # brown green
cookParticles:
- '263300/8'
- 'BLACK/20'
melon:
name: Melon juice
ingredients: melon_slice
melon:
name: Melon juice
ingredients: melon_slice
wheat_seeds:
name: Bitter brew
ingredients: Wheat_Seeds
wheat_seeds:
name: Bitter brew
ingredients: Wheat_Seeds
melon_seeds:
name: Bitter brew
ingredients: Melon_Seeds
melon_seeds:
name: Bitter brew
ingredients: Melon_Seeds
pumpkin_seeds:
name: Bitter brew
ingredients: Pumpkin_Seeds
pumpkin_seeds:
name: Bitter brew
ingredients: Pumpkin_Seeds
bone_meal:
name: Bony Brew
ingredients: bone_meal
color: BRIGHT_GREY
bone_meal:
name: Bony Brew
ingredients: bone_meal
color: BRIGHT_GREY
cookie:
name: Chocolately sap
ingredients: Cookie
color: '804600' # mocca
cookie:
name: Chocolately sap
ingredients: Cookie
color: '804600' # mocca
cookParticles:
- 'a26011/1'
- '5c370a/3'
- '4d4133/8' # Gray-brown
fer_spid_eye:
name: Fermented Eye
ingredients: Fermented_Spider_Eye
fer_spid_eye:
name: Fermented Eye
ingredients: Fermented_Spider_Eye
ghast_tear:
name: Sad brew
ingredients: ghast_tear
ghast_tear:
name: Sad brew
ingredients: ghast_tear
snowball:
name: Icewater
ingredients: Snowball
snowball:
name: Icewater
ingredients: Snowball
Gold_Nugget:
name: Glistering brew
ingredients: Gold_Nugget
color: 'ffd11a' # gold
Gold_Nugget:
name: Glistering brew
ingredients: Gold_Nugget
color: 'ffd11a' # gold
cookParticles:
- 'ffd11a'
glowstone_dust:
name: Glowing brew
ingredients: Glowstone_Dust
color: 'ffff33' # bright yellow
glowstone_dust:
name: Glowing brew
ingredients: Glowstone_Dust
color: 'ffff33' # bright yellow
cookParticles:
- 'ffff99/3'
- 'd9d926/15' # faded yellow
# -- Ingrédients multiples: --
@ -308,6 +362,8 @@ cauldron:
- Sugar_Cane/3
- Apple
color: 'e1ff4d' # greenish yellow
cookParticles:
- 'e1ff4d/4'
poi_grass:
name: Herbes acides bouillies
@ -315,29 +371,38 @@ cauldron:
- Grass
- Poisonous_Potato
color: '99ff66' # bright green
cookParticles:
- 'GREEN/2'
- '99ff99/20' # faded green
juniper:
name: Infusion de genièvre
ingredients:
- blue-flowers
- wheat
color: '00ccff' # aqua
juniper:
name: Infusion de genièvre
ingredients:
- blue-flowers
- wheat
color: '00ccff' # aqua
cookParticles:
- '00ccff/8'
gin_base:
name: Brassée de genièvre fruité
ingredients:
- blue-flowers
- wheat
- apple
color: '66e0ff' # lighter aqua
gin_base:
name: Brassée de genièvre fruité
ingredients:
- blue-flowers
- wheat
- apple
color: '66e0ff' # lighter aqua
cookParticles:
- '00ccff/5'
eggnog_base:
name: Mélange d'œufs lisse
ingredients:
- egg
- sugar
- milk_bucket
color: 'ffecb3' # yellow-orange
eggnog_base:
name: Mélange d'œufs lisse
ingredients:
- egg
- sugar
- milk_bucket
color: 'ffecb3' # yellow-orange
cookParticles:
- 'ffecb3/2'
# -- Recette pour les boissons --

View File

@ -149,6 +149,11 @@ customItems:
# 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
# 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)
# 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
- Diamond
color: BLACK
cookParticles:
- 'RED/5'
- 'WHITE/10'
- '800000/25' # maroon
lore:
- An example for a Base Potion
- This is how it comes out of a Cauldron
@ -169,15 +178,23 @@ cauldron:
wheat:
name: Frumento fermentato
ingredients: Wheat
cookParticles:
- '2d8686/8' # Dark Aqua
sugarcane:
name: Miscela zuccherata
ingredients: Sugar_Cane
color: 'f1ffad' # yellowish green
cookParticles:
- 'f1ffad/4'
- '858547/10' # dark olive
sugar:
name: Sugarwater
ingredients: Sugar
cookParticles:
- 'WHITE/4'
- 'BRIGHT_GREY/25'
apple:
name: Sidro di mele
@ -187,6 +204,10 @@ cauldron:
name: Grape must
ingredients: Sweet_Berries
color: RED
cookParticles:
- 'ff6666/2' # bright red
- 'RED/7'
- 'ac6553/13' # brown-red
potato:
name: Purè di patate
@ -196,36 +217,54 @@ cauldron:
name: Erbe bollite
ingredients: Grass
color: '99ff66' # bright green
cookParticles:
- 'GREEN/2'
- '99ff99/20' # faded green
rmushroom:
name: Miscela ai funghi
ingredients: Red_Mushroom
color: 'ff5c33' # amber red
cookParticles:
- 'fab09e/15' # faded red
bmushroom:
name: Mushroom brew
ingredients: Brown_Mushroom
color: 'c68c53' # brighter brown
cookParticles:
- 'c68c53/15'
cocoa:
name: Miscela colorata
ingredients: Cocoa_Beans
color: '804600' # mocca
cookParticles:
- 'a26011/1'
- '5c370a/3'
- '4d4133/8' # Gray-brown
milk:
name: Acqua lattea
ingredients: Milk_Bucket
color: BRIGHT_GREY
cookParticles:
- 'fbfbd0/1' # yellow-white
- 'WHITE/6'
bl_flow:
name: Blueish brew
ingredients: blue-flowers
color: '0099ff' # sky blue
cookParticles:
- '0099ff'
cactus:
name: Agave brew
ingredients: cactus
color: '00b300' # cactus green
cookParticles:
- '00b300/16'
poi_potato:
name: Poisonous Broth
@ -244,11 +283,17 @@ cauldron:
name: Boiled herbs
ingredients: vine
color: '99ff66' # bright green
cookParticles:
- 'GREEN/2'
- '99ff99/20' # faded green
rot_flesh:
name: Foul pest
ingredients: Rotten_Flesh
color: '263300' # brown green
cookParticles:
- '263300/8'
- 'BLACK/20'
melon:
name: Melon juice
@ -275,6 +320,10 @@ cauldron:
name: Chocolately sap
ingredients: Cookie
color: '804600' # mocca
cookParticles:
- 'a26011/1'
- '5c370a/3'
- '4d4133/8' # Gray-brown
fer_spid_eye:
name: Fermented Eye
@ -292,11 +341,16 @@ cauldron:
name: Glistering brew
ingredients: Gold_Nugget
color: 'ffd11a' # gold
cookParticles:
- 'ffd11a'
glowstone_dust:
name: Glowing brew
ingredients: Glowstone_Dust
color: 'ffff33' # bright yellow
cookParticles:
- 'ffff99/3'
- 'd9d926/15' # faded yellow
# -- Multiple Ingredients: --
applemead_base:
@ -305,6 +359,8 @@ cauldron:
- Sugar_Cane/3
- Apple
color: 'e1ff4d' # greenish yellow
cookParticles:
- 'e1ff4d/4'
poi_grass:
name: Boiled acidy herbs
@ -312,6 +368,9 @@ cauldron:
- Grass
- Poisonous_Potato
color: '99ff66' # bright green
cookParticles:
- 'GREEN/2'
- '99ff99/20' # faded green
juniper:
name: Juniper brew
@ -319,6 +378,8 @@ cauldron:
- blue-flowers
- wheat
color: '00ccff' # aqua
cookParticles:
- '00ccff/8'
gin_base:
name: Fruity juniper brew
@ -327,6 +388,8 @@ cauldron:
- wheat
- apple
color: '66e0ff' # lighter aqua
cookParticles:
- '00ccff/5'
eggnog_base:
name: Smooth egg mixture
@ -335,6 +398,8 @@ cauldron:
- sugar
- milk_bucket
color: 'ffecb3' # yellow-orange
cookParticles:
- 'ffecb3/2'

View File

@ -151,6 +151,11 @@ customItems:
# 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
# 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)
# 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
- Diamond
color: BLACK
cookParticles:
- 'RED/5'
- 'WHITE/10'
- '800000/25' # maroon
lore:
- An example for a Base Potion
- This is how it comes out of a Cauldron
@ -171,15 +180,23 @@ cauldron:
wheat:
name: 发酵麦汁
ingredients: Wheat
cookParticles:
- '2d8686/8' # Dark Aqua
sugarcane:
name: 糖浆
ingredients: Sugar_Cane
color: 'f1ffad' # yellowish green
cookParticles:
- 'f1ffad/4'
- '858547/10' # dark olive
sugar:
name: Sugarwater
ingredients: Sugar
cookParticles:
- 'WHITE/4'
- 'BRIGHT_GREY/25'
apple:
name: 苹果汁
@ -189,6 +206,10 @@ cauldron:
name: Grape must
ingredients: Sweet_Berries
color: RED
cookParticles:
- 'ff6666/2' # bright red
- 'RED/7'
- 'ac6553/13' # brown-red
potato:
name: 土豆泥
@ -198,36 +219,54 @@ cauldron:
name: 蒸煮过的药草
ingredients: Grass
color: '99ff66' # bright green
cookParticles:
- 'GREEN/2'
- '99ff99/20' # faded green
rmushroom:
name: 蘑菇酿
ingredients: Red_Mushroom
color: 'ff5c33' # amber red
cookParticles:
- 'fab09e/15' # faded red
bmushroom:
name: Mushroom brew
ingredients: Brown_Mushroom
color: 'c68c53' # brighter brown
cookParticles:
- 'c68c53/15'
cocoa:
name: 上了色的水
ingredients: Cocoa_Beans
color: '804600' # mocca
cookParticles:
- 'a26011/1'
- '5c370a/3'
- '4d4133/8' # Gray-brown
milk:
name: 乳浊液体
ingredients: Milk_Bucket
color: BRIGHT_GREY
cookParticles:
- 'fbfbd0/1' # yellow-white
- 'WHITE/6'
bl_flow:
name: Blueish brew
ingredients: blue-flowers
color: '0099ff' # sky blue
cookParticles:
- '0099ff'
cactus:
name: Agave brew
ingredients: cactus
color: '00b300' # cactus green
cookParticles:
- '00b300/16'
poi_potato:
name: Poisonous Broth
@ -246,11 +285,17 @@ cauldron:
name: Boiled herbs
ingredients: vine
color: '99ff66' # bright green
cookParticles:
- 'GREEN/2'
- '99ff99/20' # faded green
rot_flesh:
name: Foul pest
ingredients: Rotten_Flesh
color: '263300' # brown green
cookParticles:
- '263300/8'
- 'BLACK/20'
melon:
name: Melon juice
@ -277,6 +322,10 @@ cauldron:
name: Chocolately sap
ingredients: Cookie
color: '804600' # mocca
cookParticles:
- 'a26011/1'
- '5c370a/3'
- '4d4133/8' # Gray-brown
fer_spid_eye:
name: Fermented Eye
@ -294,11 +343,16 @@ cauldron:
name: Glistering brew
ingredients: Gold_Nugget
color: 'ffd11a' # gold
cookParticles:
- 'ffd11a'
glowstone_dust:
name: Glowing brew
ingredients: Glowstone_Dust
color: 'ffff33' # bright yellow
cookParticles:
- 'ffff99/3'
- 'd9d926/15' # faded yellow
# -- Multiple Ingredients: --
applemead_base:
@ -307,6 +361,8 @@ cauldron:
- Sugar_Cane/3
- Apple
color: 'e1ff4d' # greenish yellow
cookParticles:
- 'e1ff4d/4'
poi_grass:
name: Boiled acidy herbs
@ -314,6 +370,9 @@ cauldron:
- Grass
- Poisonous_Potato
color: '99ff66' # bright green
cookParticles:
- 'GREEN/2'
- '99ff99/20' # faded green
juniper:
name: Juniper brew
@ -321,6 +380,8 @@ cauldron:
- blue-flowers
- wheat
color: '00ccff' # aqua
cookParticles:
- '00ccff/8'
gin_base:
name: Fruity juniper brew
@ -329,6 +390,8 @@ cauldron:
- wheat
- apple
color: '66e0ff' # lighter aqua
cookParticles:
- '00ccff/5'
eggnog_base:
name: Smooth egg mixture
@ -337,6 +400,8 @@ cauldron:
- sugar
- milk_bucket
color: 'ffecb3' # yellow-orange
cookParticles:
- 'ffecb3/2'

View File

@ -257,7 +257,7 @@ public class BCauldron {
((double) color.getBlue()) / 255.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
block.getWorld().spawnParticle(Particle.REDSTONE, particleLocation, 2, 0.15, 0.2, 0.15, new Particle.DustOptions(color, 1.5f));
}