Updated the books, worked more on the new self-sacrifice mechanics, allowed the teleposer to telepose entities across dimensions, changed the Focus of the Ellipsoid so that it now places blocks from a chest underneath the MRS.

This commit is contained in:
WayofTime 2015-05-04 14:16:58 -04:00
parent c71edfb937
commit f74e4993cf
15 changed files with 371 additions and 61 deletions

View file

@ -94,6 +94,12 @@ public class ItemIncense extends Item implements IIncense
{
return 200;
}
@Override
public float getTickRate(ItemStack stack)
{
return 1.0f;
}
@Override
public float getRedColour(ItemStack stack)