Do not create already existing block property

This commit is contained in:
drcrazy 2019-03-07 11:49:23 +03:00
parent 4650f3e375
commit 682b8ccede
5 changed files with 8 additions and 67 deletions

View file

@ -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;