Merge remote-tracking branch 'origin/master'

This commit is contained in:
Anuken
2023-11-08 09:02:27 -05:00
3 changed files with 10 additions and 6 deletions

View File

@@ -447,11 +447,11 @@ public class ErekirTechTree{
//nodeProduce(Liquids.gallium, () -> {});
});
});
nodeProduce(Items.surgeAlloy, () -> {
nodeProduce(Items.phaseFabric, () -> {
nodeProduce(Items.surgeAlloy, () -> {
nodeProduce(Items.phaseFabric, () -> {
});
});
});
});