This commit is contained in:
Anuken
2019-02-17 01:36:46 -05:00
parent 86dddd0253
commit 5e2a455045
11 changed files with 29 additions and 108 deletions

View File

@@ -891,7 +891,7 @@ public class Blocks implements ContentList{
useTime = 40f;
consumes.power(23f);
consumes.item(Items.blastCompound);
consumes.liquid(Liquids.water, 0.4f);
consumes.liquid(Liquids.cryofluid, 0.8f);
}};
//endregion power

View File

@@ -234,13 +234,17 @@ public class TechTree implements ContentList{
node(alphaDartPad, () -> {
node(deltaPad, () -> {
node(javelinPad);
node(tauPad, () -> {
node(tridentPad);
node(omegaPad, () -> {
node(javelinPad, () -> {
node(tridentPad, () -> {
node(glaivePad);
});
});
node(tauPad, () -> {
node(omegaPad, () -> {
});
});
});
node(spiritFactory, () -> {