Skip to content

Commit

Permalink
Run prettier
Browse files Browse the repository at this point in the history
Co-authored-by: ZZZank <[email protected]>
  • Loading branch information
github-actions[bot] and ZZZank committed Nov 14, 2023
1 parent dfc1391 commit fc9feaa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
9 changes: 5 additions & 4 deletions kubejs/client_scripts/expert/item_modifiers/tooltips.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,7 @@ onEvent('item.tooltip', (event) => {
},
{
items: ['resourcefulbees:t2_apiary', 'resourcefulbees:t3_apiary', 'resourcefulbees:t4_apiary'],
text: [
Text.translate(`${id_prefix}apiary`).red()
]
text: [Text.translate(`${id_prefix}apiary`).red()]
},
{
items: ['industrialforegoing:mob_slaughter_factory'],
Expand All @@ -86,7 +84,10 @@ onEvent('item.tooltip', (event) => {
},
{
items: [/kubejs:diy/],
text: [Text.translate(`${id_prefix}some_assembly_required`).green(), Text.translate(`${id_prefix}batteries_not_included`).darkRed()]
text: [
Text.translate(`${id_prefix}some_assembly_required`).green(),
Text.translate(`${id_prefix}batteries_not_included`).darkRed()
]
}
];

Expand Down
2 changes: 1 addition & 1 deletion kubejs/client_scripts/item_modifiers/tooltips.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ onEvent('item.tooltip', (event) => {
.white()
.color('#808080') //any hex color
*/
const id_prefix = 'tooltips.enigmatica.base.'
const id_prefix = 'tooltips.enigmatica.base.';
const recipes = [
{
items: [
Expand Down

0 comments on commit fc9feaa

Please sign in to comment.