diff --git a/kubejs/client_scripts/tooltips.js b/kubejs/client_scripts/tooltips.js index 1b1bc69b..54527de9 100644 --- a/kubejs/client_scripts/tooltips.js +++ b/kubejs/client_scripts/tooltips.js @@ -98,7 +98,7 @@ ItemEvents.modifyTooltips(allthemods => { Text.of("§7Very rarely spawns between Y -44 and Y 42"), Text.of("§cWill explode when you mine it!") ]) - allthemods.add(/forbidden_arcanus:runic_/,[ + allthemods.add(/forbidden_arcanus:runic_[sd]/,[ Text.of("§7Spawns at the bottom of the world up to Y 2"), ]) allthemods.add(['forbidden_arcanus:arcane_crystal_ore', 'forbidden_arcanus:deepslate_arcane_crystal_ore'],[ diff --git a/kubejs/server_scripts/Tweaks/recipes.js b/kubejs/server_scripts/Tweaks/recipes.js index 87334c94..8aeec806 100644 --- a/kubejs/server_scripts/Tweaks/recipes.js +++ b/kubejs/server_scripts/Tweaks/recipes.js @@ -49,6 +49,23 @@ ServerEvents.recipes(allthemods => { // Remove The Raw Redstone Block Recipe As It Allows A Redstone Dupe allthemods.remove({id: 'regions_unexplored:raw_redstone_block'}); + + + // Fix dense uraninite ore energizing recipes + allthemods.remove({ id: 'powah:energizing/uraninite_from_ore' }) + allthemods.custom({ + "type": "powah:energizing", + "energy": 50000, + "ingredients": [ + { + "tag": "c:ores/uraninite_regular" + } + ], + "result": { + "count": 5, + "id": "powah:uraninite" + } + }).id('powah:energizing/uraninite_from_ore') }) // This File has been authored by AllTheMods Staff, or a Community contributor for use in AllTheMods - AllTheMods 9.