Another typo fixed. Thank goodness for ides

This commit is contained in:
Cullin 2015-01-25 05:34:45 -05:00
parent 2a493b80b9
commit 0bcba76689

View file

@ -9,7 +9,7 @@ import WayofTime.alchemicalWizardry.common.spell.complex.effect.SpellHelper;
import net.minecraft.block.Block;
import net.minecraft.world.World;
import net.minecraftforge.common.IPlantable;
import net.minecraftforge.block.IGrowable;
import net.minecraft.block.IGrowable;
import java.util.ArrayList;
import java.util.List;