diff --git a/kubejs/client_scripts/main_client_script.js b/kubejs/client_scripts/main_client_script.js index 48eb9e8b2..c3275f5cb 100644 --- a/kubejs/client_scripts/main_client_script.js +++ b/kubejs/client_scripts/main_client_script.js @@ -1,16 +1,19 @@ // priority: 1 REIEvents.hide('item', event => { - //hideMinecraftStuff(event) - /*hideTFCStuff(event) + hideMinecraftStuff(event) + /* + hideTFCStuff(event) hideFirmaLifeStuff(event) hideGTCEUStuff(event) + */ hideCreateStuff(event) hideAE2Stuff(event) hideAdAstraStuff(event) hideSophisticatedBackpacksStuff(event) hideMoreRedStuff(event) - hideSmallShipsStuff(event)*/ + hideSmallShipsStuff(event) + }) REIEvents.groupEntries(event => { diff --git a/kubejs/startup_scripts/ad_astra/constants.js b/kubejs/startup_scripts/ad_astra/constants.js index 626b95165..d587e2e61 100644 --- a/kubejs/startup_scripts/ad_astra/constants.js +++ b/kubejs/startup_scripts/ad_astra/constants.js @@ -13,6 +13,7 @@ global.AD_ASTRA_DISABLED_ITEMS = [ "ad_astra:steel_nugget", "ad_astra:steel_trapdoor", "ad_astra:steel_door", + 'ad_astra:extinguished_torch', // Ores "ad_astra:glacio_lapis_ore", diff --git a/kubejs/startup_scripts/minecraft/constants.js b/kubejs/startup_scripts/minecraft/constants.js index 484df2de6..081b1270b 100644 --- a/kubejs/startup_scripts/minecraft/constants.js +++ b/kubejs/startup_scripts/minecraft/constants.js @@ -676,7 +676,6 @@ global.MINECRAFT_DISABLED_ITEMS = [ 'minecraft:end_rod', 'minecraft:brush', 'minecraft:bookshelf', - '/spawn_egg/', 'minecraft:enchanted_book', 'minecraft:repeating_command_block', 'minecraft:command_block', @@ -702,14 +701,14 @@ global.MINECRAFT_DISABLED_ITEMS = [ 'minecraft:anvil', 'minecraft:chipped_anvil', 'minecraft:damaged_anvil', - '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' + 'minecraft:amethyst_cluster', + '/spawn_egg/' ]; global.VANILLA_WOOD_TYPES = [