mirror of
https://github.com/exituser/Brewery.git
synced 2026-09-17 07:49:03 +00:00
Add default particle colors to config
This commit is contained in:
@@ -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 --
|
||||
|
||||
@@ -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'
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -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 --
|
||||
|
||||
@@ -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 --
|
||||
|
||||
|
||||
Reference in New Issue
Block a user