Cables now shock the entity's
This commit is contained in:
parent
e6c510bbea
commit
57f91f3159
5 changed files with 32 additions and 7 deletions
|
@ -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");
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue