From 484d56239ce96b082c7b87a97c006202a2322452 Mon Sep 17 00:00:00 2001 From: YocyCraft <80801884+YocyCraft@users.noreply.github.com> Date: Wed, 9 Oct 2024 00:34:50 +0800 Subject: [PATCH 1/2] Fix #453 --- kubejs/server_scripts/Tweaks/recipes.js | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) 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. From 34534e06f63eeb1eb67d538c5efd1e4f4301bdb1 Mon Sep 17 00:00:00 2001 From: YocyCraft <80801884+YocyCraft@users.noreply.github.com> Date: Thu, 10 Oct 2024 16:39:27 +0800 Subject: [PATCH 2/2] Remove tooltips of Runic Glass (Pane) of Forbidden & Arcanus Fix #731 --- kubejs/client_scripts/tooltips.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'],[