Fixed Bug: #0830 - Microblocks disappear after shift-click on cable
You can now place AE2 parts in the same block as Immibis Microblocks
This commit is contained in:
@@ -38,7 +38,9 @@ public enum IntegrationType
|
||||
|
||||
CraftGuide(IntegrationSide.CLIENT, "Craft Guide", "craftguide"),
|
||||
|
||||
Mekanism(IntegrationSide.BOTH, "Mekanism", "Mekanism");
|
||||
Mekanism(IntegrationSide.BOTH, "Mekanism", "Mekanism"),
|
||||
|
||||
ImmibisMicroblocks(IntegrationSide.BOTH, "ImmibisMicroblocks", "ImmibisMicroblocks");
|
||||
|
||||
public final IntegrationSide side;
|
||||
public final String dspName;
|
||||
|
||||
Reference in New Issue
Block a user