Skip to content

Commit

Permalink
update langs for glint, bump to 3.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
Jsinco committed Apr 11, 2024
1 parent c79cf70 commit 21fcd3a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.dre</groupId>
<artifactId>BreweryX</artifactId>
<version>3.1.8</version>
<version>3.1.9</version>
<name>BreweryX</name>

<properties>
Expand Down
1 change: 1 addition & 0 deletions resources/config/v13/de/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,7 @@ cauldron:
# Befehle nur für bestimmte Qualität möglich mit + Schlecht, ++ Mittel, +++ Gut, vorne anhängen.
# drinkmessage: Nachricht im Chat beim trinken des Trankes
# drinktitle: Nachricht als Titel auf dem Bildschirm an den Spieler beim trinken des Trankes
# glint: Boolean if the item should have a glint (enchant glint)
# customModelData: Custom Model Data Modelldaten. Mit dieser Zahl kann die Tranktextur mit einem Resourcepack geändert werden
# Es kann eine für alle, oder drei für die qualitäten schlecht/normal/gut agegeben werden, mit / getrennt
# effects: Auflistung Effekt/Level/Dauer Besonderere Trank-Effekte beim Trinken, Dauer in sek.
Expand Down
1 change: 1 addition & 0 deletions resources/config/v13/es/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,7 @@ cauldron:
# Specific Commands for quality possible, using + bad, ++ normal, +++ good, added to the front of the line.
# drinkmessage: Chat-message to the Player when drinking the Brew
# drinktitle: Title on Screen to the Player when drinking the Brew
# glint: Boolean if the item should have a glint (enchant glint)
# customModelData: Custom Model Data Tag. This is a number that can be used to add custom textures to the item.
# Can specify one for all, or one for each quality, separated by /
# effects: List of effect/level/duration Special potion-effect when drinking, duration in sek.
Expand Down
1 change: 1 addition & 0 deletions resources/config/v13/fr/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,7 @@ cauldron:
# Texte spécifique de qualité possible, en utilisant + mauvais, ++ normal, +++ bon, ajouté à l'avant de la ligne.
# drinkmessage: Chat-message au joueur lorsqu'il boit la potion
# drinktitle: Titre à l'écran du joueur lorsqu'il boit la potion
# glint: Boolean if the item should have a glint (enchant glint)
# customModelData: Custom Model Data Tag. This is a number that can be used to add custom textures to the item.
# Can specify one for all, or one for each quality, separated by /
# effects: Liste des effets/durée en secondes lors de la consommation.
Expand Down
1 change: 1 addition & 0 deletions resources/config/v13/it/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -432,6 +432,7 @@ cauldron:
# Specific Commands for quality possible, using + bad, ++ normal, +++ good, added to the front of the line.
# drinkmessage: Chat-message to the Player when drinking the Brew
# drinktitle: Title on Screen to the Player when drinking the Brew
# glint: Boolean if the item should have a glint (enchant glint)
# customModelData: Custom Model Data Tag. This is a number that can be used to add custom textures to the item.
# Can specify one for all, or one for each quality, separated by /
# effects: Eventuali effetti come quelli delle pozioni nel formato di effetto/livello/durata.
Expand Down
1 change: 1 addition & 0 deletions resources/config/v13/zh/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,7 @@ cauldron:
# Specific Commands for quality possible, using + bad, ++ normal, +++ good, added to the front of the line.
# drinkmessage: Chat-message to the Player when drinking the Brew
# drinktitle: Title on Screen to the Player when drinking the Brew
# glint: Boolean if the item should have a glint (enchant glint)
# customModelData: Custom Model Data Tag. This is a number that can be used to add custom textures to the item.
# Can specify one for all, or one for each quality, separated by /
# effects: 饮用后能够获得的药效的列表. 格式为"药效/强度/时长(秒)".
Expand Down

0 comments on commit 21fcd3a

Please sign in to comment.