Added code formatter
This commit is contained in:
parent
710f9c04e7
commit
b9448d5d90
444 changed files with 32383 additions and 26254 deletions
|
@ -5,8 +5,10 @@ import net.minecraft.util.DamageSource;
|
|||
/**
|
||||
* Created by modmuss50 on 06/03/2016.
|
||||
*/
|
||||
public class ElectrialShockSource extends DamageSource {
|
||||
public ElectrialShockSource() {
|
||||
super("shock");
|
||||
}
|
||||
public class ElectrialShockSource extends DamageSource
|
||||
{
|
||||
public ElectrialShockSource()
|
||||
{
|
||||
super("shock");
|
||||
}
|
||||
}
|
||||
|
|
|
@ -5,8 +5,10 @@ import net.minecraft.util.DamageSource;
|
|||
/**
|
||||
* Created by modmuss50 on 05/03/2016.
|
||||
*/
|
||||
public class FusionDamageSource extends DamageSource {
|
||||
public FusionDamageSource() {
|
||||
super("fusion");
|
||||
}
|
||||
public class FusionDamageSource extends DamageSource
|
||||
{
|
||||
public FusionDamageSource()
|
||||
{
|
||||
super("fusion");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue