Skip to content

Commit

Permalink
202402241654
Browse files Browse the repository at this point in the history
  • Loading branch information
PiggyChu620 committed Feb 24, 2024
1 parent 7486d20 commit d93e2f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/ec620/content/EC620Blocks.java
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d93e2f8

Please sign in to comment.