Cut all the things!
This commit is contained in:
parent
5821dbfe0e
commit
b242ec5c5f
11 changed files with 72 additions and 0 deletions
|
@ -21,8 +21,12 @@ import techreborn.tiles.idsu.TileIDSU;
|
|||
import techreborn.tiles.lesu.TileLesu;
|
||||
import techreborn.tiles.lesu.TileLesuStorage;
|
||||
|
||||
import java.util.ArrayList;
|
||||
|
||||
public class ModBlocks {
|
||||
|
||||
public static ArrayList<Block> blocksToCut = new ArrayList<Block>();
|
||||
|
||||
public static Block thermalGenerator;
|
||||
public static Block quantumTank;
|
||||
public static Block quantumChest;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue