package de.ellpeck.actuallyadditions.common.blocks; import net.minecraft.block.material.Material; public class EmpowererBlock extends ActuallyBlock { public EmpowererBlock() { super(Properties.create(Material.ROCK)); } }