converter TEMP -> cleaned
This commit is contained in:
parent
f5bf95ad69
commit
113951b48c
2 changed files with 530 additions and 1151 deletions
|
@ -349,8 +349,11 @@ public class BlockBrewingStand extends BlockContainer
|
|||
brewing_stand_empty, brewing_stand_bottles_1, brewing_stand_bottles_2, brewing_stand_bottles_12,
|
||||
brewing_stand_bottles_3, brewing_stand_bottles_13, brewing_stand_bottles_23, brewing_stand_bottles_123
|
||||
};
|
||||
|
||||
public static final PropertyBool[] HAS_BOTTLE = new PropertyBool[] {PropertyBool.create("has_bottle_0"), PropertyBool.create("has_bottle_1"), PropertyBool.create("has_bottle_2")};
|
||||
|
||||
public static final PropertyBool HAS_BOTTLE_0 = PropertyBool.create("has_bottle_0");
|
||||
public static final PropertyBool HAS_BOTTLE_1 = PropertyBool.create("has_bottle_1");
|
||||
public static final PropertyBool HAS_BOTTLE_2 = PropertyBool.create("has_bottle_2");
|
||||
public static final PropertyBool[] HAS_BOTTLE = new PropertyBool[] {HAS_BOTTLE_0, HAS_BOTTLE_1, HAS_BOTTLE_2};
|
||||
|
||||
public BlockBrewingStand()
|
||||
{
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue