rename classes
This commit is contained in:
@@ -2,7 +2,7 @@ package storagecraft.container;
|
||||
|
||||
import net.minecraft.entity.player.EntityPlayer;
|
||||
|
||||
public class ContainerGrid extends ContainerSC {
|
||||
public class ContainerGrid extends ContainerBase {
|
||||
public ContainerGrid(EntityPlayer player) {
|
||||
super(player);
|
||||
|
||||
|
Reference in New Issue
Block a user