From bf6a3cc7f71aab963ad94f645daaff7d1dade098 Mon Sep 17 00:00:00 2001 From: Avi Weinstock Date: Fri, 14 May 2021 13:55:42 -0400 Subject: [PATCH] Comment out vegetables intended to be farmed in the sprite manifest so that they can't be harvested via chunk reloading. --- assets/common/sprite_behavior_manifest.ron | 28 ++++++++++++---------- 1 file changed, 15 insertions(+), 13 deletions(-) diff --git a/assets/common/sprite_behavior_manifest.ron b/assets/common/sprite_behavior_manifest.ron index 733f4a79d4..b177df6344 100644 --- a/assets/common/sprite_behavior_manifest.ron +++ b/assets/common/sprite_behavior_manifest.ron @@ -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"),