feat: use projector as icon of item group

This commit is contained in:
xtex 2023-07-04 22:17:35 +08:00
parent ed6776f9df
commit 442f536b26
Signed by: xtex
GPG Key ID: B918086ED8045B91

View File

@ -33,7 +33,7 @@ object Quaedam {
val creativeModeTab: RegistrySupplier<CreativeModeTab> = creativeModeTabs.register("quaedam") { val creativeModeTab: RegistrySupplier<CreativeModeTab> = creativeModeTabs.register("quaedam") {
CreativeTabRegistry.create(Component.translatable("category.quaedam")) { CreativeTabRegistry.create(Component.translatable("category.quaedam")) {
ItemStack(Items.TORCH) ItemStack(Projector.item.get())
} }
} }