Skip to content

Commit

Permalink
1.7.2-1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Clashsoft committed Apr 13, 2014
1 parent bd9193a commit 9b85d68
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion MoreFoodMod.java
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class MoreFoodMod extends ClashsoftMod
public static final String MODID = "morefood";
public static final String NAME = "More Food Mod";
public static final String ACRONYM = "mfm";
public static final String VERSION = CSUpdate.CURRENT_VERSION + "-1.0.0-pre";
public static final String VERSION = CSUpdate.CURRENT_VERSION + "-1.0.0";
public static final String DEPENDENCIES = CSLib.DEPENDENCY;

@Instance(MODID)
Expand Down
5 changes: 0 additions & 5 deletions food/Food.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ public class Food implements IMetaItem

// Vanilla Food Items

static
{
System.out.println(MoreFoodMod.chiliPlant);
}

public static Food apple = new Food((ItemFood) Items.apple, 0, null);
public static Food appleStomped = new Food(36, "stomped_apple", "stomped_apple", 4, new FoodRecipe(1, CSStacks.apple));
public static Food appleGold1 = new Food((ItemFood) Items.golden_apple, 0, new FoodRecipe(1, "ggg", "gag", "ggg", 'g', CSStacks.gold_ingot, 'a', CSStacks.apple));
Expand Down

0 comments on commit 9b85d68

Please sign in to comment.