Fixed door placement on rifts,

working on biomes and mob
This commit is contained in:
StevenRS11
2013-05-21 14:49:14 -04:00
parent 6407b1be71
commit 42f7057f3d
9 changed files with 142 additions and 12 deletions

View File

@@ -10,6 +10,7 @@ public class MobObelisk extends EntityMob
{
super(par1World);
this.texture="/mods/DimensionalDoors/textures/mobs/Monolith.png";
this.setSize(4.0F, 4.0F);
// TODO Auto-generated constructor stub
}