public GuiMariculture(ContainerMariculture container, String texture, int yOffset) {
   super(container);
   this.TEXTURE = new ResourceLocation(Mariculture.modid, "textures/gui/" + texture + ".png");
   this.ySize += yOffset;
   this.xSize = 201;
   this.name = BlockHelper.getName(container.tile);
 }