Craft Slabs Back Into Blocks - Turning Slabs Back into Blocks
This fully customizable mod provides the ability to transform slabs back into full blocks, allowing efficient use of leftover building materials. If you have accumulated extra slabs, you can easily restore them to their original form.
For conversion, simply place two slabs on top of each other in the crafting table. In cases where this arrangement is already used for other crafting recipes, an alternative option is to place the slabs side by side in the crafting grid.

Mod Configuration
Mod settings are available directly in-game or by editing the JSON file at config/slabstoblocks.json in your profile folder. Note that changes require restarting Minecraft to take effect.
slabBlockList - list of strings specifying which slabs are converted into which blocks in the format: "slab_name, block_name, pattern(optional)"
Configuration examples:
"minecraft:smooth_stone_slab, minecraft:smooth_stone",

"minecraft:cut_copper_slab, minecraft:cut_copper, -",

"minecraft:smooth_stone_slab, minecraft:smooth_stone, /",
This example is not part of the default configuration and demonstrates customization possibilities
