equivalent-exchange-3/src/main/java/com/pahimar/ee3/array/AlchemyArrayConstruction.java

13 lines
344 B
Java

package com.pahimar.ee3.array;
import com.pahimar.ee3.reference.Names;
import com.pahimar.ee3.reference.Textures;
public class AlchemyArrayConstruction extends AlchemyArrayEE
{
public AlchemyArrayConstruction()
{
super(Textures.AlchemyArray.CONSTRUCTION_ALCHEMY_ARRAY, Names.AlchemyArrays.CONSTRUCTION_ALCHEMY_ARRAY);
}
}