Skip to content

Commit

Permalink
Run prettier
Browse files Browse the repository at this point in the history
Co-authored-by: ZZZank <3410764033@qq.com>
github-actions[bot] and ZZZank committed Nov 27, 2023
1 parent 00248ac commit d03a56b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubejs/client_scripts/item_modifiers/tooltips.js
Original file line number Diff line number Diff line change
@@ -182,7 +182,7 @@ onEvent('item.tooltip', (event) => {
text: [Text.translate(`${id_prefix}crystalline`).gold()]
},
{
items: refinedStorageItems.map((item)=>`refinedstorage:${item}`),
items: refinedStorageItems.map((item) => `refinedstorage:${item}`),
text: [Text.translate('descriptions.enigmatica.base.can_be_dyed')]
}
];

0 comments on commit d03a56b

Please sign in to comment.