From e6c986ecba7609983c36d236aa255c3093ace7f5 Mon Sep 17 00:00:00 2001 From: Dmitry Date: Thu, 21 Dec 2023 23:21:38 +0700 Subject: [PATCH] 123 --- kubejs/client_scripts/main_client_script.js | 4 ++-- kubejs/server_scripts/minecraft/recipes.js | 1 - kubejs/startup_scripts/minecraft/constants.js | 5 +++++ 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/kubejs/client_scripts/main_client_script.js b/kubejs/client_scripts/main_client_script.js index 58dceef0a..48eb9e8b2 100644 --- a/kubejs/client_scripts/main_client_script.js +++ b/kubejs/client_scripts/main_client_script.js @@ -14,8 +14,8 @@ REIEvents.hide('item', event => { }) REIEvents.groupEntries(event => { - /*groupGTCEUStuff(event) - groupTFCStuff(event)*/ + groupGTCEUStuff(event) + groupTFCStuff(event) }) REIEvents.removeCategories(event => { diff --git a/kubejs/server_scripts/minecraft/recipes.js b/kubejs/server_scripts/minecraft/recipes.js index f1f6911a3..af861f008 100644 --- a/kubejs/server_scripts/minecraft/recipes.js +++ b/kubejs/server_scripts/minecraft/recipes.js @@ -2278,7 +2278,6 @@ const registerMinecraftRecipes = (event) => { //#endregion - //#region Исправление дерьма с медью (Однажды разраб GTCEu вспомнит, лучше бы забыл) event.smelting('tfc:metal/ingot/copper', 'minecraft:raw_copper') diff --git a/kubejs/startup_scripts/minecraft/constants.js b/kubejs/startup_scripts/minecraft/constants.js index 69c0ecbbf..484df2de6 100644 --- a/kubejs/startup_scripts/minecraft/constants.js +++ b/kubejs/startup_scripts/minecraft/constants.js @@ -705,6 +705,11 @@ global.MINECRAFT_DISABLED_ITEMS = [ 'ad_astra:extinguished_torch', 'minecraft:furnace', 'minecraft:furnace_minecart', + 'minecraft:pointed_dripstone', + 'minecraft:small_amethyst_bud', + 'minecraft:medium_amethyst_bud', + 'minecraft:large_amethyst_bud', + 'minecraft:amethyst_cluster' ]; global.VANILLA_WOOD_TYPES = [