Do not create already existing block property
This commit is contained in:
parent
4650f3e375
commit
682b8ccede
5 changed files with 8 additions and 67 deletions
|
@ -53,7 +53,7 @@ public class TileTransformer extends TilePowerAcceptor
|
|||
implements IToolDrop, IListInfoProvider {
|
||||
|
||||
@ConfigRegistry(config = "misc", category = "general", key = "IC2TransformersStyle", comment = "Input from dots side, output from other sides, like in IC2.")
|
||||
public static boolean IC2TransformersStyle = false;
|
||||
public static boolean IC2TransformersStyle = true;
|
||||
|
||||
public String name;
|
||||
public Block wrenchDrop;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue