1 2 3 4 5 6 7 8 9 10
package tileentities; import thaumcraft.common.tiles.TileJarFillable; public class TE_IchorJar extends TileJarFillable { public TE_IchorJar() { super.maxAmount = 4096; } }