Fixed the Sigil of Translocation so that it does not crash when picking up certain blocks. Also removed the damned lightning. #918

This commit is contained in:
WayofTime 2016-09-22 15:37:11 -04:00
parent 7d91cc40ff
commit e9517194f9
3 changed files with 8 additions and 14 deletions

View file

@ -7,7 +7,6 @@ import net.minecraft.block.state.IBlockState;
import net.minecraft.item.ItemStack;
import net.minecraft.util.math.BlockPos;
import net.minecraft.world.World;
import net.minecraftforge.fml.common.registry.GameData;
@Getter
@EqualsAndHashCode(exclude = { "state" })