registerPastelPowderBlock

fun DyeColor.registerPastelPowderBlock(modID: String, name: String, resultPastelBlock: Block): Block(source)

Registers a pastel powder block with an accompanying item with the color based on a DyeColor, paired with an accompanying normal pastel block when touched with water

Return

ConcretePowderBlock


fun MapColor.registerPastelPowderBlock(modID: String, name: String, resultPastelBlock: Block): Block(source)

Registers a pastel powder block with an accompanying item with the color based on a MapColor, paired with an accompanying normal pastel block when touched with water

Return

ConcretePowderBlock