Moved some blocks around

This commit is contained in:
Anuken
2020-05-31 14:39:10 -04:00
parent 0842c3f0a0
commit bd349803d3
15 changed files with 852 additions and 799 deletions
@@ -11,6 +11,7 @@ public class CoreLauncher extends Block{
hasItems = true;
configurable = true;
update = true;
}
public class CoreLauncherEntity extends TileEntity{
@@ -34,6 +34,14 @@ public class ResearchBlock extends Block{
}
@Override
public boolean configTapped(){
//TODO select target
Vars.ui.tech.show();
return false;
}
@Override
public void write(Writes write){
super.write(write);