Skip to content

Commit f7fc575

Browse files
committed
Remove focus holder from creative tab
1 parent 0089aab commit f7fc575

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Common/src/main/kotlin/gay/object/hexdebug/registry/HexDebugBlocks.kt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ object HexDebugBlocks : HexDebugRegistrar<Block>(Registries.BLOCK, { BuiltInRegi
2323
val FOCUS_HOLDER = blockItem(
2424
"focus_holder",
2525
blockBuilder = { FocusHolderBlock(slateish.noPush()) },
26-
itemBuilder = { FocusHolderBlockItem(it, HexDebugItems.props) },
26+
// don't put it in the creative tab because it's probably getting moved to another mod
27+
itemBuilder = { FocusHolderBlockItem(it, ItemProperties()) },
2728
)
2829

2930
private val slateish get() = BlockProperties.copy(Blocks.DEEPSLATE_TILES).strength(4f, 4f)

0 commit comments

Comments
 (0)