Applied-Energistics-2-tiler.../src/main/java/appeng/decorative/stair/BlockFluixStair.java
elix-x 3d2ba425ec Change of naming convention
Changed naming convention. All AE blocks, items and TEs were affected.
Most of assets were transfered, but some sill need help. Localizations
will be transfered in a separate commit.
Closes #46.
2016-08-19 12:38:21 +02:00

20 lines
306 B
Java

package appeng.decorative.stair;
import net.minecraft.block.Block;
/**
* @author thatsIch
* @version rv3 - 30.06.2015
* @since rv3 30.06.2015
*/
public class BlockFluixStair extends BlockStairCommon
{
public BlockFluixStair( final Block block, final String type )
{
super( block, type );
}
}