Move fruits from SimpleFarming to AdditionalFruits
SimpleFarming is one of our content heavy modules, containing a bunch of plants. It is currently going through changes to integrate it with Cooking and to make it more usable. One of the steps is to move all the actual items from SimpleFarming to separate modules.
To move an item from SimpleFarming to AdditionalFruits you will need to clone both SimpleFarming and AdditionalFruits. Copy the fruit's folders from SimpleFarming under assets/blocks
, assets/prefabs
, assets/blockTiles
and assets/textures
. Delete the folders you copied in SimpleFarming. Go through the files and folders in assets/blocks
and assets/prefabs
and change SimpleFarming
to AdditionalFruits
.
Your task is to move 2-3 fruits from SimpleFarming to AdditionalFruits. To see which ones to move check out this relevant issue. Make sure that you check fruits other students are moving by checking the issue and commenting the fruit you are moving. Make sure that the fruit still works in-game after the move. Use give X
in the game console to get the fruit in-game.
Definition of Done
- A pull request made to SimpleFarming removing the items'
block
,prefab
,blockTiles
andtextures
folders. - A pull request to AdditionalFruits adding the folders.
- A screenshot is submitted showing that the fruit works in-game after the move.
Where to begin
- Look at this issue to choose the items to move.
- Look at the example pull request made to AdditionalFruits and to SimpleFarming.