Update Forge + mappings
This commit is contained in:
parent
b408234ab0
commit
d550513f0a
98 changed files with 313 additions and 296 deletions
|
@ -59,7 +59,7 @@ public class ItemPackSelfSacrifice extends ItemArmor implements IAltarManipulato
|
|||
if (world.isRemote)
|
||||
return ActionResult.newResult(EnumActionResult.FAIL, stack);
|
||||
|
||||
RayTraceResult position = this.getMovingObjectPositionFromPlayer(world, player, false);
|
||||
RayTraceResult position = this.rayTrace(world, player, false);
|
||||
|
||||
if (position == null)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue