Cables now shock the entity's

This commit is contained in:
modmuss50 2016-03-06 21:42:27 +00:00
parent e6c510bbea
commit 57f91f3159
5 changed files with 32 additions and 7 deletions

View file

@ -0,0 +1,12 @@
package techreborn.utils.damageSources;
import net.minecraft.util.DamageSource;
/**
* Created by mark on 06/03/2016.
*/
public class ElectrialShockSource extends DamageSource {
public ElectrialShockSource() {
super("shock");
}
}