fixed rift sig depth
adding mob Signed-off-by: StevenRS11 <stevenrs11@aol.com>
This commit is contained in:
23
StevenDimDoors/mod_pocketDim/ticking/MobObelisk.java
Normal file
23
StevenDimDoors/mod_pocketDim/ticking/MobObelisk.java
Normal file
@@ -0,0 +1,23 @@
|
||||
package StevenDimDoors.mod_pocketDim.ticking;
|
||||
|
||||
import net.minecraft.entity.monster.EntityMob;
|
||||
import net.minecraft.world.World;
|
||||
|
||||
public class MobObelisk extends EntityMob
|
||||
{
|
||||
|
||||
public MobObelisk(World par1World)
|
||||
{
|
||||
super(par1World);
|
||||
this.texture="/mods/DimensionalDoors/textures/mobs/Monolith.png";
|
||||
// TODO Auto-generated constructor stub
|
||||
}
|
||||
|
||||
@Override
|
||||
public int getMaxHealth()
|
||||
{
|
||||
// TODO Auto-generated method stub
|
||||
return 20;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user