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");

View file

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