v0.3.4: reworked some aspects of plant & seed naming
This commit is contained in:
committed by
Evan Debenham
parent
2d1023966b
commit
f9b270447f
@@ -60,10 +60,9 @@ public class Blindweed extends Plant {
|
||||
|
||||
public static class Seed extends Plant.Seed {
|
||||
{
|
||||
setPlant(Blindweed.class);
|
||||
|
||||
image = ItemSpriteSheet.SEED_BLINDWEED;
|
||||
|
||||
plantClass = Blindweed.class;
|
||||
alchemyClass = PotionOfInvisibility.class;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user