Skip to content

Commit

Permalink
desc for Mek fusion #1662
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsPilgaard committed Mar 12, 2021
1 parent fd2d1d2 commit 77c88cf
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions kubejs/client_scripts/item_modifiers/jei_descriptions.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,7 @@ events.listen('jei.information', (event) => {
]
},
{
items: ['powah:uraninite'],
description: [
'Uraninite Ore has been removed and does not spawn naturally. To obtain Uraninite, use the Powah Energizing Orb recipe.'
]
},
{
items: ['powah:uraninite_block'],
items: ['powah:uraninite', 'powah:uraninite_block'],
description: [
'Uraninite Ore has been removed and does not spawn naturally. To obtain Uraninite, use the Powah Energizing Orb recipe.'
]
Expand All @@ -53,6 +47,13 @@ events.listen('jei.information', (event) => {
{
items: ['simplefarming:habanero'],
description: ['A very rare drop from farming Peppers.']
},
{
items: ['mekanismgenerators:fusion_reactor_controller'],
description: [
'The Fusion Reactor has been nerfed quite heavily.',
'It produces 60k-250k rf/t passively, but has potential for far higher output when paired with one or multiple Steam Turbines.'
]
}
];

Expand Down

0 comments on commit 77c88cf

Please sign in to comment.