Changed formatting to have bracing on a new line
This commit is contained in:
parent
e5eddd6c45
commit
e48eedb874
189 changed files with 6092 additions and 4041 deletions
|
@ -5,10 +5,12 @@ import WayofTime.bloodmagic.api.Constants;
|
|||
import WayofTime.bloodmagic.block.base.BlockString;
|
||||
import net.minecraft.block.material.Material;
|
||||
|
||||
public class BlockCrystal extends BlockString {
|
||||
public static final String[] names = {"normal", "brick"};
|
||||
public class BlockCrystal extends BlockString
|
||||
{
|
||||
public static final String[] names = { "normal", "brick" };
|
||||
|
||||
public BlockCrystal() {
|
||||
public BlockCrystal()
|
||||
{
|
||||
super(Material.rock, names);
|
||||
|
||||
setUnlocalizedName(Constants.Mod.MODID + ".crystal.");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue