diff --git a/api/buildcraft/api/power/ILaserTarget.java b/api/buildcraft/api/power/ILaserTarget.java index 5ae64328..8d896cb8 100644 --- a/api/buildcraft/api/power/ILaserTarget.java +++ b/api/buildcraft/api/power/ILaserTarget.java @@ -8,7 +8,6 @@ */ package buildcraft.api.power; -@Deprecated public interface ILaserTarget { /** diff --git a/api/buildcraft/api/power/ILaserTargetBlock.java b/api/buildcraft/api/power/ILaserTargetBlock.java new file mode 100644 index 00000000..71298b14 --- /dev/null +++ b/api/buildcraft/api/power/ILaserTargetBlock.java @@ -0,0 +1,13 @@ +/** + * Copyright (c) 2011-2014, SpaceToad and the BuildCraft Team + * http://www.mod-buildcraft.com + * + * BuildCraft is distributed under the terms of the Minecraft Mod Public + * License 1.0, or MMPL. Please check the contents of the license located in + * http://www.mod-buildcraft.com/MMPL-1.0.txt + */ +package buildcraft.api.power; + +public interface ILaserTargetBlock { + +}