converter TEMP -> cleaned

This commit is contained in:
Sen 2025-06-26 12:46:23 +02:00
parent f5bf95ad69
commit 113951b48c
Signed by: sen
GPG key ID: 3AC50A6F47D1B722
2 changed files with 530 additions and 1151 deletions

View file

@ -350,7 +350,10 @@ public class BlockBrewingStand extends BlockContainer
brewing_stand_bottles_3, brewing_stand_bottles_13, brewing_stand_bottles_23, brewing_stand_bottles_123 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() public BlockBrewingStand()
{ {

File diff suppressed because it is too large Load diff