File tree Expand file tree Collapse file tree
src/main/java/org/spongepowered/api Expand file tree Collapse file tree Original file line number Diff line number Diff 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" ));
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments