Reimplemented the Well of Suffering
And about time, too
This commit is contained in:
parent
5713d6db2a
commit
afcd09753a
9 changed files with 246 additions and 1 deletions
|
@ -51,6 +51,10 @@ public class EntityShapedCharge extends ThrowableEntity
|
|||
super.tick();
|
||||
RayTraceResult raytraceresult = ProjectileHelper.func_234618_a_(this, this::func_230298_a_);
|
||||
// boolean flag = false;
|
||||
if (world.isRemote)
|
||||
{
|
||||
return;
|
||||
}
|
||||
if (raytraceresult.getType() == RayTraceResult.Type.BLOCK)
|
||||
{
|
||||
Direction faceHit = ((BlockRayTraceResult) raytraceresult).getFace();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue