forgot to include fixed API

This commit is contained in:
asiekierka 2014-10-15 18:21:28 +02:00
parent 06ab6e09c6
commit e9538d73e6
2 changed files with 13 additions and 1 deletions

View file

@ -8,7 +8,6 @@
*/
package buildcraft.api.power;
@Deprecated
public interface ILaserTarget {
/**

View file

@ -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 {
}