Skip to content

Commit fd98513

Browse files
committed
fix provides_banner_patterns component type
1 parent 63078f4 commit fd98513

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

paper-api/src/main/java/io/papermc/paper/datacomponent/DataComponentTypes.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
import io.papermc.paper.datacomponent.item.WritableBookContent;
4646
import io.papermc.paper.datacomponent.item.WrittenBookContent;
4747
import io.papermc.paper.item.MapPostProcessing;
48-
import io.papermc.paper.registry.tag.TagKey;
48+
import io.papermc.paper.registry.set.RegistryKeySet;
4949
import java.util.List;
5050
import net.kyori.adventure.key.Key;
5151
import net.kyori.adventure.text.Component;
@@ -307,7 +307,7 @@ public final class DataComponentTypes {
307307
*/
308308
public static final DataComponentType.Valued<OminousBottleAmplifier> OMINOUS_BOTTLE_AMPLIFIER = valued("ominous_bottle_amplifier");
309309
public static final DataComponentType.Valued<JukeboxPlayable> JUKEBOX_PLAYABLE = valued("jukebox_playable");
310-
public static final DataComponentType.Valued<TagKey<PatternType>> PROVIDES_BANNER_PATTERNS = valued("provides_banner_patterns");
310+
public static final DataComponentType.Valued<RegistryKeySet<PatternType>> PROVIDES_BANNER_PATTERNS = valued("provides_banner_patterns");
311311
/**
312312
* List of recipes that should be unlocked when using the Knowledge Book item.
313313
*/

0 commit comments

Comments
 (0)