Add 'Show Block Select Keys' graphics option, implement requested changes

This commit is contained in:
Joshua Fan
2019-11-09 07:59:00 -05:00
parent 8a6d39d5d0
commit 4a987677ac
4 changed files with 20 additions and 14 deletions

View File

@@ -79,7 +79,7 @@ public class Blocks implements ContentList{
dartPad, deltaPad, tauPad, omegaPad, javelinPad, tridentPad, glaivePad,
//sandbox
powerVoid, powerSource, itemSource, liquidSource, itemVoid, message;
powerSource, powerVoid, itemSource, itemVoid, liquidSource, message;
@Override
public void load(){
@@ -1781,11 +1781,11 @@ public class Blocks implements ContentList{
//endregion
//region sandbox
powerVoid = new PowerVoid("power-void"){{
powerSource = new PowerSource("power-source"){{
requirements(Category.power, BuildVisibility.sandboxOnly, ItemStack.with());
alwaysUnlocked = true;
}};
powerSource = new PowerSource("power-source"){{
powerVoid = new PowerVoid("power-void"){{
requirements(Category.power, BuildVisibility.sandboxOnly, ItemStack.with());
alwaysUnlocked = true;
}};