    public static final RegistryObject<StandingAndWallBlockItem> OAK_PLANKS_TORCH_ITEM = ITEMS.register("oak_planks_torch",
            () -> new StandingAndWallBlockItem(ModBlocks.OAK_PLANKS_TORCH.get(), ModBlocks.OAK_PLANKS_WALL_TORCH.get(), new Item.Properties(), Direction.DOWN));

    public static final RegistryObject<StandingAndWallBlockItem> SPRUCE_PLANKS_TORCH_ITEM = ITEMS.register("spruce_planks_torch",
            () -> new StandingAndWallBlockItem(ModBlocks.SPRUCE_PLANKS_TORCH.get(), ModBlocks.SPRUCE_PLANKS_WALL_TORCH.get(), new Item.Properties(), Direction.DOWN));

    public static final RegistryObject<StandingAndWallBlockItem> BIRCH_PLANKS_TORCH_ITEM = ITEMS.register("birch_planks_torch",
            () -> new StandingAndWallBlockItem(ModBlocks.BIRCH_PLANKS_TORCH.get(), ModBlocks.BIRCH_PLANKS_WALL_TORCH.get(), new Item.Properties(), Direction.DOWN));

    public static final RegistryObject<StandingAndWallBlockItem> JUNGLE_PLANKS_TORCH_ITEM = ITEMS.register("jungle_planks_torch",
            () -> new StandingAndWallBlockItem(ModBlocks.JUNGLE_PLANKS_TORCH.get(), ModBlocks.JUNGLE_PLANKS_WALL_TORCH.get(), new Item.Properties(), Direction.DOWN));

    public static final RegistryObject<StandingAndWallBlockItem> ACACIA_PLANKS_TORCH_ITEM = ITEMS.register("acacia_planks_torch",
            () -> new StandingAndWallBlockItem(ModBlocks.ACACIA_PLANKS_TORCH.get(), ModBlocks.ACACIA_PLANKS_WALL_TORCH.get(), new Item.Properties(), Direction.DOWN));

    public static final RegistryObject<StandingAndWallBlockItem> DARK_OAK_PLANKS_TORCH_ITEM = ITEMS.register("dark_oak_planks_torch",
            () -> new StandingAndWallBlockItem(ModBlocks.DARK_OAK_PLANKS_TORCH.get(), ModBlocks.DARK_OAK_PLANKS_WALL_TORCH.get(), new Item.Properties(), Direction.DOWN));

    public static final RegistryObject<StandingAndWallBlockItem> MANGROVE_PLANKS_TORCH_ITEM = ITEMS.register("mangrove_planks_torch",
            () -> new StandingAndWallBlockItem(ModBlocks.MANGROVE_PLANKS_TORCH.get(), ModBlocks.MANGROVE_PLANKS_WALL_TORCH.get(), new Item.Properties(), Direction.DOWN));

    public static final RegistryObject<StandingAndWallBlockItem> CRIMSON_PLANKS_TORCH_ITEM = ITEMS.register("crimson_planks_torch",
            () -> new StandingAndWallBlockItem(ModBlocks.CRIMSON_PLANKS_TORCH.get(), ModBlocks.CRIMSON_PLANKS_WALL_TORCH.get(), new Item.Properties(), Direction.DOWN));

    public static final RegistryObject<StandingAndWallBlockItem> WARPED_PLANKS_TORCH_ITEM = ITEMS.register("warped_planks_torch",
            () -> new StandingAndWallBlockItem(ModBlocks.WARPED_PLANKS_TORCH.get(), ModBlocks.WARPED_PLANKS_WALL_TORCH.get(), new Item.Properties(), Direction.DOWN));

