Auto-Sync
This commit is contained in:
parent
5b9b36a7dc
commit
f6744ab4f9
2 changed files with 4 additions and 4 deletions
|
@ -2,10 +2,10 @@ package dark.api.farm;
|
||||||
|
|
||||||
import java.util.HashMap;
|
import java.util.HashMap;
|
||||||
|
|
||||||
import com.builtbroken.common.Pair;
|
|
||||||
|
|
||||||
import net.minecraft.item.ItemStack;
|
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
|
/** 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
|
* each mod register all its crops
|
||||||
*
|
*
|
||||||
|
|
|
@ -2,10 +2,10 @@ package dark.api.farm;
|
||||||
|
|
||||||
import java.util.HashMap;
|
import java.util.HashMap;
|
||||||
|
|
||||||
import com.builtbroken.common.Pair;
|
|
||||||
|
|
||||||
import net.minecraft.item.ItemStack;
|
import net.minecraft.item.ItemStack;
|
||||||
|
|
||||||
|
import com.builtbroken.common.Pair;
|
||||||
|
|
||||||
public class DecayMatterList
|
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.
|
//TODO handle special cases like single stack items that have non-meta damage values, or zombie flesh that needs to poison the compost.
|
||||||
|
|
Loading…
Reference in a new issue