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");
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"variants": {
|
||||
"normal": [{}],
|
||||
"inventory": [{}],
|
||||
"facing": { "north":{"y":0}, "south":{"y":180}, "west":{"y":270}, "east":{"y":90}, "up": {"x":-90}, "down": {"x":90} },
|
||||
"facing": { "north":{"y":0}, "south":{"y":180}, "west":{"y":270}, "east":{"y":90} },
|
||||
"active": { "true":{ "model": "engineersdecor:device/small_block_breaker_model_active" }, "false":{}}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue