Lots of import rearrangement due to odd "clean up" algorithm. Added Crystals, which are very WIP.
This commit is contained in:
parent
99c2b26c6b
commit
da6f410394
220 changed files with 2973 additions and 791 deletions
|
@ -1,12 +1,12 @@
|
|||
package WayofTime.bloodmagic.tile.container;
|
||||
|
||||
import WayofTime.bloodmagic.item.ItemTelepositionFocus;
|
||||
import net.minecraft.entity.player.EntityPlayer;
|
||||
import net.minecraft.entity.player.InventoryPlayer;
|
||||
import net.minecraft.inventory.Container;
|
||||
import net.minecraft.inventory.IInventory;
|
||||
import net.minecraft.inventory.Slot;
|
||||
import net.minecraft.item.ItemStack;
|
||||
import WayofTime.bloodmagic.item.ItemTelepositionFocus;
|
||||
|
||||
public class ContainerTeleposer extends Container
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue