Skip to content

Commit

Permalink
Warning fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
squeek502 committed Oct 1, 2014
1 parent 033c335 commit 01b789d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Expand Up @@ -27,7 +27,6 @@ public static void init()
if (IguanaConfig.modifyFoodValues)
{
// crop special cases (unsure why these are singled out, exactly; was like this in 1.6.4)
@SuppressWarnings("unchecked")
List<Item> lowerSaturationCrops = Arrays.asList(new Item[]{
ItemRegistry.riceItem,
ItemRegistry.chilipepperItem,
Expand Down
Expand Up @@ -10,7 +10,6 @@
import net.minecraft.world.World;
import net.minecraftforge.common.BiomeDictionary.Type;
import squeek.applecore.api.food.FoodValues;
import cpw.mods.fml.common.Loader;

public class ModuleVanilla
{
Expand Down

0 comments on commit 01b789d

Please sign in to comment.