V0.2.0: Updated TODOs
This commit is contained in:
@@ -233,7 +233,6 @@ public class Blandfruit extends Food {
|
||||
if (name.equals("Healthfruit"))
|
||||
cook(new Sungrass.Seed());
|
||||
else if (name.equals("Powerfruit"))
|
||||
//TODO: make sure this doesn't break anything
|
||||
cook(new Wandmaker.Rotberry.Seed());
|
||||
else if (name.equals("Paralyzefruit"))
|
||||
cook(new Earthroot.Seed());
|
||||
|
||||
Reference in New Issue
Block a user