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,11 +1,11 @@
|
|||
package WayofTime.bloodmagic.api.event;
|
||||
|
||||
import WayofTime.bloodmagic.api.BlockStack;
|
||||
import net.minecraft.tileentity.TileEntity;
|
||||
import net.minecraft.util.BlockPos;
|
||||
import net.minecraft.world.World;
|
||||
import net.minecraftforge.fml.common.eventhandler.Cancelable;
|
||||
import net.minecraftforge.fml.common.eventhandler.Event;
|
||||
import WayofTime.bloodmagic.api.BlockStack;
|
||||
|
||||
/**
|
||||
* Fired when a teleposer attempts to transpose two blocks. Use this to perform
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue