Class FabricBlockSettings

java.lang.Object
net.minecraft.block.AbstractBlock.Settings
net.fabricmc.fabric.api.object.builder.v1.block.FabricBlockSettings

public class FabricBlockSettings extends AbstractBlock.Settings
Fabric's version of Block.Settings. Adds additional methods and hooks not found in the original class.

Make note that this behaves slightly different from the vanilla counterpart, copying some settings that vanilla does not.

To use it, simply replace Block.Settings.of() with FabricBlockSettings.of().