All machines are now in enum.
This commit is contained in:
parent
20a385f6ca
commit
f600432f05
9 changed files with 25 additions and 97 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue