I'm trying to make a block that when the support is removed will fall like sand, but I'm not sure how to do it correctly. Looking at the vanilla code I inherit from 45, but it requires a color code and I'm not sure how to make the number correctly. Or maybe I need a falling block in a different way?
public static final Block TEST_SAND = new SandBlock(new ColorCode(???), AbstractBlock.Settings.create().mapColor(MapColor.IRON_GRAY).something else);