Skip to content

Commit e11889e

Browse files
committed
chore(minecraft): update to 25w34a
Changes: - property name changes See: https://minecraft.wiki/w/Java_Edition_25w34a
1 parent b121463 commit e11889e

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

src/main/java/org/spongepowered/api/data/BlockStateKeys.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,6 @@ public final class BlockStateKeys {
7676

7777
public static final Key<Value<Integer>> AGE_7 = BlockStateKeys.key(ResourceKey.minecraft("property/age"), Integer.class);
7878

79-
public static final Key<Value<Boolean>> ALIGN_ITEMS_TO_BOTTOM = BlockStateKeys.key(ResourceKey.minecraft("property/align_items_to_bottom"), Boolean.class);
80-
8179
public static final Key<Value<Boolean>> ATTACHED = BlockStateKeys.key(ResourceKey.minecraft("property/attached"), Boolean.class);
8280

8381
public static final Key<Value<AttachmentSurface>> ATTACH_FACE = BlockStateKeys.key(ResourceKey.minecraft("property/face"), AttachmentSurface.class);

src/main/java/org/spongepowered/api/state/BooleanStateProperties.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,6 @@ public final class BooleanStateProperties {
3333
private BooleanStateProperties() {
3434
}
3535

36-
public static BooleanStateProperty property_ALIGN_ITEMS_TO_BOTTOM() {
37-
return BooleanStateProperty.of("ALIGN_ITEMS_TO_BOTTOM");
38-
}
39-
4036
public static BooleanStateProperty property_ATTACHED() {
4137
return BooleanStateProperty.of("ATTACHED");
4238
}

0 commit comments

Comments
 (0)