File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
paper-api/src/main/java/io/papermc/paper/datacomponent Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 4545import io .papermc .paper .datacomponent .item .WritableBookContent ;
4646import io .papermc .paper .datacomponent .item .WrittenBookContent ;
4747import io .papermc .paper .item .MapPostProcessing ;
48- import io .papermc .paper .registry .tag . TagKey ;
48+ import io .papermc .paper .registry .set . RegistryKeySet ;
4949import java .util .List ;
5050import net .kyori .adventure .key .Key ;
5151import 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 */
You can’t perform that action at this time.
0 commit comments