Skip to content

Commit a2cb622

Browse files
committed
feat(minecraft): update generated data for 26.2-snapshot-6
Additions: - ItemTypeTags (sulfur_cube_archetype/hot, sulfur_cube_archetype/slow_bouncy) - FeatureTypes (weighted_random_selector) See: https://minecraft.wiki/w/Java_Edition_26.2_Snapshot_6
1 parent d39ea7c commit a2cb622

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

src/main/java/org/spongepowered/api/tag/ItemTypeTags.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -415,10 +415,14 @@ public final class ItemTypeTags {
415415

416416
public static final DefaultedTag<ItemType> SULFUR_CUBE_ARCHETYPE_HIGH_RESISTANCE = ItemTypeTags.key(ResourceKey.minecraft("sulfur_cube_archetype/high_resistance"));
417417

418+
public static final DefaultedTag<ItemType> SULFUR_CUBE_ARCHETYPE_HOT = ItemTypeTags.key(ResourceKey.minecraft("sulfur_cube_archetype/hot"));
419+
418420
public static final DefaultedTag<ItemType> SULFUR_CUBE_ARCHETYPE_LIGHT = ItemTypeTags.key(ResourceKey.minecraft("sulfur_cube_archetype/light"));
419421

420422
public static final DefaultedTag<ItemType> SULFUR_CUBE_ARCHETYPE_REGULAR = ItemTypeTags.key(ResourceKey.minecraft("sulfur_cube_archetype/regular"));
421423

424+
public static final DefaultedTag<ItemType> SULFUR_CUBE_ARCHETYPE_SLOW_BOUNCY = ItemTypeTags.key(ResourceKey.minecraft("sulfur_cube_archetype/slow_bouncy"));
425+
422426
public static final DefaultedTag<ItemType> SULFUR_CUBE_ARCHETYPE_SLOW_FLAT = ItemTypeTags.key(ResourceKey.minecraft("sulfur_cube_archetype/slow_flat"));
423427

424428
public static final DefaultedTag<ItemType> SULFUR_CUBE_ARCHETYPE_SLOW_SLIDING = ItemTypeTags.key(ResourceKey.minecraft("sulfur_cube_archetype/slow_sliding"));

src/main/java/org/spongepowered/api/world/generation/feature/FeatureTypes.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,8 @@ public final class FeatureTypes {
164164

165165
public static final DefaultedRegistryReference<FeatureType> WEEPING_VINES = FeatureTypes.key(ResourceKey.minecraft("weeping_vines"));
166166

167+
public static final DefaultedRegistryReference<FeatureType> WEIGHTED_RANDOM_SELECTOR = FeatureTypes.key(ResourceKey.minecraft("weighted_random_selector"));
168+
167169
private FeatureTypes() {
168170
}
169171

0 commit comments

Comments
 (0)