More work on the syncing issues, should be all fixed :)
This commit is contained in:
parent
e930ea2a04
commit
0298621cb9
20 changed files with 67 additions and 89 deletions
|
@ -1,9 +1,6 @@
|
|||
package techreborn.tiles;
|
||||
|
||||
import ic2.api.tile.IWrenchable;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
import net.minecraft.entity.player.EntityPlayer;
|
||||
import net.minecraft.inventory.IInventory;
|
||||
import net.minecraft.item.ItemStack;
|
||||
|
@ -15,6 +12,8 @@ import techreborn.init.ModBlocks;
|
|||
import techreborn.util.Inventory;
|
||||
import techreborn.util.ItemUtils;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
public class TileQuantumChest extends TileMachineBase implements IInventory,
|
||||
IWrenchable {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue