Skip to content

Commit

Permalink
🔥 Remove custom tab
Browse files Browse the repository at this point in the history
  • Loading branch information
PriestOfFerns committed Feb 23, 2024
1 parent a0fa7bb commit b2280bd
Showing 1 changed file with 2 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,11 @@ import io.github.priestoffern.vs_ship_assembler.items.ShipAssemblerItem

object VsShipAssemblerItems {
val ITEMS = DeferredRegister.create(VsShipAssemblerMod.MOD_ID, Registry.ITEM_REGISTRY)
val TAB: CreativeModeTab = CreativeTabRegistry.create(
ResourceLocation(
VsShipAssemblerMod.MOD_ID,
"vs_ship_assembler_tab"
)
) {ItemStack(SHIP_ASSEMBLER.get())}



var SHIP_ASSEMBLER: RegistrySupplier<Item> = ITEMS.register("ship_assembler") { ShipAssemblerItem(Item.Properties().tab(
TAB
CreativeModeTab.TAB_TOOLS
).stacksTo(1)) }
fun register() {
ITEMS.register()
Expand Down

0 comments on commit b2280bd

Please sign in to comment.