diff --git a/kubejs/client_scripts/jei/ItemInfo.js b/kubejs/client_scripts/jei/ItemInfo.js index a3a2bf918..164d87844 100644 --- a/kubejs/client_scripts/jei/ItemInfo.js +++ b/kubejs/client_scripts/jei/ItemInfo.js @@ -13,7 +13,7 @@ JEIEvents.information((event) => { addJEIInfo("cmi:bucket") addJEIInfo("#ad_astra:power_consumption_machines") addJEIInfo("cmi:andesite_alloy_noodle") - addJEIInfo("#cmi:faucet") + // addJEIInfo("#cmi:faucet") // addJEIInfo("#cmi:liquid_output") addJEIInfo("#cmi:peat_gen") addJEIInfo("thermal:rubber") diff --git a/kubejs/startup_scripts/register/other/CreativeTabs.js b/kubejs/startup_scripts/register/other/CreativeTabs.js index ffbcec43b..8223fcd00 100644 --- a/kubejs/startup_scripts/register/other/CreativeTabs.js +++ b/kubejs/startup_scripts/register/other/CreativeTabs.js @@ -13,7 +13,7 @@ StartupEvents.registry("creative_mode_tab", (event) => { .content(() => Ingredient.of("#cmi:metals").itemIds .concat(Ingredient.of("#cmi:ores").itemIds) .concat(Ingredient.of("#cmi:raw_metals").itemIds) - .concat(Ingredient.of("#cmi:ore_nodes").itemIds) + // .concat(Ingredient.of("#cmi:ore_nodes").itemIds) ) .displayName(Component.translatable(`itemGroup.${Cmi.MODID}.materials`))