package common.tileentities;

import thaumcraft.common.tiles.TileJarFillable;

public class TE_IchorJar extends TileJarFillable {

    public TE_IchorJar() {
        super.maxAmount = 4096;
    }
}