Moved some blocks around
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user