From d93e2f8848c112758f9bf41d3f3d0dd3f45f4e24 Mon Sep 17 00:00:00 2001 From: PiggyChu620 <68910494+PiggyChu620@users.noreply.github.com> Date: Sat, 24 Feb 2024 16:54:43 +0800 Subject: [PATCH] 202402241654 --- src/ec620/content/EC620Blocks.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/ec620/content/EC620Blocks.java b/src/ec620/content/EC620Blocks.java index 85e5e3e..d333212 100644 --- a/src/ec620/content/EC620Blocks.java +++ b/src/ec620/content/EC620Blocks.java @@ -98,9 +98,9 @@ public static void load() Blocks.heatReactor.requirements(Category.crafting, with(Items.oxide, 70, Items.graphite, 20, Items.carbide, 10, Items.thorium, 80)); UnitTypes.renale.hidden=false; UnitTypes.latum.hidden=false; - Blocks.itemSource.requirements(Category.distribution, ItemStack.with(new Object[0])); - Blocks.liquidSource.requirements(Category.liquid, ItemStack.with(new Object[0])); - Blocks.powerSource.requirements(Category.power, ItemStack.with(new Object[0])); +// Blocks.itemSource.requirements(Category.distribution, ItemStack.with(new Object[0])); +// Blocks.liquidSource.requirements(Category.liquid, ItemStack.with(new Object[0])); +// Blocks.powerSource.requirements(Category.power, ItemStack.with(new Object[0])); //content.blocks().forEach(b->b.buildVisibility=BuildVisibility.shown); //endregion