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:
@@ -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 --
|
||||
|
||||
Reference in New Issue
Block a user