Comment out vegetables intended to be farmed in the sprite manifest so that they can't be harvested via chunk reloading.

This commit is contained in:
Avi Weinstock 2021-05-14 13:55:42 -04:00 committed by Monty
parent 00abf4ffae
commit bf6a3cc7f7

View File

@ -73,19 +73,21 @@ SpriteBehaviorManifest(
//WhiteFlower: Item("common.items.flowers.white"),
//YellowFlower: Item("common.items.flowers.yellow"),
Sunflower: Item("common.items.flowers.sunflower"),
Tomato: Item("common.items.food.tomato"),
Cabbage: Item("common.items.food.lettuce"),
Carrot: Item("common.items.food.carrot"),
Corn: Item("common.items.food.corn"),
Garlic: Item("common.items.food.garlic"),
Onion: Item("common.items.food.onion"),
Turnip: Item("common.items.food.turnip"),
Radish: Item("common.items.food.radish"),
Blueberry: Item("common.items.food.blueberries"),
Pumpkin: Item("common.items.food.pumpkin"),
WheatYellow: Item("common.items.crafting_ing.wheat"),
WheatGreen: Item("common.items.crafting_ing.wheat"),
Flax: Item("common.items.crafting_ing.flax"),
// TODO: uncomment the following after plant growth is implemented
//Tomato: Item("common.items.food.tomato"),
//Cabbage: Item("common.items.food.lettuce"),
//Carrot: Item("common.items.food.carrot"),
//Corn: Item("common.items.food.corn"),
//Garlic: Item("common.items.food.garlic"),
//Onion: Item("common.items.food.onion"),
//Turnip: Item("common.items.food.turnip"),
//Radish: Item("common.items.food.radish"),
//Blueberry: Item("common.items.food.blueberries"),
//Pumpkin: Item("common.items.food.pumpkin"),
//WheatYellow: Item("common.items.crafting_ing.wheat"),
//WheatGreen: Item("common.items.crafting_ing.wheat"),
//Flax: Item("common.items.crafting_ing.flax"),
//LongGrass: Item("common.items.grasses.long"),
//MediumGrass: Item("common.items.grasses.medium"),
//ShortGrass: Item("common.items.grasses.short"),