package WayofTime.alchemicalWizardry.common.items; public class EarthScribeTool extends ScribeTool { public EarthScribeTool() { super(3); } }