Reimplemented the Well of Suffering

And about time, too
This commit is contained in:
WayofTime 2021-01-15 11:06:59 -05:00
parent 5713d6db2a
commit afcd09753a
9 changed files with 246 additions and 1 deletions

View file

@ -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();