Misc tech tree & block stuff

This commit is contained in:
Anuken
2022-05-16 17:53:09 -04:00
parent 13e57ba89e
commit 07ff2de2a2
5 changed files with 25 additions and 15 deletions

View File

@@ -4445,7 +4445,7 @@ public class Blocks{
consumePower(2f);
size = 3;
//TODO expand this list
filter = Seq.with(Blocks.tungstenWallLarge, Blocks.berylliumWallLarge, Blocks.carbideWallLarge, Blocks.reinforcedLiquidContainer, Blocks.reinforcedContainer, Blocks.beamNode);
filter = Seq.with(Blocks.tungstenWallLarge, Blocks.berylliumWallLarge, Blocks.carbideWallLarge, Blocks.reinforcedSurgeWallLarge, Blocks.reinforcedLiquidContainer, Blocks.reinforcedContainer, Blocks.beamNode);
}};
//yes this block is pretty much useless

View File

@@ -141,7 +141,7 @@ public class TechTree{
}
public String localizedName(){
return Core.bundle.get("techtree." + name);
return Core.bundle.get("techtree." + name, name);
}
public void setupRequirements(ItemStack[] requirements){