Skip to content

Commit 8ffbe43

Browse files
committed
Update dependencies and generated catalogs for 1.17-pre1
1 parent 096e9f6 commit 8ffbe43

File tree

5 files changed

+435
-3
lines changed

5 files changed

+435
-3
lines changed

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ projectDescription=A plugin API for Minecraft: Java Edition
77
org.gradle.parallel=true
88

99
adventureVersion=4.7.0
10-
caffeineVersion=2.9.1
10+
caffeineVersion=3.0.2
1111
configurateVersion=4.1.1
1212
errorproneVersion=2.7.1
13-
log4jVersion=2.8.1
13+
log4jVersion=2.14.1

src/main/java/org/spongepowered/api/block/BlockTypes.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1250,6 +1250,8 @@ public final class BlockTypes {
12501250

12511251
public static final DefaultedRegistryReference<BlockType> POTTED_ALLIUM = BlockTypes.key(ResourceKey.minecraft("potted_allium"));
12521252

1253+
public static final DefaultedRegistryReference<BlockType> POTTED_AZALEA_BUSH = BlockTypes.key(ResourceKey.minecraft("potted_azalea_bush"));
1254+
12531255
public static final DefaultedRegistryReference<BlockType> POTTED_AZURE_BLUET = BlockTypes.key(ResourceKey.minecraft("potted_azure_bluet"));
12541256

12551257
public static final DefaultedRegistryReference<BlockType> POTTED_BAMBOO = BlockTypes.key(ResourceKey.minecraft("potted_bamboo"));
@@ -1276,6 +1278,8 @@ public final class BlockTypes {
12761278

12771279
public static final DefaultedRegistryReference<BlockType> POTTED_FERN = BlockTypes.key(ResourceKey.minecraft("potted_fern"));
12781280

1281+
public static final DefaultedRegistryReference<BlockType> POTTED_FLOWERING_AZALEA_BUSH = BlockTypes.key(ResourceKey.minecraft("potted_flowering_azalea_bush"));
1282+
12791283
public static final DefaultedRegistryReference<BlockType> POTTED_JUNGLE_SAPLING = BlockTypes.key(ResourceKey.minecraft("potted_jungle_sapling"));
12801284

12811285
public static final DefaultedRegistryReference<BlockType> POTTED_LILY_OF_THE_VALLEY = BlockTypes.key(ResourceKey.minecraft("potted_lily_of_the_valley"));

0 commit comments

Comments
 (0)