All machines are now in enum.

This commit is contained in:
drcrazy 2018-09-25 13:39:41 +03:00
parent 20a385f6ca
commit f600432f05
9 changed files with 25 additions and 97 deletions

View file

@ -46,9 +46,9 @@ public class StackWIPHandler {
public static ArrayList<ItemStack> devHeads = new ArrayList<>();
public StackWIPHandler() {
wipBlocks.add(TRContent.MAGICAL_ABSORBER);
wipBlocks.add(TRContent.CHUNK_LOADER);
wipBlocks.add(TRContent.MAGIC_ENERGY_CONVERTER);
wipBlocks.add(TRContent.Machine.MAGIC_ENERGY_ABSORBER.block);
wipBlocks.add(TRContent.Machine.CHUNK_LOADER.block);
wipBlocks.add(TRContent.Machine.MAGIC_ENERGY_CONVERTER.block);
addHead("modmuss50");
addHead("Gigabit101");