Fusion reactor now kills the player, coils to come soon
This commit is contained in:
parent
1e24d1f116
commit
71062a55bd
3 changed files with 46 additions and 25 deletions
|
@ -0,0 +1,12 @@
|
|||
package techreborn.utils.damageSources;
|
||||
|
||||
import net.minecraft.util.DamageSource;
|
||||
|
||||
/**
|
||||
* Created by Mark on 05/03/2016.
|
||||
*/
|
||||
public class FusionDamageSource extends DamageSource {
|
||||
public FusionDamageSource() {
|
||||
super("fusion");
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue