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

@@ -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){