Balancing / Reconstructors require power

This commit is contained in:
Anuken
2018-08-25 10:37:05 -04:00
parent 86a7f837cd
commit f60ba8587f
8 changed files with 47 additions and 21 deletions

View File

@@ -34,11 +34,9 @@ public class BlockConsumeFragment extends Fragment{
ObjectSet<Consume> consumers = new ObjectSet<>();
TileEntity entity = tile.entity;
Block block = tile.block();
Consume[] lastCurrent = {null};
table.clearChildren();
//table.background("clear");
rebuild(block, entity);
visible = true;