Auto-Sync

This commit is contained in:
DarkGuardsman 2013-09-25 16:37:47 -04:00
parent 5b9b36a7dc
commit f6744ab4f9
2 changed files with 4 additions and 4 deletions

View file

@ -2,10 +2,10 @@ package dark.api.farm;
import java.util.HashMap;
import com.builtbroken.common.Pair;
import net.minecraft.item.ItemStack;
import com.builtbroken.common.Pair;
/** Tracks a list of all crops that can be auto farmed. Does some guessing on block to avoid having
* each mod register all its crops
*

View file

@ -2,10 +2,10 @@ package dark.api.farm;
import java.util.HashMap;
import com.builtbroken.common.Pair;
import net.minecraft.item.ItemStack;
import com.builtbroken.common.Pair;
public class DecayMatterList
{
//TODO handle special cases like single stack items that have non-meta damage values, or zombie flesh that needs to poison the compost.