1.12: Fixed Small Block Breaker base class to horizontal directed (issue #70).

This commit is contained in:
stfwi 2019-12-20 16:00:43 +01:00
parent a733e39c51
commit 714a725f0d
9 changed files with 19 additions and 16 deletions

View file

@ -35,7 +35,7 @@ import java.util.HashSet;
import java.util.Random;
public class BlockDecorBreaker extends BlockDecorDirected
public class BlockDecorBreaker extends BlockDecorDirectedHorizontal
{
public static final PropertyBool ACTIVE = PropertyBool.create("active");