1.12: Fixed Small Block Breaker base class to horizontal directed (issue #70).
This commit is contained in:
parent
a733e39c51
commit
714a725f0d
9 changed files with 19 additions and 16 deletions
|
@ -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");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue